| 例文 |
command optionの部分一致の例文一覧と使い方
該当件数 : 147件
That is, any option to any command can be stored in one of two or three (depending on your platform) configuration files, which will be consulted before the command-line is parsed.例文帳に追加
すなわち、任意のコマンドの任意のオプションを二つか三つ (プラットフォームによって異なります) の設定ファイルに保存でき、コマンドラインを解釈する前にオプションを問い合わせさせるようにできます。 - Python
Sometimes it is desirable to set quota limits on a range of UIDs. This can be done by use of the -p option on the edquota(8) command. 例文帳に追加
ある範囲の UID に対してクォータリミットを設定したい場合がありますが、このような時にはedquota(8)コマンドの -p オプションを使うといいでしょう。 - FreeBSD
macro places option brackets around the any remaining arguments on the command line, and places any trailing punctuation outside the brackets. 例文帳に追加
マクロはコマンド行の残りのすべての引数をオプションであることを示す角括弧で囲み、末尾の句読点は角括弧の外に置きます。 \\& - JM
The SQL Editor is generally accessible via the Execute Command option from the right-click menu of the connection node (or of the connection node's child nodes).例文帳に追加
一般に SQL エディタは、接続ノード (または接続ノードの子のノード) の右クリックメニューにある「コマンドを実行」オプションを使用してアクセスできます。 - NetBeans
py -uall to turn on all resources; specifying all as an option for -u enables all possible resources.If all but one resource is desired (a more common case), a comma-separated list of resources that are not desired may be listed afterall.The command python regrtest.例文帳に追加
すべてのリソースを使うには、python regrtest.py -uall を実行します。 -u のオプションに all を指定すると、すべてのリソースを有効にします。 - Python
The server selects a corresponding album sentence from an album sentence database depending on the option of photography command selected from the photography command employed for photographing the image sent back from the user terminal (step S16).例文帳に追加
サーバは、ユーザ端末から返信された画像がどの撮影指示の、どの選択肢を選択して撮影された画像かによってアルバム文データベースから対応するアルバム文を選択する(ステップS16)。 - 特許庁
Configuration files also let you provide default values for any command option, which the installer can thenoverride either on the command-line or by editing the config file. The setup configuration file is a useful middle-ground between the setupscript--which, ideally, would be opaque to installers例文帳に追加
設定ファイルはまた、あらゆるコマンドにおけるオプションにデフォルト値を与えておき、インストール作業者がコマンドライン上や設定ファイルの編集でデフォルト設定を上書きできるようにします。 - Python
At least one explicit option must be given, to ensure compatibility with future planned extensions to the rcs command. 例文帳に追加
rcsコマンドの将来予定されている拡張との互換性を維持するには、少なくともひとつのオプションを明示的に指定する必要があります。 - JM
A Screen sectionis considered "active" if it is referenced by an active ServerLayout sectionor by the -screen command line option. 例文帳に追加
あるScreenセクションが「アクティブ」と見なされるのは、アクティブなServerLayoutセクションから参照されている場合か、コマンド行オプションの\\-screenで指定されている場合である。 - XFree86
When the memory control circuit 150 receives an access request to the option DRAM 162, the memory control circuit 150 issues a command for b times access to the option DRAM 162 to access the option DRAM 162, and when the memory control circuit 150 receives an access request to the standard DRAM 161, the memory control circuit 150 issues a command for a×b times access to the standard DRAM 161 to access the standard DRAM 161.例文帳に追加
メモリー制御回路150は、オプションDRAM162へのアクセス要求を受け付けると、オプションDRAM162にb回アクセスするためのコマンドを発行して、オプションDRAM162にアクセスし、標準DRAM161へのアクセス要求を受け付けると、標準DRAM161にa×b回アクセスするためのコマンドを発行して、標準DRAM161にアクセスする。 - 特許庁
To provide a print filter allowing easy designation of a print start position by only command line option designation without processing image data themselves.例文帳に追加
画像データ自体に加工することなくコマンドラインオプション指定のみで、容易に印刷開始位置を指定することのできるプリントフィルタを提供することを目的とする。 - 特許庁
When select communication is executed (step S1; NO), an option side control unit selected by a select signal determines whether or not a command save bit is true (step S2).例文帳に追加
セレクト通信が行われた場合(ステップS1;NO)、セレクト信号にて選択されたオプション側制御部はコマンドセーブビットが真であるか否かを判別する(ステップS2)。 - 特許庁
So you will need to include the IPSEC option in your kernel config and, after kernel rebuild and reinstall, configure IPsec connections using setkey(8) command. 例文帳に追加
それ故、あなたはおそらく IPSECオプションをカーネルコンフィグファイルに追加し、 カーネルを再構築/再インストールしてsetkey(8) コマンドでIPsec 接続を設定すればよいはずです。 - FreeBSD
This configuration file is installed in /usr/X11R6.4/lib/X11/proxymngr/pmconfigduring the installation of proxymngr. The location of the configurationfile can be overwritten using the -config command line option. 例文帳に追加
この設定ファイルは、プロキシマネージャのインストール時に /usr/X11R6.4/lib/X11/proxymngr/pmconfig にインストールされている設定ファイルの位置はコマンド行オプションの \\-config で上書きすることができる。 - XFree86
The user has the optionof selecting the target window with the mouse (by clicking any mouse buttonin the desired window) or by specifying its window id on the command linewith the -id option. 例文帳に追加
マウスによって選択する(そのウィンドウの中でマウスのボタンのいずれかをクリックする)方法と、コマンドラインの \\-id オプションでウィンドウ ID を指定する方法である。 - XFree86
If you pass irrelevant option attributes, or fail to pass required ones, optparse raises an OptionError exceptionexplaining your mistake.An options's action determines what optparse does when it encounters this option on the command-line.例文帳に追加
関係のないオプション属性を指定したり、必要な属性を指定し忘れたりすると、optparse は誤りを解説したOptionError例外を送出します。 コマンドライン上にあるオプションが見つかったときのoptparse の振舞いを決定しているのは アクション(action) です。 - Python
After the string is decoded, it is expanded via parameter expansion, command substitution, arithmetic expansion, and quote removal, subject to the value of the promptvars shell option (see the description of the shopt command under "SHELL BUILTIN COMMANDS" below). 例文帳に追加
この文字列がデコードされた後、さらにパラメータ展開、コマンド置換、算術式展開、クォート削除が適用されます。 展開はシェルオプションpromptvars(後述のシェルの組み込みコマンドの項にあるshoptコマンドの説明を参照) の値に基づいて行われます。 - JM
The disadvantage of this option is that you need the X-windowing system to use it, so it will not work on the command line.--xconfig: Provides a kernel configuration utility which depends on the QT libraries.例文帳に追加
これは、コールバックを使用することによりgenkernelモジュールグループを再定義して、関連項目をemergeする事によってinitrdに外部モジュールをインストールしたいと思う場合に有用です。 - Gentoo Linux
It can be overridden by giving a device file name in the environment variable TAPE or by a command line option (see below), which also overrides the environment variable. 例文帳に追加
デバイスファイル名を環境変数TAPEで指示したり、コマンドラインオプション (下記参照) を用いれば、これを変更することができる。 コマンドラインオプションは環境変数より優先される。 - JM
Longoption values can be split across multiple lines simply by indenting the continuation lines.You can find out the list of options supported by a particular command with the universal --help option, e.g.例文帳に追加
長いオプション設定値は、継続行をインデントするだけで複数行にわたって記述できます。 あるコマンドがサポートしているオプションのリストは、--help オプションで調べられます。 - Python
The next option after -Xcompiler and-Xlinker will be appended to the proper command line, so in the above example the compiler will be passed the -o32option, and the linker will be passed -shared.例文帳に追加
-Xcompiler および -Xlinker の後にくるオプションは、それぞれ適切なコマンドラインに追加されます。 従って、上の例では、コンパイラには -o32 オプションが渡され、リンカには -shared が渡されます。 - Python
Perhaps there should be a command line option to tell Xnest to inherit the keyboard and pointer control parameters from the real server rather than imposing its own.例文帳に追加
Xnest には、自分のデフォルト値を実サーバに押しつけるのではなく、実サーバからキーボードとポインタの制御パラメータを継承させるコマンド行オプションがおそらく必要である。 - XFree86
The XtDisplayInitializefunction builds the resource database, calls the Xlib XrmParseCommandfunction to parse the command line, and performs other per display initialization.After XrmParseCommand has been called, argc and argv contain only those parameters that were not in the standard option table or in the table specified by the options argument.例文帳に追加
XrmParseCommand が呼ばれた後、argc と argv は標準のオプションテーブルにないパラメータや、 options 引数によって指定されたテーブルにもないパラメータだけを含むことになる。 - XFree86
EndSection If you use this configuration file and start the server with the +xinerama command line option, the two monitors will be showing a single large area where windows can be moved between monitors and overlap from one monitor to the other.例文帳に追加
ウィンドウは両方のモニタ間を行き来できるし、モニタ間にまたがることもできる。 Xinerama 機能拡張を使った X サーバの起動は、以下のコマンドで行える: - XFree86
The option item management system is provided with a management center 1 having a storage means 14 storing information of the option item and the using example and a control means 11 outputting data of the option item and the using example from the storage means 14 on the basis of a command of a machine kind of a construction machine requested by a customer and the using purpose.例文帳に追加
オプション品とその使用実例の情報を記憶した記憶手段14と、顧客要求の建設機械の機種とその使用用途との指令に基づいて、前記記憶手段14からの当該オプション品とその使用実例のデータを出力する制御手段11とを有する管理センタ1とを備えたことを特徴とする。 - 特許庁
If the redirection operator is >| , or the redirection operator is > and the noclobber option to the set builtin command is not enabled, the redirection is attempted even if the file named by word exists. 例文帳に追加
リダイレクト演算子が>|の場合や、リダイレクト演算子が>で組み込みコマンドsetに対するnoclobberオプションが設定されていない場合、word という名前のファイルが存在していてもリダイレクトが試みられます。 - JM
is the argument to this option seen on the command-line. optparse will only expect an argument if type is set; the type of value will be the type implied by the option's type.例文帳に追加
オプションの引数で、コマンドライン上に見つかったものです。 optparse は、type が設定されている場合、単一の引数しかとりません;value の型はオプションの型として指定された型になります。 - Python
The function selecting interface 30 produces function candidate options corresponding to the respective second data, and the function starting unit 40 detects that each function candidate option is triggered, then loads a process start command of the function candidate option from the database, and starts the corresponding application function.例文帳に追加
機能選択インターフェース30は各第二データに対して対応する機能候補選択肢を発生し、機能起動ユニット40は各機能候補選択肢の誘発を探知後、データベースより該機能候補選択肢のプロセス起動指令をロードし、対応するアプリケーション機能を起動する。 - 特許庁
An image processing main controlling section 6 is constituted of a super option processing section 11 which respectively interprets the super option, the content of PJL, and an emulation switching command, a PJL processing section 12, an emulation switching command processing section 13, and a PDL automatic switching processing section 14 which automatically judges the PDL from the printing data, and requests the storage of the setting to a setting data managing section 9.例文帳に追加
スーパーオプション、PJLの内容、エミュレーション切り替えコマンドを夫々に解釈するスーパーオプション処理部11、PJL処理部12、エミュレーション切り替えコマンド処理部13と、印刷データからPDLを自動判定し、その設定を設定データ管理部9に保存要求するPDL自動切換処理部14とを、画像処理主制御部6に構成する。 - 特許庁
A ServerLayout sectionis considered "active" if it is referenced by the -layout command line option.If that option is not used, the first ServerLayout section found in theconfig file is considered the active one. 例文帳に追加
コマンド行オプション\\-layoutによる指定があった場合は、そのServerLayoutセクションが「アクティブ」と見なされる。 このオプションが指定されていない場合は、設定ファイル中で最初に見つかったServerLayoutセクションがアクティブなセクションと見なされる。 - XFree86
A computer 10 for a manager transmits a command to a printer 1 through a network line 8, and a controller part 7 of the printer 1 performs authentication confirmation to determine whether the received command is transmitted from a sender who has been allowed to perform option attachment setting change.例文帳に追加
ネットワーク回線8を介して管理者用コンピュータ10からコマンドがプリンタ1に送信され、そのプリンタ1はコントローラ部7により、受信したコマンドがオプション装着設定変更を許可された発信者から送信されたものか否かを判断するために認証確認を行う。 - 特許庁
The cmdhist shell option, if enabled, causes the shell to attempt to save each line of a multi-line command in the same history entry, adding semicolons where necessary to preserve syntactic correctness. 例文帳に追加
シェルオプションのcmdhistを有効にすると、シェルは複数行に別れているコマンドの各行を同じ履歴エントリに保存しようとします。 この際には、文法的な正しさを保つためにセミコロンが必要に応じて追加されます。 - JM
By providing a print start coordinate calculation part to the print filter, a user can easily designate arrangement of the image data by only the designation of a print start position index to a command line option.例文帳に追加
印刷開始座標算出部をプリントフィルタに設けることで、ユーザは画像データ自体に加工することなく、コマンドラインオプションに印刷開始位置インデックスを指定するだけで容易に画像データの配置を指定することが可能となる。 - 特許庁
Any non-option command line arguments are shell globbing patterns; only files in the archive whose names match one or more of those patterns are copied from the archive. 例文帳に追加
オプションでないコマンドラインの引数は、すべてシェルによって展開される文字列として解釈されます。 これは、アーカイブ内のファイル名が、この文字列によって指定されるパターンにマッチする場合にのみそのファイルを展開することを意味します。 - JM
(I won'tdwell on how to call the Python parser with a particular string as input -- if you're interested, have a look at the implementation of the -c command line option in Python/pythonmain.cfrom the Python source code.)Calling a Python function is easy.例文帳に追加
(Python パーザを特定の入力文字を使って呼び出す方法について詳説するつもりはありません -- この方法に興味があるなら、Python ソースコードの Python/pythonmain.c にある、コマンドラインオプション-c の実装を見てください)Python 関数の呼び出しは簡単です。 - Python
Facsimile equipment 100 has a notice means giving a notice to urge a user to execute communication when a response to an option signal transmitted to an incoming station is judged to be the FNV command.例文帳に追加
ファクシミリ装置100は、着呼局に対して送出したオプション信号に対する応答がFNVコマンドであると判定した場合、使用者に対して当該通信への介入を促すように通知する通知手段を備える。 - 特許庁
A relay device 15 receives raster image data from an option controller 3 to be stored in a memory 42, receives a control command based on a result of the process that depends on the print engine 11 from the main controller 14, reads the raster image data from the memory 42 in accordance with the control command, and supplies the read raster image data to the print engine 11.例文帳に追加
中継装置15は、オプションコントローラー3からラスター画像データを受信してメモリー42に記憶し、プリントエンジン11に依存する処理の結果に基づく制御コマンドをメインコントローラー14から受信し、その制御コマンドに従ってメモリー42からラスター画像データを読み出し、読み出したラスター画像データをプリントエンジン11に供給する。 - 特許庁
An engine control unit 29 sends a command for reserving paper feeding before the timing of starting the paper feeding, and an option device control unit 30 received the reservation performs the paper feeding by itself in the described timing.例文帳に追加
エンジン制御部29は、給紙動作を開始しなければならないタイミングより前に予約という形で給紙を予約するコマンドを送信し、予約を受けたオプション装置制御部30は自分自身で上記のようなタイミングで給紙動作を行う。 - 特許庁
(Or if other commands that derive values from it are run, they will use the values in the config file.)You can find out the complete list of options for any command using the --help option, e.g.:例文帳に追加
(また、設定ファイル内からオプションを取得するような他のコマンドを実行した場合、それらのコマンドもまた設定ファイル内の対応するオプションの値を使います。 )あるコマンドに対するオプションの完全なリストは、例えば以下のように、--help を使って調べます: - Python
If you run makepsres in keep mode (with the -k option), it includesin the output file all resource entries in the input resource databasefiles, even entries for files that no longer exist or are located in directoriesspecified on the command line. 例文帳に追加
makepsres を保存モード(\\-k オプションで指定)で実行した場合は、makepsres は入力したリソースデータベースファイルの全てのリソースエントリを出力ファイルに入れる。 この場合は、現在はなくなっていたり、コマンド行で指定したディレクトリ内に置かれていないリソースも出力される。 - XFree86
It also understands that SUN-DES-1 and MIT-KERBEROS-5use string values for the authorization data, and displays them appropriately.The X server (when running on a workstation) reads authorization informationfrom a file name passed on the command line with the -auth option (see theXserver manual page). 例文帳に追加
\\fIxauth\\fP はまた、SUN-DES-1 と MIT-KERBEROS-5 が認証データに対して用いる文字列値を理解し、これらを適切に表示する。 X サーバ(ワークステーションで実行しているとき)は、認証情報をコマンド行の\\fI\\-auth\\fP オプション(\\fIXserver\\fP オンラインマニュアルを参照)を使って渡されたファイルから読み込む。 - XFree86
Under Unix, a complete program can be passed to the interpreter in three forms: with the -c string command line option, as a file passed as the first command line argument, or as standard input.If the file or standard input is a tty device, the interpreter entersinteractive mode; otherwise, it executes the file as a complete program.例文帳に追加
Unix の環境下では、完全なプログラムをインタプリタに渡すには三通りの方法があります: 第一は、 -c string コマンドラインオプションを使う方法、第二はファイルを第一コマンドライン引数として指定する方法、そして最後は標準入力から入力する方法です。 ファイルや標準入力がtty (端末) デバイスの場合、インタプリタは対話モードに入ります; そうでない場合、ファイルを完全なプログラムとして実行します。 - Python
A print job status information and user option are combined, a list of print features which users can select and include status features is displayed in response to a command to execute a print job while the status feature is selected, and the current status of print job is displayed accompanying the list.例文帳に追加
本発明はプリントジョブステータス情報とユーザオプションとを統合し、ステータスフィーチャーを含むユーザが選択可能なプリントフィーチャーのリストを、ステータスフィーチャーを選択した状態で、プリントジョブを実行するコマンドに応答して表示し、プリントジョブの現行ステータスを上記リストともに表示する。 - 特許庁
A make file execution contents analysis means 5 is started, reads out data from the file 4, analyzes the operation state of a command line option in the case of practically generating a program group for computer processing by the make file 2 and stores the analytical result in a project file 6.例文帳に追加
メイクファイル実行内容解析手段5を起動してメイク実行解析作業ファイル4のデータを読み込み、メイクファイル2によって、実際にコンピュータ処理のプログラム群が生成される場合のコマンドラインオプションの動作状況を解析してプロジェクトファイル6に格納する。 - 特許庁
Open option of an operating system is mapped on the SCSI duration reservation command to register all of a plurality of paths in logical unit numbers of a shared storage system, and a plurality of second paths enable access to the logical unit numbers of the shared storage system after acquiring duration reservation to the shared storage system.例文帳に追加
オペレーティング・システムのオープン・オプションがSCSI持続予約コマンドにマップされ、複数パスの全てを共用記憶システムの論理装置番号に登録することを可能にし、第2の複数パスが共用記憶システムへの持続予約を獲得後、共用記憶システムの論理装置番号をアクセスすることを可能にする。 - 特許庁
When a radio button 14b is set at broadcast communication (Yes in S41), since a file name describing the destination of the broadcast communication is displayed on a destination display window 14a, an option command character string denoting that a character string succeeding to the file name is a facsimile number is generated (S43), and rewrite of data in a broadcast communication list is inhibited (S44).例文帳に追加
ラジオボタン14bが同報通信に設定されている場合は(S41:Yes)は、宛先表示窓14aに同報通信の宛先が記載されたファイル名が表示されているので、次に続く文字列がファクシミリ番号であることを示すオプションコマンド文字列を作成し(S43)、同報通信リストのデータの書き換えを禁止する(S44)。 - 特許庁
As I have repeatedly said, the SESC is an independent organization, so it is not under the chain of command under me. All the same, the FSA and the SESC will work together to further clarify facts related to this very regrettable case. The FSA and the SESC face the grave task of making every possible effort to prevent a recurrence without ruling out any option while maintaining close communications with the Ministry of Health, Labour and Welfare, as this case relates to the private portion of employee pension plans, which have numerous members. 例文帳に追加
私は何回も言っていますように、この証券取引等監視委員会は独立性がございますから、私の指示・命令系統にはございませんけれども、やはり一緒になってさらなる事態の解明を進めて、極めて遺憾なことでございますが、あらゆる選択肢を排除することなく、関係官庁とも緊密に連絡しながら、これは厚生年金、いわゆる私的年金の部門でございますが、たくさんの方が私的年金に入っておられますので、そういった意味で、金融庁・証券取引等監視委員会、厚労省ともしっかり連絡をとりながら、総力を挙げて再発防止に努めていかねばならないという大変重たい課題でございます。 - 金融庁
| 例文 |
| Copyright(C) 2026 金融庁 All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|