GLOBAL VARIABLE in Japanese translation

['gləʊbl 'veəriəbl]
['gləʊbl 'veəriəbl]
大域変数
変数globalvariable

Examples of using Global variable in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
This new global variable is available only in Lightning Scheduler flows and is supported only in Decision elements.
この新しいグローバル変数は、LightningSchedulerフローでのみ使用できます。
FormFactor global variable is automatically set to Large, Medium, or Small, depending on the device that's running the Lightning Scheduler flow.
FormFactorTグローバル変数は、LightningSchedulerフローを実行しているデバイスに応じてLarge、Medium、またはSmallに自動的に設定されます。
Each global variable is listed together with information about where the variable is used.
グローバル変数は、変数が使用されている箇所の情報と共にリストされています。
Without use strict, an assignment to a non-existing variable like user="John" creates a new global variable user. That's for backwards compatibility.
Usestrictがなければ、未定義変数への代入は下位互換性のために新しいグローバル変数を作成します。
The use of regular expressions are better: it is clearer and does not change global variable which can affect code in other parts of the program.
の利用の正規表現のより良いのでは確実に変わりませんグローバル変数に影響を及ぼコードその他部品のプログラム。
Without use strict, an assignment to an undefined variable creates a new global variable, for backwards compatibility.
Usestrictがなければ、未定義変数への代入は下位互換性のために新しいグローバル変数を作成します。
Prior to Winter'19, customers could access the moment global variable that's part of Moment. js.
Winter'19以前は、お客様はMoment.jsに含まれるmomentグローバル変数にアクセスできました。
For example, the following will cause the scanner to enter the"SPECIAL" start condition whenever yylex() is called and the global variable enter_special is true.
例えば以下の例では、yylex()が呼ばれグローバル変数enter_specialが真の場合には、スキャナは"SPECIAL"開始条件に入ります。
In the original code, although the if statement seemed to modify the global variable goo, it actually modifies the local variable- after hoisting has been applied.
元のコードの中のifステートメントはグローバル変数であるgooも変更しているように見えますが、実際には-巻き上げが適用された後に-ローカル変数を変更しています。
If the global variable error_print_progname is assigned the address of a function(i.e., is not NULL), then that function is called instead of prefixing the message with the program name and colon.
大域変数error_print_prognameに関数のアドレスが割り当てられている場合(つまりNULLではない場合)、メッセージの前にプログラム名とコロンを書き出すのではなく、この関数を呼び出す。
A global variable, of course, never goes out of scope, so you can't get its space automatically reclaimed, although undef()ing and/or delete()ing it will achieve the same effect.
もちろんグローバル変数は決してスコープから外れることはなく、そのため、undef()やdeleteを使って同様のことができるにもかかわらず、それらの空間を自動的に取り戻すようなことはできません。
The signal is then delivered to the handler, which can either abort the process or return to the executing process perhaps after setting a global variable.
シグナルがハンドラに伝わると、そのハンドラはプロセスをアボートさせたり、(おそらく大域変数に値を設定した後で)実行中のプロセスに戻ることもできます。
Foo;// Returns: true After defining a Global Variable foo, we can access its value directly from the window object, by using the variable name foo as a property name of the Global Object window. foo.
Foo;//trueを返すグローバル変数fooを定義した後、その値をwindowオブジェクトから、変数名であるfooを使用し、グローバルオブジェクトwindow.fooのプロパティ名として直接アクセスすることができます。
Instead of using Node. js's"require" syntax, the browser version creates a global variable named ripple, which contains the RippleAPI class.
Jsの「require」構文を使用するのではなく、ブラウザーバージョンを使用して、RippleAPIクラスが含まれているrippleという名前のグローバル変数を作成します。
Lastly, the thing program calls the prv_set_smartlight_info() function and stores the state of the LED light updated by the action in the global variable.
最後に、prv_set_smartlight_info()関数を呼び出して、アクションによって更新されたLEDライトの状態をグローバル変数に格納します。
While foo and i are local variables inside the scope of the function test, the assignment of bar will override the global variable with the same name.
Fooとiは、関数testのスコープ内のローカル変数ですが、barの代入は同じ名前でグローバル変数で上書きしてしまいます。
As the execution goes on, the call to makeCounter() finishes, and the result(the tiny nested function) is assigned to the global variable counter.
実行が進み、makeCounter()呼び出しが終わると、結果(小さなネストされた関数)がグローバル変数counterに代入されます。
As a result of a Rookout breakpoint being hit within an application's execution flow, an engineer can view stack traces and global variable values, as well as specify individual variable"watches.
アプリケーションの実行フローの中でRookoutブレイクポイントにヒットした結果として、エンジニアはスタックトレース、グローバル変数の値を表示したり、特定の変数を「ウォッチ」できる。
formula function and the$Asset global variable.
数式関数と$Assetグローバル変数を使用します。
Defines a global variable which is shared between C and Ruby. If name contains a character which is not allowed to be part of the symbol, it can't be seen from Ruby programs.
RubyとCとで共有するグローバル変数を定義する.変数名が'$'で始まらない時には自動的に追加される.nameとしてRubyの識別子として許されない文字(例えば'')を含む場合にはRubyプログラムからは見えなくなる.。
Results: 164, Time: 0.0356

Word-for-word translation

Top dictionary queries

English - Japanese