| 意味 | 例文 |
format stringの部分一致の例文一覧と使い方
該当件数 : 183件
The format string is a wide-character string. 例文帳に追加
format がワイド文字列で与えられる。 - JM
The format argument must be a format string, whose syntax is explained in``Parsing arguments and buildingvalues'' in the例文帳に追加
format 引数は書式化文字列で、 - Python
$string and $format are optional and their order is interchangeable. 例文帳に追加
$string および $formatはオプションで、その順序は交換可能です。 - PEAR
The first parameter, format string, defines the layout of the whole progress bar. 例文帳に追加
最初のパラメータ format stringは、プログレスバー全体のレイアウトを指定します。 - PEAR
In the example we create the progress bar instance with five parameters: The format string, bar string, empty string, console width and the target number. 例文帳に追加
この例では、5 個のパラメータを使用してプログレスバーのインスタンスを作成します。 使用するパラメータはformat string、bar string、empty string、console width およびtarget numberです。 - PEAR
Return a string that can be used as a format string for strftime (3) 例文帳に追加
で使用できる書式付き文字列を返す。 - JM
Returns a new string object from format and args.Analogous to 例文帳に追加
新たな文字列オブジェクトを format と args から生成します。 - Python
The two forms should not be mixed in the same format string, except that a string containing "%n$" specifications can include %% 例文帳に追加
これら 2つの形式を同じformat文字列に混ぜることはできない。 - JM
If string cannot be parsedaccording to format, ValueError is raised. 例文帳に追加
string が format に従って解釈できなかった場合、例外 ValueError が送出されます。 - Python
The table format can be changed with the string and title option, the title is displayed as table heading, while the lines are made by using the string setting. 例文帳に追加
表のフォーマットは string オプションとtitle オプションとで変更できる。 - JM
positionFormat (ClassFormat) Specifies a format string used to display the cursor position. 例文帳に追加
positionFormat (Class Format)カーソル位置の表示に使う書式文字列を指定する。 - XFree86
It builds a tuple only if its format string contains two or more format units.If the format string is empty, it returns None; if it contains exactly one format unit, it returns whatever object is described by that format unit.例文帳に追加
書式化文字列が空なら、None を返します。 きっかり一つの書式化単位なら、その書式化単位が記述している何らかのオブジェクトになります。 - Python
I used a simple XML format to store the content.Parameter string 例文帳に追加
たとえばシンプルな XML フォーマットで内容を保存したりします。 パラメータ string - PEAR
Convert a splittable string back into an encoded string. ustris a Unicode string to ``unsplit''.This method uses the proper codec to try and convert the string fromUnicode back into an encoded format. 例文帳に追加
このメソッドでは、文字列を Unicode からべつのエンコード形式に変換するために適切な codec を使用します。 - Python
Returns a new string object from format and args; this is analogous to例文帳に追加
新たな文字列オブジェクトを format および args から生成して返します; このメソッドは - Python
String; allows for setting the time interval in the 'P1Y2M3DT4H5M6S' format. 例文帳に追加
文字列。 'P1Y2M3DT4H5M6S' 形式で時間間隔を設定できる。 - NetBeans
(where format is a string or Unicode object), % conversion specifications in format are replaced with zero or more elements of values.例文帳に追加
(format は文字列またはUnicode オブジェクト)とすると、format 中の % 変換指定は values 中のゼロ個またはそれ以上の要素で置換されます。 - Python
The format string takes the following common specifiers.例文帳に追加
書式化文字列は、以下の指定子 (specifier) を常にとります。 - Python
Example 62-4. Exporting in RTF format with different RTF string 例文帳に追加
例 62-4異なる RTF 文字列による RTF フォーマットでのエクスポート - PEAR
Example 62-6. Exporting in HTML format with different HTML string 例文帳に追加
例 62-6異なる HTML 文字列による HTML フォーマットでのエクスポート - PEAR
Return a string representing the date in ISO 8601 format,'YYYY-MM-DD'. 例文帳に追加
ISO 8601 形式、'YYYY-MM-DD' の日付を表す文字列を返します。 - Python
Convert an IPv4 address from dotted-quad string format (for example,'123.45.67.89') to 32-bit packed binary format, as a string four characters in length.例文帳に追加
ドット記法によるIPv4アドレス('123.45.67.89'など)を32ビットにパックしたバイナリ形式に変換し、長さ4の文字列として返します。 - Python
The variable arguments must be C types and must correspond exactly to the format characters in the format string.例文帳に追加
可変個の引数部は C のデータ型でなくてはならず、かつ format 文字列内の書式指定文字(format character) に一致する型でなくてはなりません。 - Python
For example, the format string '4h' means exactly the same as'hhhh'.Whitespace characters between formats are ignored; a count and its format must not contain whitespace though.For the "s" format character, the count is interpreted as the size of the string, not a repeat count like for the other format characters; for example, '10s' means a single 10-byte string, while'10c' means 10 characters.例文帳に追加
例えば、フォーマット文字列 '4h' は 'hhhh' と全く同じ意味です。 フォーマット文字間の空白文字は無視されます; count とフォーマット文字の間にはスペースを入れてはいけません。 - Python
This format string should contain a single %s, which will be used to insert the error message into the string. 例文帳に追加
この整形文字列は、1つの %s を含み、そこにエラーメッセージが挿入されます。 - PEAR
format string format, and, if errnum is non-zero, a second colon and a space followed by the string given by perror(errnum). 例文帳に追加
形式のフォーマット文字列 format で指定されたメッセージである。 errnum が 0 以外の場合、2 つ目のコロンとスペースの後にperror(errnum)で指定された文字列も書き出す。 - JM
MACHTYPE Automatically set to a string that fully describes the system type on which bash is executing, in the standard GNU cpu-company-system format. 例文帳に追加
後で再びsetしても元には戻りません。 - JM
option: Additional connection options in URI query string format. 例文帳に追加
option:追加の接続オプションを、URI クエリ文字列形式で指定する。 - PEAR
Return a string representing the date and time, controlled by an explicit format string.例文帳に追加
明示的な書式化文字列で制御された、日付を表現する文字列を返します。 - Python
If the object or format provided is a unicode string,the resulting string will also be unicode. 例文帳に追加
オブジェクトや与えられた書式が unicode 文字列の場合、変換後の文字列も unicode になります。 - Python
Translate a host name to IPv4 address format. The IPv4 address is returned as a string, such as '100.50.200.5'.例文帳に追加
ホスト名を'100.50.200.5'のようなIPv4形式のアドレスに変換します。 - Python
Parse a string representing a time according to a format. 例文帳に追加
時刻を表現する文字列をフォーマットに従って解釈します。 - Python
Here format is a character string that consists of field descriptors and text characters, reminiscent of scanf (3). 例文帳に追加
formatは、scanf (3) で使われているような、フィールドディスクリプターとテキスト文字で構成されている文字列である。 - JM
These eight functions write the output under the control of a format string that specifies how subsequent arguments (or arguments accessed via the variable-length argument facilities of stdarg (3)) 例文帳に追加
これらの 8 つの関数はformat文字列の制御に従って出力を書き出す。 format文字列は、これに続く引き数 (またはstdarg (3) - JM
If empty, the package substitutes ISO8601 format date/times, which is almost equivalent to specifying the date format string "The ISO8601 format also specifies milliseconds, which are appended to the result of using the above format string, with a comma separator.例文帳に追加
空文字列の場合、パッケージによって ISO8601 形式の 日付/時刻に置き換えられ、日付書式化文字列 "ISO8601 形式ではミリ秒も指定しており、上の書式化文字列の結果にカンマで区切って追加されます。 - Python
The string must containexactly the amount of data required by the format(len(string) must equal calcsize(fmt)). 例文帳に追加
文字列データにはフォーマットが要求するだけのデータが正確に含まれていなければなりません(len(string) が calcsize(fmt) と一致しなければなりません)。 - Python
When there is no proper character string (NO in S7), the television displays the original character string in a scroll format (S10).例文帳に追加
適正な文字列がない場合には(S7でNO)元の文字列をスクロール形式で表示する(S10)。 - 特許庁
The format string is a character string, beginning and ending in its initial shift state, if any. 例文帳に追加
フォーマット文字列は文字の列で、(もしあるなら) 初期シフト状態で始まり、初期シフト状態で終わる。 - JM
A trailing newline is added when the format string is displayed. 例文帳に追加
フォーマット文字列の表示の際には、末尾に改行文字が追加されます。 - JM
If the input cannot be matched to the format string the function stops. 例文帳に追加
入力がフォーマット文字列とマッチできない場合、関数は停止する。 - JM
The chassis log which is normally a binary format is transformed into a text string.例文帳に追加
通常はバイナリ・フォーマットであるシャシーログはテキスト・ストリングに変換される。 - 特許庁
MOVING PICTURE ENCODING METHOD, MOVING PICTURE DECODING METHOD, AND CODE STRING FORMAT例文帳に追加
動画像符号化方法、動画像復号化方法および符号列フォーマット - 特許庁
CHARACTER STRING GENERATING DEVICE FOR TWO-DIMENSIONAL BAR-CODE CORRESPONDING TO MULTIPLE INFORMATION FORMAT例文帳に追加
複数情報フォーマット対応の2次元バーコード用文字列生成装置 - 特許庁
An unrecognized format character causes all the rest of the format string to be copied as-is to the result string, and any extra arguments discarded.例文帳に追加
認識できない書式化文字があると書式化文字列の残りすべてがそのまま結果の文字列へコピーされ、余分の引数はどれも捨てられます。 - Python
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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 © 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 (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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|