| 例文 |
Default argumentの部分一致の例文一覧と使い方
該当件数 : 52件
The optional argument is a directory to list (default is the current server directory).例文帳に追加
省略可能なargumentは、リストアップするディレクトリです(デフォルトではサーバのカレントディレクトリです)。 - Python
The default argument is used for groups that did not participate in the match; it defaults to None.例文帳に追加
default 引数は、マッチに加わらなかったグループ用に使われます;それはデフォールトでは None です。 - Python
The optional third argument is an encoding, by default UTF-8.例文帳に追加
オプションの 3 番目の引数はエンコード方法で、デフォルトでは UTF-8です。 - Python
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 optional default argument can be used to specify a different default to be returned when there is no header matching name.例文帳に追加
オプションの default 引数は、name に一致するヘッダが存在しない場合に、別のデフォルト値を返すように指定するために使われます。 - Python
The number of retries can be specified by the -retries argument,or a default of 3 will be used. 例文帳に追加
リトライの回数は\\-retriesオプションで指定でき、デフォルト値は3回である。 - XFree86
The line that defines level 3, again, uses the rc script to start the services (now with argument default).例文帳に追加
レベル3を指定する行は、やはり、サービスを起動するためにrcスクリプトを使用します(ここでは、defaultの引数を渡す)。 - Gentoo Linux
The default argument causes the font path to be reset to the server's default. fp rehash例文帳に追加
fp rehashrehash 引き数を指定すると、フォントパスを現在値にリセットし、現在のフォントパスのフォントデータベースをサーバに再読み込みさせる。 - XFree86
A tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value例文帳に追加
デフォルト値を持つ引数に対するデフォルト値が収められたタプルで、デフォルト値を持つ引数がない場合には Noneになります。 - Python
To test the default printer, type lpr(1) without any -P argument. 例文帳に追加
デフォルト のプリンタを使用する場合は、 -P引数を付けないで lpr(1) を打ち込んでください。 - FreeBSD
HOME The home directory of the current user; the default argument for the cd builtin command. 例文帳に追加
HOME現在のユーザのホームディレクトリです。 組み込みコマンド cd のデフォルトの引き数になります。 - JM
a default argument `.' (the current directory) is assumed. 例文帳に追加
オプション以外の引き数が何もない場合、デフォルトの引き数として `.' (現在のディレクトリ) を仮定する。 - JM
The blocksize argument defaults to 8192.Changed in version 2.1:default for blocksize added. 例文帳に追加
引数blocksizeのデフォルト値は8192です。 バージョン 2.1 で 変更 された仕様:blocksizeのデフォルト値が追加されました - Python
The resources are fetched from the argument list, the resource database, or the default values in the resource list.例文帳に追加
リソースは、引き数リスト、リソースデータベース、リソースリスト中のデフォルト値のいずれかから取得する。 - XFree86
If there is no next argument, or if type is not compatible with the type of the actual next argument (as promoted according to the default argument promotions), random errors will occur. 例文帳に追加
次の引き数がなかったり、typeが次の引き数の実際の型と互換でない場合 (デフォルトの引き数変換で扱えなかった場合) には、予測できないエラーが起こる。 - JM
The optional argument defaults to -1, so that by default the last item is removed and returned.例文帳に追加
オプションの引数はデフォルトで-1 になっていて、最後の要素を取り除いて返すようになっています。 - Python
By default, globs is a new empty dictionary.Optional argument extraglobs specifies an extra set of global variables, which is merged into globs.例文帳に追加
デフォルトではglob は空の新たな辞書です。 オプション引数 extraglobs には追加のグローバル変数セットを指定します。 - Python
The optional argument i defaults to -1,so that by default the last item is removed and returned. 例文帳に追加
オプションの引数 i は標準で -1 なので、標準では最後の要素をリストから除去して返します。 - Python
= expression, the function is said to have ``defaultparameter values.'' For a parameter with a default value, the corresponding argument may be omitted from a call,in which case the parameter's default value is substituted.例文帳に追加
デフォルト値を伴うパラメタに対しては、関数呼び出しの際に対応するパラメタが省略されると、パラメタの値はデフォルト値で置き換えられます。 - Python
If not specified, the default value is 'r'.The optional mode argument is the Unix mode of the file, used only when the database has to be created.例文帳に追加
オプションの mode 引数は、新たにデータベースを作成しなければならない場合に使われる Unix のファイルモードです。 - Python
Padding is done using the specified fillchar (default is a space).Changed in version 2.4:Support for the fillchar argument.例文帳に追加
パディングにはfillchar で指定された値(デフォルトではスペース)が使われます。 バージョン 2.4 で 変更 された仕様:引数 fillchar に対応 - Python
This variable indicates that outlines suggesting movement of a window to and from its iconified state should be displayed whenever a window is iconified or deiconified.The optional count argument specifies the number of outlines to be drawn.The default count is 8.例文帳に追加
オプションの引き数count を指定すると、この数の外形が描画される。 デフォルト値は8である。 - XFree86
report Print either the "full", "xml", "checkstyle", "csv" or "summary" report (the "full" report is printed by default)Note: The --standard command line argument is optional, even if you have more than one coding standard installed. 例文帳に追加
注意コマンドライン引数 --standard はオプションです。 これは、複数のコーディング規約をインストールしている場合でも同様です。 - PEAR
Return the next message in the mailbox, created with the optional factory argument passed into the mailbox object's constructor.By default this is an rfc822.Messageobject (see the例文帳に追加
メイルボックスオブジェクトのコンストラクタに渡された、オプションのfactory 引数を使って、メイルボックス中の次のメッセージを生成して返します。 - Python
The optionalfacility argument sets the default facility for messages which do not have a facility explicitly encoded.例文帳に追加
オプションの facility 引数は、便宜レベルコードの設定が明示的になされていないメッセージに対する、標準の便宜レベルを設定します。 - Python
Note: When warnings are hidden by default, you can use the -w command line argument to show them for a single script run. 例文帳に追加
注意デフォルトで警告を隠す設定にしたときに、特定のスクリプトで警告を表示させるにはコマンドライン引数 -w を使用します。 - PEAR
The default is to use the basename of the filenamecommand line argument or leave it blank if the standard input is read. -xhotnumber 例文帳に追加
デフォルトではコマンド行引き数 filename のベース名が使われるが、読み込みを標準入力から行った場合には空文字列のままである。 - XFree86
Prefixes any opcode which has an argument too big to fit into the default two bytes. ext holds two additional bytes which, takentogether with the subsequent opcode's argument, comprise a four-byteargument, ext being the two most-significant bytes.例文帳に追加
大きすぎてデフォルトの二バイトに当てはめることができない引数をもつあらゆるオペコードの前に置かれます。 extは二つの追加バイトを保持し、その後ろのオペコードの引数と一緒になって取られます。 - Python
By default, globs is a new empty dictionary.Optional argument optionflags specifies the defaultdoctest options for the tests, created by or-ing togetherindividual option flags.例文帳に追加
デフォルトではglob は空の新たな辞書です。 オプション引数 optionflags には、テストを実行する際にデフォルトで適用される doctest オプションを OR で結合して指定します。 - Python
linejunk: A function that accepts a single string argument, and returns true if the string is junk, or false if not. The default is (None), starting with Python 2.3.例文帳に追加
linejunk: string型の引数ひとつを受け取る関数で、文字列がjunkか否かによってtrueを(違うときにはtrueを)返します。 Python2.3以降、デフォルトでは(None)になります。 - Python
You can hide warnings for a single script run by using the -n command line argument, but you can also enable this by default if you prefer. 例文帳に追加
特定のスクリプトで警告を表示しないようにするにはコマンドライン引数-n を実行しますが、もしお望みならこれをデフォルトの設定にすることもできます。 - PEAR
charjunk: A function that accepts a single character argument(a string of length 1), and returns true if the character is junk.The default is None, meaning that no character is considered junk.例文帳に追加
charjunk: この関数は(長さ1の)文字列を引数として受け取り、文字列がjunkであるときにtrueを返します。 デフォルトはNoneであり、どんな文字列もjunkとは見なされません。 - Python
By default, this path is relative to the callingmodule's directory; but if the package argument is specified, then it is relative to that package.例文帳に追加
デフォルトでは、このパスは関数 testfile を呼び出しているモジュールからの相対パスになります; ただし、package引数を指定した場合には、パッケージからの相対になります。 - Python
This includes conversions of fixed point to floating and vice versa, and conversions changing the width or signedness of a fixed point argument except when the same as the default promotion. 例文帳に追加
これは固定小数点から浮動小数点への変換やその逆、デフォルトの動作と異なる固定小数点引数の幅や符号の有無の変換が含まれます。 - JM
By default, output is generated only in case of an example failure.Optional argument compileflags gives the set of flags that should be used by the Python compiler when running the examples.例文帳に追加
デフォルトでは、例題のテストに失敗したときのみ出力を生成します。 オプション引数compileflags には、例題を実行するときに Python バイトコードコンパイラが使うフラグを指定します。 - Python
Optional argument name gives the name of the test; by default,or if None, os.path.basename(filename) is used.Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for a module-relative filename.例文帳に追加
オプション引数 name には、テストの名前を指定します; デフォルトの場合や None を指定した場合、 os.path.basename(filename) になります。 オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python
Optional argument isjunk must be None (the default) or a one-argument function that takes a sequence element and returnstrue if and only if the element is ``junk'' and should be ignored.Passing None for isjunk is equivalent to passinglambda x: 0; in other words, no elements are ignored.例文帳に追加
オプションの引数 isjunk は、None (デフォルトの値です)にするか、単一の引数をとる関数にせねばなりません。 後者の場合、関数はシーケンスの要素を受け取り、要素が ``junk'' であり、無視すべきである場合に限り真をかえすようにせねばなりません。 - Python
That default can be modified using XSetLocaleModifiers for the input method modifier.The db argument is the resource database to be used by the input method for looking up resources that are private to the input method.例文帳に追加
このデフォルトは入力メソッドモディファイアに対するXSetLocaleModifiersを用いて変更することができる。 引き数 db は、入力メソッドが自分のプライベートなリソースを調べるために使用するリソースデータベースである。 - XFree86
(Default values are calculated, once, when the function is defined; thus, a mutable object such as a list or dictionary used as default value will be shared by all calls that don't specify an argument value for the corresponding slot; this should usually beavoided.)例文帳に追加
(デフォルト値は、関数が定義されたときに一度だけ計算されます; 従って、リストや辞書のような変更可能なオブジェクトがデフォルト値として使われると、対応するスロットに引数を指定しない限り、このオブジェクトが全ての呼び出しから共有されます; このような状況は通常避けるべきです。 - Python
Return the XML that the DOM represents as a string.With no argument, the XML header does not specify an encoding, and the result is Unicode string if the default encoding cannot represent all characters in the document.例文帳に追加
DOM が表現している XML を文字列にして返します。 引数がなければ、 XML ヘッダは encoding を指定せず、文書内の全ての文字をデフォルトエンコード方式で表示できない場合、結果は Unicode 文字列となります。 - Python
The optional second argument is a transport factory instance;by default it is an internal SafeTransport instance for https:URLs and an internal HTTP Transport instance otherwise. 例文帳に追加
2番目のパラメータにはトランスポート・ファクトリを指定する事ができます。 トランスポート・ファクトリを省略した場合、URLがhttps: ならモジュール内部のSafeTransportインスタンスを使用し、それ以外の場合にはモジュール内部のTransportインスタンスを使用します。 - Python
Encoding this string in an encoding other than UTF-8 is likely incorrect, since UTF-8 is the default encoding ofXML.With an explicit encoding argument, the result is a byte string in the specified encoding.例文帳に追加
この文字列を UTF-8 以外のエンコード方式でエンコードするのは不正であり、なぜなら UTF-8 がXML のデフォルトエンコード方式だからです。 明示的な encoding 引数があると、結果は指定されたエンコード方式によるバイト文字列となります。 - Python
The first argument is a single character that specifies the font to be used: d or D indicate the default font (the font initially used when xterm was started), 1 through 6 indicate the fonts specified by the font1 through font6 resources, e or E indicate the normal, bold and wide fonts that have been set through escape codes (or specified as the second, third and fourth action arguments, respectively), and sor S indicate the font selection (as made by programs such as例文帳に追加
e あるいは E は、エスケープコードで設定される通常フォントとボールド体フォント、倍角文字フォントを示す(それぞれ2番目、3番目、4 番目の引き数として指定された場合)。 - XFree86
The argument string may have one of three values: "off" (the default) indicating that twm should ignore the program-supplied position,"on" indicating that the position should be used, and "non-zero" indicating that the position should used if it is other than (0,0). The latter option is for working around a bug in older toolkits.例文帳に追加
引き数 string は、以下の3つの値のうちいずれか1つを取る:twm はプログラムが与えた位置を無視することを示す "off"(デフォルト値),この位置を使用することを示す "on",この位置が (0, 0) 以外ならば使用する "non-zero".最後のオプションは、古いツールキットにおけるバグの回避のためのものである。 - 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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-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 © 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|