The default behavior: the output file is sparse if the input
デフォルトの動作:入力ファイルがスパースのとき、 - JM
block size (the default is 512 bytes).
は指定された入力ブロックサイズ (デフォルトは 512 バイト) で、 - JM
`!!' by default), and extends to the end of a line. The two kinds of
(デフォルトでは、`\\e!' か `!!') で始まり、行末まで続く。 - JM
The default is the process's current group.
デフォルトではプロセスが属する現在のグループになる。 - JM
This is the default if standard
標準出力が端末のときのデフォルトである。 - JM
do not number lines (default for header and footer)
行番号をふらない (ヘッダ・フッタセクションのデフォルト) p REGEXP - JM
IN-TABWIDTH is the input tab character's width (default is 8).
はタブの幅を指定する (省略可: デフォルトは 8)。 - JM
PAGE_WIDTH (default is 72) characters and truncate lines.
文字にして (デフォルトは 72)、行の余分を切り捨てる。 - JM
However, by default, these labels are hidden.
ただし、デフォルトで、これらのラベルは表示されません。 - NetBeans
(By default, the IDE turns this dialog option.)
デフォルトでは、このダイアログオプションは有効になります。 - NetBeans
Keep the default values in the Name and Location pane.
「名前と場所」区画をデフォルト値のままにします。 - NetBeans
The IDE populates Output.xml with default information.
IDE によって Output.xml がデフォルトの情報で作成されます。 - NetBeans
Accept the default name, Page2 and click Finish.
デフォルトのファイル名「Page2」のまま、「完了」をクリックします。 - NetBeans
The IDE assumes these conditions by default.
IDE では、デフォルトでこれらの条件が想定されます。 - NetBeans
Accept all other default settings, as shown below:
IDE で生成される項目がすべて表示されます。 - NetBeans
Leave all other fields with their default values.
ほかのフィールドはすべてデフォルト値のままにします。 - NetBeans
Width: Delete any default value and leave blank.
幅: デフォルト値を削除してフィールドを空にします。 - NetBeans
By default, the JavaScript debugger is disabled in the IDE.
デフォルトでは、JavaScript デバッガは IDE で無効になっています。 - NetBeans
The default color coordinate system is "rgb."
省略時の色座標系は"rgb"(赤、緑、青)である。 - コンピューター用語辞典
To display the map centered on its default location.
デフォルトの位置に中心をおいた地図を表示 - NetBeans
The User Name field is by default filled in with root.
「ユーザー名」フィールドは、デフォルトで root になっています。 - NetBeans
The default value of the Binding Subtype field is RPC Literal.
「結合サブタイプ」フィールドのデフォルト値は「RPC リテラル」です。 - NetBeans
Example overriding MDB2's default portability
例 34-1MDB2 のデフォルトの可搬性設定をオーバーライドする例 - PEAR
By default MDB2 will use variable length character types.
デフォルトでは、MDB2 は可変長文字型を使用します。 - PEAR
This specifies default behavior that can be overridden by the exceptions option and dir_roles option.
ここでデフォルトの振る舞いを指定します。 - PEAR
Let's start with an example using the default options.
デフォルトオプションを使用する例から始めましょう。 - PEAR
All default to 0 excepttzinfo, which defaults to None.
tzinfoのデフォルト値がNoneである以外のデフォルト値は0です。 - Python
Open existing database for reading only (default)
存在するデータベースを読取り専用で開きます。 - Python
replace the flags, instead of the default 'OR' operation
フラグを標準の 'OR' 操作ではなく置換します。 - Python
See shadowfb(4)for further information. Default: off.
詳しい情報については shadowfb(4) を参照すること。 - XFree86
rate is the number of times a key repeats per second. Default: "500 30". rateは秒あたりのキーリピートの回数である。 - XFree86
defaultButton A String specifying a default button by label. defaultButtonラベルを使ってデフォルトボタンを指定する文字列。 - XFree86
This option specifies the application name under which resources are to be obtained, rather than the default executable file name. デフォルト値は、実行ファイル名である。 - XFree86
The default is ``true,'' which means that they are accepted as is. デフォルト値は ``true'' であり、文字をそのまま受け取る。 - XFree86
The default is to display them as hexadecimal values.
デフォルトでは、このIDは16進数の値で表示される。 - XFree86
Article 108 (Damages on default)
第百八条(債務不履行による損害賠償) - 経済産業省
When a default printer is uninstalled, the device management system obtains the default history of the printer from a database 142, and determines presence of the default history (S202). デバイス管理システムは,デフォルトプリンタをアンインストールする際に,データベース142からプリンタのデフォルト履歴を取得し,デフォルト履歴の有無を判断する(S202)。 - 特許庁
The default for cards sold in North America and most of Europe is 3; the default for cards sold in France is 11, and the default for cards sold in Japan is 14. 北アメリカやヨーロッパの多くで売られているカードのデフォルトは3で、フランスで売られているカードのデフォルトは11、そして日本で売られているカードのデフォルトは14です。 - Gentoo Linux
As with glXChooseVisual,all Boolean resources default to FALSE and all integer resources default to 0, except redSize, greenSize and blueSize which default to 1. glXChooseVisual の場合と同様、全ての Boolean 型のリソースのデフォルト値は FALSE であり、全ての整数型リソースのデフォルト値は 0 である。 ただし redSize, greenSize, blueSize は例外で、これらのデフォルト値は 1 である。 - XFree86
tells the client what the default gateway is.
デフォルトゲートウェイがどれなのかを クライアントに伝えます - FreeBSD
Code Listing4.6: Setting up the remote bootloader # cp /usr/lib/syslinux/pxelinux.0 /diskless# mkdir /diskless/pxelinux.cfg# touch /diskless/pxelinux.cfg/default コード表示4.3:リモートブートローダーの設定 - Gentoo Linux
By default this variable is unset. 初期設定ではこの変数は設定されていません。 - Gentoo Linux
Section "Screen"Identifier "Default Screen"Device "S3 Inc.
#読みやすくするためにいくらかのテキストを省略 - Gentoo Linux
The shell exits by default upon receipt of a SIGHUP .
デフォルトでは、シェルはSIGHUPを受け取ると終了します。 - JM
deposits the contents of the working file as the initial revision (default number:
ワークファイルの内容を初期リビジョン (デフォルトでは - JM
The default for DG/UX, SVr4, and Delta 88 SVr3.2 is to include this information; other 88k configurations omit this information by default.
DG/UX, SVr4, Delta 88 SVr3.2 ではデフォルトでこの情報を含めます。 その他の 88K コンフィギュレーションではデフォルトで省略します。 - JM
This is on by default if optimization is selected.
これは最適化が指定された場合のデフォルトです。 - JM
Default is `on', as you probably noticed.
デフォルト値は、おそらく既にお気付きの通り、`on' である。 - JM
The setting in the "default" directory is used for all newly created devices.
"default" ディレクトリに対して設定をすると、それ以降生成されるデバイス全てに対してその設定が用いられる。 - JM
Get the current default color map from kernel.
現在のデフォルトのカラーマップをカーネルより取得する。 - JM
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-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.