| 例文 |
default outputの部分一致の例文一覧と使い方
該当件数 : 123件
The output record separator, by default a newline. 例文帳に追加
出力レコードセパレータ。 - JM
with GNU extensions (by default) writes to standard output a 例文帳に追加
(デフォルト) は、与えられた FILE - JM
The output files' names consist of PREFIX (`x' by default) followed 例文帳に追加
出力ファイルの名前は PREFIX - JM
We have, by default (output-level = 31) 5 columns Note: For Files, Extensions, Constants/Tokens columns, if content is larger than cell width, then the content if truncated by left, and replaced by ... 例文帳に追加
We have, by default (output-level = 31) 5 columns注意For Files, Extensions, Constants/Tokens columns,if content is larger than cell width, then the content if truncated by left,and replaced by ... - PEAR
cat uses text mode by default, and binary mode when standard output is 例文帳に追加
cat はデフォルトではテキストモードを用い、 - JM
The default output format is the keyword in the center of the line and the 例文帳に追加
デフォルトの出力フォーマットは、 - JM
The asynchronous output buffer size (default 4096). 例文帳に追加
非同期出力バッファのサイズ(デフォルト 4096) - Python
Use the XML:DocBook/peardoc2:default converter on your source code to generate output. 例文帳に追加
ソースコードから DocBook 出力を作成するにはXML:DocBook/peardoc2:default コンバータを使ってください。 - PEAR
The startx output says something like"could not load keymap, falling back to default keymap". 例文帳に追加
コード表示3.4:サウンドのためのカーネルオプション - Gentoo Linux
This argument allows the user to explicitly specify the output file on the command line. The default is to output to standard out. -xy例文帳に追加
デフォルトでは標準出力に出力される。 - XFree86
The output files' names consist of a prefix (`xx' by default) 例文帳に追加
出力ファイルのファイル名は二つの部分からなっている。 - JM
is the default if the output is a terminal and the program is ls. 例文帳に追加
出力が端末、プログラムが ls の場合のデフォルトである。 - JM
For single column output no line truncation occurs by default. 例文帳に追加
1 段の出力では、 行の切り捨てはデフォルトでは行われない - JM
Be sure to set the default Output Plugin back to what it was before in order to listen to MP3s again. 例文帳に追加
再び MP3 を聴けるように Output Pluginを以前のように元に戻すのを忘れないでください。 - FreeBSD
Setup default policies to handle unmatched traffic# iptables -P INPUT ACCEPT# iptables -P OUTPUT ACCEPT# iptables -P FORWARD DROP 例文帳に追加
一致しないトラフィックを扱うためのデフォルトポリシーを設定 #iptables-PFORWARDDROP - Gentoo Linux
Use output file names containing numbers that are DIGITS digits long instead of the default 2. 例文帳に追加
出力ファイル名の数値部分の桁数をデフォルト値の 2 から - JM
default unless the output is a terminal and the program is ls. 例文帳に追加
出力が端末でないか、プログラムが ls でない場合はデフォルトである。 - JM
XOpenOM will identify a default output method corresponding to the current locale.例文帳に追加
XOpenOMは現在のロケールに一致するデフォルトの出力メソッドを識別する。 - XFree86
make(1) will know which object files must be recompiled when a dependency has changed.By default, makedepend places its output in the file named makefile if it exists, otherwise Makefile.例文帳に追加
このファイルがない場合には、Makefileに出力を書き込む。 - XFree86
(This is permitted to be the default for output to a terminal.) 例文帳に追加
(端末への出力では、このオプションをデフォルトにすることが許されている。 - JM
In addition to the information found in the default output, a notation of the number of columns is provided by the num_fields element while the order element provides an array with the column names as the keys and their location index number (corresponding to the keys in the default output) as the values. 例文帳に追加
そして order 要素ではカラム名をキー、場所インデックス (そのカラムがデフォルトで出力される位置) を値とする配列を返します。 - PEAR
Placeholders for which no values were set are removed from output by default. 例文帳に追加
値を設定していないプレースホルダは、デフォルトでは出力時に削除されます。 - PEAR
standard output. The default join field is the first, delimited 例文帳に追加
の中にある行を調べ、 join フィールドが一致しているペアを標準出力に表示 - JM
By default, the image generated by the bar code driver is directly output to the browser.例文帳に追加
デフォルトでは、バーコードドライバが作成した画像が直接ブラウザに出力されます。 - PEAR
(default: '') String that will be prepended to the first line of wrapped output.例文帳に追加
(デフォルト: '') 折り返しが行われる出力の一行目の先頭に付けられる文字列。 - Python
The default value of scale is 0. ibase and obase define the conversion base for input and output numbers. 例文帳に追加
scale のデフォルトは 0 です。 ibase と obase で入力および出力の変換基数を指定します。 - JM
The default precision is 1. When 0 is printed with an explicit precision 0, the output is empty. 例文帳に追加
変換後の値が指定された桁数に足りない場合は、左側が 0 で埋められる。 - JM
As you can see, the default output may not be too helpful. 例文帳に追加
ごらんいただいてわかるとおり、デフォルトの出力結果はあまり有用ではありません。 - PEAR
default is ",2,'.',','" - this is the piece of code that is appended to the output engine when using the :n modifier, eg. 例文帳に追加
このコード片が、出力エンジンで :n 修正子を使用する際に付加されます。 - PEAR
Default output format (PHP dump array) use the array render while text is for CLI. 例文帳に追加
デフォルトの出力フォーマット (PHP の配列ダンプ) には arrayレンダラを使用し、CLI では text を使用します。 - PEAR
That default can be modified using XSetLocaleModifiers to set the output method modifier.例文帳に追加
このデフォルトは出力メソッドモディファイアを設定する関数XSetLocaleModifiersを用いて変更することができる。 - XFree86
Autoprint mode is overridden by printer controllermode (a ``2''), which causes all of the output to be directed to the printer.The default is ``0.'' 例文帳に追加
このモードでは、全ての出力がプリンタにリダイレクトされる。 デフォルト値は ``0'' である。 - XFree86
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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. |
| 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 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|