LOCAL VARIABLES Meaning in Japanese - translations and usage examples

['ləʊkl 'veəriəblz]
['ləʊkl 'veəriəblz]
局所変数を
local変数は

Examples of using Local variables in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
So it can't see local variables.
そのため、ローカル変数は見えません。
Local variables can only exist within a block.
Local変数はブロック内でのみ有効。
Information: Looking for local variables.
情報:ローカル変数を探しています。
Local variables persist value only inside a block.
Local変数はブロック内でのみ有効。
Captured blocks and proc literals closure local variables and self.
捕捉されたブロックとprocリテラルはローカル変数とselfを閉包(クロージャ)します。
To see local variables for current buffer:.
現在のバッファに設定されたローカル変数を確認するには:。
Thymeleaf offers you a way to declare local variables without iteration.
Thymeleafには、繰り返し処理以外でもローカル変数を定義する方法があります。
Local variables start with live-build__LB_ prefix.
Live-buildのローカル変数は__LB_で始めます。
Here's a way of"hiding" some local variables- like block scope in C:.
ここではいくつかの局所変数を―Cのブロックスコープのように―「隠す」方法を示します:。
Local variables are declared with the local keyword.
ローカル変数は、local文を用いて宣言する。
When the function is called in lines(*) and(**),the given values are copied to local variables from and text.
行(*)と(**)で関数が呼ばれたとき、与えられた値はローカル変数fromとtextにコピーされます。
You can define local variables without the need to specify their type:.
型を指定することなくローカル変数を定義することができます。
Now we just need to copy over all of the input data from our local variables to the input command.
ローカルの変数からの入力データを全て、入力にコピーしてください。最後に、エンティティ上にてQueueInputを呼び出してください。
Normally, these local variables should be initialized in the application.
通常、これらのローカル変数はアプリケーションで初期化します。
In the above component, we have age, fruit,and todos as local variables, and we can update them individually:.
上記の例では、ローカル変数としてage、fruit、todosがあり、それぞれを個別に更新することができます。
To see local variables of a buffer, do this command in WeeChat:.
バッファに対するローカル変数を見るには、WeeChatで以下のコマンドを実行してください:。
If only globals is provided, it must be a dictionary,which will be used for both the global and the local variables.
Globalsだけが与えられたなら、辞書でなくてはならず、グローバル変数とローカル変数の両方に使われます。
Same deal, store your local variables and arguments and such on the stack, placing them on top of the previous variables..
同じ取引で、ローカル変数と引数などをスタックに格納し、前の変数の上に置きます。
You can inspect the output values for the previous method andthe input parameters for the next method in the Local Variables window.
ローカル変数」ウィンドウで、前のメソッドの出力値と次のメソッドの入力パラメータを検査できます。
The local variables of a code block can be determined by scanning the entire text of the block for name binding operations.
あるコードブロックにおけるローカル変数は、ブロックのテキスト全体から名前束縛操作を走査することで決定されます。
Each yield temporarily suspends processing,remembering the location execution state including local variables and pending try-statements.
Yieldにくるたびに、その位置での実行状態(ローカル変数と保留状態のtry文)処理は一時停止されます。
If string type local variables that have not been initialized are returned as user-defined function return values, the values will be corrupted.
未初期化の文字列型ローカル変数をユーザー定義関数の返値として返すと、値が破壊される。
All identifiers that are not keywords, global variables, attribute names,macro names or file names are considered local variables.
キーワード、グローバル変数、属性名、マクロ名、およびファイル名ではない全ての識別子は、ローカル変数とみなされます。
In opal, local variables compile down to JS local variables, so we can assign post and then call container.
Opalでは、ローカル変数はJSのローカル変数にコンパイルされます。したがって、postにcontainerを実行して代入することができます。
If a user-defined function is stopped with the STOP instruction ordue to an error, the local variables are not released and a memory leak will occur.
ユーザー定義関数内でSTOP命令やエラーで停止すると、ローカル変数が解放されずメモリリークが発生する。
Using outer local variables inside eval is also considered a bad programming practice, as it makes maintaining the code more difficult.
Evalの内部で外部のローカル変数を使用することは、コードのメンテナンスをより難しくするためバッドプラクティスとされています。
Environment Record- an object that stores all local variables as its properties(and some other information like the value of this).
環境レコード(EnvironmentRecord)。プロパティとしてすべてのローカル変数をもつオブジェクトです(thisの値など、他の情報もいくらか持っています)。
Local Variables LocalVariableTable Describes the names and types of local variables during the execution of a method.
LocalVariableTypesLocalVariableTypeTableジェネリック型を使ってローカル変数の型パラメーターが記述されています。
Dynamic-value variables(called Local Variables in the dialog): These variables contain information related to the design page and its controls.
動的な値変数(ローカル変数と呼ばれています):これらの変数は、デザインページとそのコントロールに関する変数の情報を含みます。
The only source for local variables in JavaScript are function parameters and variables declared via the var statement.
JavaScriptのローカル変数の為の唯一の作成方法はfunctionパラメーターとvarステートメントによって宣言された変数になります。
Results: 133, Time: 0.0326

Word-for-word translation

Top dictionary queries

English - Japanese