Use at most max-args arguments per command line.
"\\-\\-max-args=max-args, \\-n max-args"コマンドラインあたり最大 max-args 個の文字列が用いられる。 - JM
0>=40 .vs 0u0n++;XtSetArg(args[n], XtNwidth, 200);n++;XtSetValues(widget, args, n); Alternatively, an application can statically declare the argument list and use XtNumber: 例えば:.LP.Ds.5i 3iArg args[20];int n; - XFree86
This is the equivalent of the Python expression "apply(callable,args)" or " Python の式 "apply(callable, args)" あるいは " - Python
NEW argS 新規argS - 特許庁
"bind " [ -c class ] key [ command " [" args ]] Bind a command to a key.
"bind "[ -cclass ]key [ command " [" args ]]コマンドをキーに割り当てる。 - JM
Select the acrostic(String[]args) method and press Enter. acrostic(String[]args) メソッドを選択し、Enter キーを押します。 - NetBeans
The args argument must be a tuple. 引数 argsはタプルでなければなりません。 - Python
blankerprg [ "program args" ] Defines a blanker program.
blankerprg[ "program args" ]ブランク機能用のプログラムを定義する。 - JM
args is the argument tuple for the target invocation.
args はtarget を呼び出すときの引数タプルです。 - Python
Press Enter to accept args as the parameter.
Enter キーを押してパラメータとして args を設定します。 - NetBeans
Name of the server method mixed $args,... server method specific parameters
サーバのメソッド名。 mixed$args,... サーバのメソッドへのパラメータ。 - PEAR
The first of the MODE-ARGS is treated as a program name, with the
一番目の MODE-ARGS はプログラム名として扱われ、 - JM
Select the C/C++ subcategory, then select the Args project.
「C/C++」サブカテゴリを選択して、「 Args 」プロジェクトを選択します。 - NetBeans
args, the list of positional arguments leftover after parsingoptions
オプションの解析後に残った固定引数からなるリストargs。 - Python
If there are no args , or only null arguments, eval returns 0.
argsが無い場合や空の引き数しかない場合にはevalは 0 を返します。 - JM
which method that was called string $args An array of the parameters passed in the original call
コールされるメソッド。 string$args 本来のコールで渡されたパラメータの配列。 - PEAR
The arguments are also available on the instance's args attribute, as a tuple. 引数はまた、インスタンスの args 属性として、タプルで得ることもできます。 - Python
The files named in args (or on the command line, if args is not specified) are compiled and the resulting bytecode is cached in the normal manner. argsで(あるいはargsで指定されなかったらコマンドラインで)指定されたファイルをコンパイルし、できたバイトコードを通常の方法で保存します。 - Python
getopts optstring name [args] getopts is used by shell procedures to parse positional parameters.
getopts optstring name [args]getoptsはシェルの手続きが位置パラメータを解釈するために使います。 - JM
The last command in the history list is removed before the args are added.
履歴リストの最後のコマンドは、argsが追加される前に削除されます。 - JM
To create the Args project, set some arguments, and run the project:
Args プロジェクトを作成して、いくつか引数を設定し、プロジェクトを実行する - NetBeans
Returns a new string object from format and args; this is analogous to 新たな文字列オブジェクトを format および args から生成して返します; このメソッドは - Python
Cmd can be any of screen's commands with an arbitrary number of args .
cmdには任意の screen のコマンドと、これに対する任意の数の引き数argsを指定できる。 - JM
The IDE fills in the acrostic method and the highlights the args parameter. IDE によって acrostic メソッドの内容が入力され、args パラメータが強調表示されます。 - NetBeans
The function expects three parameters: self, args, and a dictionary of all thekeyword arguments. PyCFunctionWithKeywords は三つのパラメタ:self、 args、 およびキーワード引数全てからなる辞書、を要求します。 - Python
Execute command args with messages identified by UID, rather than message number. command args を、メッセージ番号ではなく UID で指定されたメッセージ群に対して実行します。 - Python
The thread executes the function function with the argument list args (which must be a tuple). スレッドは引数リストargs(タプルでなければなりません)の関数functionを実行します。 - Python
args points to a block containing the actual arguments, which are passed through to the appropriate call.
argsは適切なコールに渡すための実際の引き数を含んでいるブロックを指す。 - JM
string $args['input']- if and only if called statically, this should be used to specify the input to be decoded.
(RFC2047). string $args['input']-もし静的に呼ばれた場合、デコードすべきデータの入力を指定します。 - PEAR
string $args['crlf']- if and only if called statically, this should be used to specify the line ending type.
string $args['crlf']-もし静的に呼ばれた場合、行末に使用する文字タイプを指定します。 - PEAR
The second parameter(often called args) is a tuple object representing all arguments. 第二のパラメタ (よく args と呼ばれます) は、全ての引数を表現するタプルオブジェクトです。 - Python
function(args), since in that case there is always exactly one argument. function(args) の呼び出しとは異なります。 というのは、apply() の場合、引数は常に一つだからです。 - Python
idle [ timeout [ "cmd args" ]] Sets a command that is run after the specified number of seconds inactivity is reached.
idle[ timeout[ "cmd args" ]]指定した秒数の間作業がない時に実行されるコマンドを設定する。 - JM
The tuple containing the actual parameters should be passed as args; it must actually be a tuple. 実引数の入ったタプルは args に渡します;このタプルは本当のタプルでなくてはなりません。 - Python
The tuple itself is also available on the args attribute.New in version 1.5.2. タプル自体は args 属性から得ることもできます。 バージョン 1.5.2 で 新たに追加 された仕様です。 - Python
In this last case,args contains the verbatim constructor arguments as a tuple.
後者のケースでは、args がコンストラクタに与えた引数をそのままタプルの形で含んでいます。 - Python
Create a timer that will run function with arguments args and keyword arguments kwargs, after interval seconds have passed.
interval 秒後にfunction を引数 args、キーワード引数 kwargs つきで実行するようなタイマを生成します。 - Python
Press Ctrl-Space again to open the code completion box and select args,then press Enter.
また Ctrl キーを押しながらスペースキーを押してコード補完ボックスを開き、args を選択して、Enter キーを押します。 - NetBeans
]Run command with args suppressing the normal shell function lookup.
シェル関数の通常の参照は行いません。 - JM
Returns a new string object from format and args.Analogous to
新たな文字列オブジェクトを format と args から生成します。 - Python
The "v" variants are goodwhen the number of parameters is variable, with the arguments beingpassed in a list or tuple as the args parameter.
"v" 型は、パラメタの数が可変の時に便利で、リストかタプルの引数が args パラメタとして渡されます。 - Python
eval [arg . ]The args are read and concatenated together into a single command.
eval [arg .]arg を読み込み、結合して 1 つのコマンドにされます。 - JM
If there are no args, the positional parameters remain unchanged.
arg が無い場合には、位置パラメータの内容は変化しません。 - JM
"backtick " id lifespan autorefresh cmd args. "backtick " id Program the backtick command with the numerical id id.
"backtick " idlifespanautorefreshcmdargs."backtick " id(数値の) ID が id となる backtick コマンドをプログラムする。 - JM
Parses command line options and parameter list. args is the argument list to be parsed, without the leading reference to the running program. コマンドラインオプションとパラメータのリストを構文解析します。 argsは構文解析の対象になる引数リストです。 - Python
Logs a message with level DEBUG on the root logger.The msg is the message format string, and the args are the arguments which are merged into msg. レベル DEBUG のメッセージをルートロガーで記録します。 msg はメッセージの書式化文字列で、args は msg に取り込むための引数です。 - Python
If no arguments are needed, thenargs may be NULL.
引数を必要としない場合、 args を NULL にしてもかまいません。 - Python
getopts normally parses the positional parameters, but if more arguments are given in args , getopts parses those instead.
getoptsは通常位置パラメータを展開しますが、他の引き数がargsに指定されている場合には、getoptsは位置パラメータでなくこれらを展開します。 - JM
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.