| 例文 |
specified commandの部分一致の例文一覧と使い方
該当件数 : 790件
Only one model may be specified on the command line. -option name例文帳に追加
コマンド行ではモデルは1つしか指定できない。 - XFree86
The command line options that can be specified to proxymngr are:例文帳に追加
proxymngr に指定できるコマンド行オプションを以下に示す: - XFree86
When no command is specified, xon runs 'xterm -ls'. 例文帳に追加
コマンドが指定されなかった場合、xon は 'xterm -ls' を実行する。 - XFree86
The command is repeated by the specified number of times at the specified time interval.例文帳に追加
ターゲットでは、コマンドを、指定された回数、指定された時間間隔で繰り返す。 - 特許庁
The specified table is used to parse the command line.例文帳に追加
.LP指定されたテーブルはコマンド行の展開に使われる。 - XFree86
When this device receives a search command, the device performs the setting of an objective position based on the specified position specified by the command.例文帳に追加
サーチコマンドを受信すると、これによって指定された指定位置に基づいて目的位置の設定を行う。 - 特許庁
A command execution part 232 executes processing of a command by use of the specified OS.例文帳に追加
コマンド実行部232は、特定されたOSを用いて、コマンドの処理を実行する。 - 特許庁
Then, from the timing of receiving the command, the time specified by the command is counted down.例文帳に追加
そして、コマンドを受けたタイミングから、当該コマンドで指定される時間をカウントダウンする。 - 特許庁
If no files are specified on the command line, the value of 例文帳に追加
もし、コマンドラインで入力ファイルが指定されてい なければ、 - JM
If any of the file names specified on the command line are directories, 例文帳に追加
コマンドラインで指定されたファイル名がディレクトリであった場合、 - JM
Only one variant may be specified on the command line. Files 例文帳に追加
コマンド行では1つのバリエーションしか指定することができない。 - XFree86
An alternate client and/or server may be specified on the command line.例文帳に追加
コマンド行で別のクライアントやサーバを指定することもできる。 - XFree86
Any number of expressions may be specified from the command line.例文帳に追加
コマンド行から任意の数の表現を指定する事が出来る。 - XFree86
If the transfer is active, send a "EPRT" or "PORT" command and the transfer command specified by cmd, and accept the connection.例文帳に追加
もし転送中なら、"EPRT"あるいは"PORT"コマンドと、cmdで指定したコマンドを送信し、接続を続けます。 - Python
The device 12 receives the command and lights the specified keys.例文帳に追加
リモコン装置12は、それを受信すると、指定のキーのみを点灯する。 - 特許庁
Once the control module is specified, a command which is latched is written to the register where the mentioned command is written.例文帳に追加
制御モジュールが特定されたら、ラッチしてあったコマンドを前記コマンドを書き込むレジスタに書き込む。 - 特許庁
If command is not specified, any redirections take effect in the current shell, and the return status is 0. 例文帳に追加
commandが指定されていない場合、任意のリダイレクトはカレントシェルで効果を表し、終了ステータスは 0 となります。 - JM
The DIR command includes the pass of the file specified by the user.例文帳に追加
このDIRコマンドには、ユーザが指示したファイルのパスが含まれている。 - 特許庁
A data comparator means 33 makes the command gaining means 70 store the command data when a specified number of command data coincide out of those gained several times.例文帳に追加
データ比較手段33は、複数回取得したコマンドデータのうち、所定個数が一致すれば、当該コマンドデータをコマンド取得手段70に記憶させる。 - 特許庁
When the touch panel 21 is pressed, a pressed command button is specified by a command button specifying part 511.例文帳に追加
タッチパネル21が押圧されたときには、まず、コマンドボタン特定部511により押圧されたコマンドボタンが特定される。 - 特許庁
The image forming apparatus 10 performs the specified processing with the command generated by the command generating means 12a.例文帳に追加
画像形成装置10は、コマンド生成手段12aで生成されたコマンドにより所定処理を実行する。 - 特許庁
Note: If you specified variables on the make buildworld command line, you must specify the same variables in the make installworld command line. 例文帳に追加
Note:make buildworld でコマンドラインから変数を指定した場合は、同じ指定を make installworldのコマンドラインにも 指定しなければなりません。 - FreeBSD
The data are read from a memory of a specified address in response to a reading command and written in a memory of a specified address in response to a writing command by each memory node.例文帳に追加
各メモリノードは読出しコマンドに応答して、指定されたアドレスのメモリからの読出し、書込みコマンドに応答して、指定されたアドレスのメモリに書き込む。 - 特許庁
This option is passed to the underlying rsh; it requests that the command be run as the specified user.例文帳に追加
つまり、コマンドが指定したユーザとして実行することをリクエストする。 - XFree86
Further, a writing position in the command receiving buffer is specified by a writing pointer, while a reading position is specified by a reading pointer.例文帳に追加
また、コマンド受信バッファにおける書込位置は書込ポインタで指定され、読出位置は読出ポインタで指定される。 - 特許庁
When any command is specified as a break point by a user, the source code defining the generation source of the specified command and the source code defining generation sources of the commands that are located before and after the specified command and belong to a different iteration command set are displayed.例文帳に追加
何れかの命令がユーザによりブレークポイントとして特定された場合には、特定された命令の生成元となるソースコードと共に、特定された命令の前後に位置する命令であって、異なるイタレーション命令群に属する命令の生成元となるソースコードを表示する。 - 特許庁
The construction "-f -" uses stdin as an input file andmay not be used if "-" is specified as a directory on the command line. 例文帳に追加
"\\-f \\-"を指定すると、stdin(標準入力)を入力ファイルとして使う。 - XFree86
A command is transmitted to the sub control means from the main control means at a specified timing by a command transmission means.例文帳に追加
コマンド送信手段により、メイン制御手段からサブ制御手段に対して所定のタイミングでコマンドを送信する。 - 特許庁
Unless a prompt was specified by with command-line option -p string, the command prompt is by default turned off. 例文帳に追加
コマンド起動時のオプションl p Ar stringでプロンプトが指定されていなければ、コマンドプロンプトの表示はデフォルトでオフになっています。 - JM
It should prompt you for the password for each key you specified on the command line.例文帳に追加
コマンドラインで指定した各キーのためのパスワードの入力を促されるでしょう。 - Gentoo Linux
For tty windows, the command break causes the Data transmission line (TxD) to go low for a specified period of time. 例文帳に追加
tty ウィンドウでは、breakコマンドによってデータ送信線 (TxD) が指定した期間だけ low になる。 - JM
pauses for an amount of time specified by the sum of the values of the command line arguments. 例文帳に追加
はコマンドラインで指定した引数の値を足した時間の分だけ停止して待つ。 - JM
If this command line option is specified then no label will bedisplayed above the load graph. 例文帳に追加
\\-nolabelこのコマンド行オプションは、ラベルを負荷グラフの上に表示しないように指定する。 - XFree86
A torque limit is set for a servo motor for rotating a screw (S17) and a command for movement in a specified direction, by a specified moving amount and at a specified velocity is output (S19).例文帳に追加
スクリュ回転用サーボモータにトルクリミットをかけ(S17)、所定方向に、所定移動量、所定速度で移動指令を出力する(S19)。 - 特許庁
Then, when the communication processing unit 21 receives a command e-mail including a command in the same format as the command template in a text, a setting management unit 24 executes processing specified by the command included in the command e-mail.例文帳に追加
そして、設定管理部24は、そのコマンドテンプレートと同一形式のコマンドがテキストで含まれるコマンド電子メールが通信処理部21により受信されると、そのコマンド電子メールに含まれるコマンドにより指定された処理を実行する。 - 特許庁
On the basis of the combination of the display result command and the display content command, the variable display control board derives a specified display factor.例文帳に追加
可変表示制御基板は、表示結果コマンドと表示内容コマンドとの組合わせを基に特定表示ファクタを導き出す。 - 特許庁
A command received by the storage system from a host computer is stored in a queue corresponding to a priority specified from the command.例文帳に追加
ストレージシステムがホスト計算機から受信したコマンドは、そのコマンドから特定された優先度に対応したキューに蓄積される。 - 特許庁
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
