LIST OF ARGUMENTS 日本語 意味 - 日本語訳 - 英語の例文

[list ɒv 'ɑːgjʊmənts]
[list ɒv 'ɑːgjʊmənts]

英語 での List of arguments の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Args is a list of arguments.
Argsは引数のリストです
The list of arguments for the"net" command could not be assembled.
Netコマンドの引数リストを、組み立てることができませんでした。
Help--help show list of arguments and exit.
Help_--help引数の一覧を表示して終了する。
A method is called thatexpects a Java printf format string and a list of arguments.
Javaのprintf書式文字列と引数のリストを期待するメソッドが呼び出されています。
Arguments text field The list of arguments to pass on to the application.
引数(Arguments)」テキストフィールドアプリケーションに渡す引数のリストです。
Arr is used in the function call,it“expands” an iterable object arr into the list of arguments.
Arrが使われると、反復可能なオブジェクトarrを引数のリストに展開します。
You can also see a list of arguments for the various components with the--list option.
Listオプションを使用すると、さまざまなコンポーネントの引数のリストを表示することもできます。
Workaround: Add the argument--console to the list of arguments to start the server.
回避策:サーバー起動時に引数リスト引数--consoleを追加します。
We have compiled a list of arguments against eating meat to help you decide for yourself what to put on your plate.
私たちは、あなたがあなたの皿に何を置くかを自分で決めるのを助けるために、肉を食べることに対する議論のリストをまとめました。
The third argument is a va_list, a pointer to a list of arguments, as defined in<stdarg. h>
これは、<varargs.h>で定義された引数リストを指すポインタです。
Sometimes a stubbed method shouldreturn different values depending on a predefined list of arguments.
スタブメソッドをコールした結果として、定義済みの引数リストにあわせて異なる値を返さなければならないこともあるでしょう。
The third argument is a va_list, a pointer to a list of arguments, as defined in<stdarg. h>
これは、<varargs.h>で定義されているように、引数のリストを指すポインタです。
It runs the func setting this=context andusing an array-like object args as the list of arguments.
これは、this=contextとして設定し、引数のリストとして配列ライクなオブジェクトargsを使ってfuncを実行します。
When a file comparison is invoked, tokens in the list of arguments are replaced with paths to the files to be compared.
ファイル比較が呼び出されると、引数リストにあるトークンが比較されるファイルのパスに置き換えられます。
It takes a list of arguments, args, and scans it to find Unix-style command-line options and binds their values to local variables according to bind-spec, then executes body….
引数のリストargsを取り、bind-specで示される仕様をもとにコマンドラインオプションを探してその値を変数に束縛し、それからbody…を実行します。
Functions are defined similarly to C: specify the return type, the function name,and parenthesized list of arguments, followed by the code block.
関数はC言語と同様に定義します:戻りのタイプ、関数名、括弧で括った引数のリスト、その後にコードブロックを指定します。
When configuring this list of arguments, the tokens${mine},${base} and${theirs} are used to represent the location of the files to be compared.
この引数リストを設定する場合、比較されるファイルの場所を表すために${mine}、${base}および${theirs}トークンが使用されます。
The only syntax difference between call andapply is that call expects a list of arguments, while apply takes an array-like object with them.
Callとapplyの構文の唯一の違いは、callは引数のリストを期待し、applyはそれらの配列ライクなオブジェクトを期待している点です。
Following functions take one list of arguments(instead of many arguments for other functions), because number of arguments exceed number of allowed arguments in Guile:.
以下の関数は引数のリストをひとつだけ取ります(他の関数のように多くの引数を取れません)、この理由は引数の個数がGuileで利用できる引数の数を超えるからです。
It causes the following actions to be taken at run time:The program reads a file name from the list of arguments(if any) in the command line that invoked the program.
ランタイム時に次の動作が行われます。プログラムを呼び出したコマンドライン引数のリストからファイル名を読み取ります。
Installing by using XML response files- silent installation If you want to install IBM MobileFirst Foundation Application Center with IBM Installation Manager in command line,you need to provide a large list of arguments.
XML応答ファイルを使用したインストール-サイレント・インストールIBMInstallationManagerを使用してコマンド・ラインでIBMMobileFirstFoundationApplicationCenterをインストールする場合は、長い引数リストを提供する必要があります。
The include file<stdarg. h> declares a type( va_list)and defines four macros for stepping through a list of arguments whose number and types are not known to the called function.
インクルードファイル<stdarg.h>は、型(va_list)を宣言し、呼び出される関数には数字と型が未知の引数リストをステップするために3つのマクロを定義します。
Bin/sh eval"$*" To configure Subversive to use an external tool for file comparisons,the user specifies the location of the tool and a list of arguments that are to be sent to it.
Bin/sheval"$*"Subversiveでファイル比較に外部ツールを使用するよう設定するため、ユーザはそのツールの場所とそこに送られる引数のリストを指定します。
The closure will receive all arguments passed in the call to the expected method and if it evaluates(i.e. returns) to boolean true,then the list of arguments is assumed to have matched the expectation:.
クロージャーは期待されているメソッドに渡された全引数を受け取り、その評価(例えば返却値)が論理型のtrueの場合、引数のリストはエクスペクションと一致したと判断します。
The closure can also handle optional parameters, so if an optional parameter is missing in the call to the expected method,it doesn't necessary means that the list of arguments doesn't match the expectation.
クロージャーはオプショナルな引数も処理でき、期待しているメソッド呼び出しでオプショナルな引数が指定されない場合でも、引数のリストがエクスペクションと一致しないと判定されるのを防ぐことができます。
This comment style can be used almost anywhere,even inside lists of arguments.
この形式のコメントは、引数のリスト内も含め、ほぼどこにでも挿入できます。
Shows the list of command-line arguments.
コマンドライン引数の一覧を表示します。
結果: 27, 時間: 0.0345

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語