1016万例文収録!

「command line arguments」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > command line argumentsの意味・解説 > command line argumentsに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

command line argumentsの部分一致の例文一覧と使い方

該当件数 : 67



例文

10.3 Command Line Arguments 例文帳に追加

10.3 コマンドライン引数 - Python

The number of command line arguments (does not include options to 例文帳に追加

コマンドライン引数の個数 ( - JM

Array of command line arguments. 例文帳に追加

コマンドライン引数の配列。 - JM

an array of command-line arguments 例文帳に追加

コマンドライン引数の配列。 - PEAR

例文

Specifies the command line arguments and returns the remaining arguments.例文帳に追加

また、残っている引き数が返される。 - XFree86


例文

Use at most max-chars characters per command line, including the command and initial arguments and the terminating nulls at the ends of the argument strings. 例文帳に追加

文字数にはコマンドと initial arguments、コマンドライン文字列の最後を示すヌル文字も含まれる。 - JM

function parses the command-line arguments. 例文帳に追加

関数はコマンドライン引き数を解釈する。 - JM

Another example is the following program, which sorts the strings given in its command-line arguments: #include <stdio. 例文帳に追加

以下のプログラムに別の使用例を示す。 - JM

The program expects two command-line arguments. 例文帳に追加

プログラムはコマンドライン引き数を 2 つ取る。 - JM

例文

The program prints command-line arguments. 例文帳に追加

プログラムは、コマンド行引数を出力します。 - NetBeans

例文

PHP does not provide the command-line arguments for the script. 例文帳に追加

PHP は、コマンドライン引数を当スクリプトに与えません。 - PEAR

1.2.3 Simulating command line arguments 例文帳に追加

1.2.3 コマンドライン引数をシミュレートする - Python

which corresponds to the command-line arguments 例文帳に追加

この設定は、コマンドライン引数の - Python

The correspondence between optstrs and command-line arguments is:例文帳に追加

optstrとコマンドライン引数の対応を以下に示します: - Python

Any number of -xrm arguments may be givenon the command line. 例文帳に追加

任意の数の \\fB\\-xrm\\fP 引き数をコマンド行で指定できる。 - XFree86

The kernel command line is parsed into a list of strings (boot arguments) separated by spaces. 例文帳に追加

カーネルのコマンドラインはスペースで区切られた文字列( "起動時引数: boot arguments" ) - JM

1.2.3 Simulating command line arguments There are two ways to simulate command-line arguments with MacPython-OS9. 例文帳に追加

1.2.3 コマンドライン引数をシミュレートする MacPython-OS9 でコマンドライン引数をシミュレートするには 2 つの方法があります。 - Python

directories below the command line arguments. 例文帳に追加

コマンドライン引き数から降りて検索するディレクトリレベルの最大値を指定 - JM

only apply the tests and actions to the command line arguments. 例文帳に追加

き数のみを評価し、アクションの対象にすることを意味する。 - JM

Use at most max-args arguments per command line. 例文帳に追加

"\\-\\-max-args=max-args, \\-n max-args"コマンドラインあたり最大 max-args 個の文字列が用いられる。 - JM

In the example for the make command-line arguments (see What's in a name ) , 例文帳に追加

コマンド行の引数を生成する例 (この名前には何が...? - JM

Dereference symlinks that are command line arguments. Does 例文帳に追加

コマンドライン引き数で指定したシンボリックリンクをたどる。 - JM

prints the command line arguments, separated by spaces and followed by 例文帳に追加

はコマンドライン引数をスペースで区切って末尾に改行 (newline) を付加し、 - JM

profile.py accepts two optional arguments on the command line: profile. 例文帳に追加

profile.py はオプションとしてコマンドライン引数を2つ受け取ります。 - Python

All remaining arguments are appended to the server command line.例文帳に追加

残りの引き数は全てサーバのコマンドラインに追加される。 - XFree86

Examples Below are several examples of how command line arguments in xinit are used.例文帳に追加

例xinit を使う際のコマンド行引き数の指定の仕方の例を以下に示す。 - XFree86

These arguments are processed first, so any files listed in the environent arguments are processed before any command line argument files. 例文帳に追加

この引数が最初に処理されるので、この環境変数で指定されたファイルはコマンドライン引数で指定されたファイルよりも先に処理されます。 - JM

It is a command-line tool and not ideal for use with the IDE.Type any arguments for the admin tool in the Arguments field. 例文帳に追加

これはコマンド行ツールであり、IDE での使用には適していません。 管理ツールに引数を付ける場合は、「引数」フィールドに引数を入力します。 - NetBeans

The command-line arguments can include any of the % specifiers listed above. 例文帳に追加

コマンドライン引き数には、上記のリストにある % 指示子を含めることができる。 - JM

for each of its command-line arguments, and for each call displays the values in the fields of the returned tm structure. 例文帳に追加

を呼び出し、それぞれについて返されたtm構造体のフィールド値を表示する。 - JM

If no arguments are given, the command is applied to the following line of text. 例文帳に追加

引き数が全く与えられなければ、そのコマンドは次の行のテキストに適用される。 - JM

pauses for an amount of time specified by the sum of the values of the command line arguments. 例文帳に追加

はコマンドラインで指定した引数の値を足した時間の分だけ停止して待つ。 - JM

There are optional calls to pass command line arguments to Python.例文帳に追加

オプションとして、Python 側にコマンドライン引数を渡すために関数呼び出しを行います。 - Python

Most X programs attempt to use the same names for command line options and arguments.例文帳に追加

オプションほとんどの X プログラムでは、同じ名前のコマンド行オプションと引き数を使用できる。 - XFree86

It is also very useful for setting resources that don't have explicit command line arguments.例文帳に追加

これはコマンド行引き数では明示的に指定できないようなリソースを設定する際に役立つ。 - XFree86

Either or both of these can be overridden by command line arguments or by resources.例文帳に追加

どちらの名前も、コマンドラインオプションかリソースを使って上書きすることができる。 - XFree86

Xman supports all standard Toolkit command line arguments(see X(1)). 例文帳に追加

xman は X ツールキット標準のコマンド行オプション(X(1) 参照)を全てサポートしている。 - XFree86

One window or font is selected using the command line arguments or possibly in the case of a window, by clicking on the desired window.例文帳に追加

xpropにおいては、コマンド行の引き数を使ってウィンドウまたはフォントを1つ選択する。 - XFree86

The following command line arguments are provided for compatibility with older versions.例文帳に追加

以下のコマンド行引き数は、過去のバージョンとの互換性のために用意されているものである。 - XFree86

The desired client program and itsarguments should be given as the first command line arguments to xinit.To specify a particular server command line, append a double dash (--) tothe xinit command line (after any client and arguments) followed by thedesired server command. 例文帳に追加

実行させるクライアントプログラムとその引き数は、xinit の最初のコマンドライン引き数として指定する。 特定のサーバのコマンド行を指定するには、xinit のコマンド行(クライアントとその引き数の後)にダッシュ2個(\\-\\^\\-)を追加し、その後にサーバのコマンドを記述する。 - XFree86

macro places option brackets around the any remaining arguments on the command line, and places any trailing punctuation outside the brackets. 例文帳に追加

マクロはコマンド行の残りのすべての引数をオプションであることを示す角括弧で囲み、末尾の句読点は角括弧の外に置きます。 \\& - JM

The range of bytes to be printed is specified via offset and length values in the second and third command-line arguments. 例文帳に追加

表示する範囲は、二番目、三番目のコマンドライン引き数で渡されるオフセットと長さで指定される。 - JM

The return value is an array of two elements: the list of parsed options and the list of non-option command-line arguments. 例文帳に追加

返り値は、パースされたオプションと、非オプションのコマンドライン引数の2つの要素からなる配列となります。 - PEAR

On platforms with a command-line (Unix, DOS/Windows), each of these is a string that will be split into executable name and (optional)list of arguments.例文帳に追加

コマンドラインをもつプラットフォーム(Unix, DOS/Windows)では、それぞれの文字列は実行ファイル名と(省略可能な)引数リストに分割されます。 - Python

In some circumstances, though, you might want your callback to consume an arbitrary number of command-line arguments.例文帳に追加

とはいえ、場合によっては、自分のコールバック関数に任意の個数のコマンドライン引数を消費させたいこともあるでしょう。 - Python

If nargs 1, multiple arguments will be consumed from the command line; all will be converted according to type and stored to dest as a tuple.例文帳に追加

nargs 1 の場合、複数の引数をコマンドラインから取り出します; 引数は全て type に従って変換され、dest にタプルとして保存されます。 - Python

If there is a piece of information that your program absolutely requires in order to run successfully, that's what positional arguments are for.As an example of good command-line interface design, consider the humblecp utility, for copying files.例文帳に追加

良くできたコマンドラインインタフェース設計として、ファイルのコピーに使われるcp ユーティリティのことを考えてみましょう。 - Python

Xnest will pick up a number of command line arguments that can configure its default visual class and depth, number of screens, etc.例文帳に追加

Xnest は、デフォルトのビジュアルクラスと深さ、スクリーンの数などを設定する多くのコマンド行引き数を受け付ける。 - XFree86

The following standard X Toolkit command line arguments are commonly used with xbiff:例文帳に追加

メールボックスのウィンドウの形を整える。 以下の X Toolkit 標準のコマンド行の記述は xbiff においても共通して使われる。 - XFree86

例文

Other than the above four arguments and the -help argument for obtaining help, and the -grammar argument for listing the full grammar for the command line, all the other command line arguments are used in specifying both the format of the properties to be displayed and how to display them.例文帳に追加

上記の4つのオプションとヘルプを見るための -help オプション、コマンドラインの詳しい文法を表示するための -grammar オプションを除いたコマンド行での引き数は全て、表示されるプロパティのフォーマットとプロパティの表示の仕方を指定するために使われる。 - XFree86

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS