| 意味 | 例文 |
format stringの部分一致の例文一覧と使い方
該当件数 : 183件
for IPv6, hexadecimal string format as supported by inet_pton (3)), 例文帳に追加
でサポートされている 16 進数の文字列形式) もしくはネットワークホスト名を指定する。 - JM
if xsdversion is '2.0', this should be an array of format: array( 'name' = package name 'channel' = package channel - see notes below ['min' = minimum version (inclusive),] ['max' = maximum version (inclusive),] ['exclude' = single version to exclude (string), or array of versions to exclude,] ) 例文帳に追加
xsdversion が '2.0' の場合、以下の形式の配列となります。 - PEAR
Specifies a format string for building an error response to the client.例文帳に追加
クライアントに返すエラー応答を構築するための書式化文字列を指定します。 - Python
If the format requires more arguments than are supplied, the extra format specifications behave as if a zero value or null string, as appropriate, had been supplied. 例文帳に追加
与えられたよりも多くの arguments をformat が必要とする場合、余分のフォーマット指定は、0 と空文字列のうち、適切な方が指定されたかのように動作します。 - JM
All other characters in the format string must have a matching character in the input string, except for whitespace, which matches zero or more whitespace characters in the input string. 例文帳に追加
format文字列中の他の全ての文字には、入力文字列にマッチする文字がなければならない。 フォーマット文字列中にある空白は例外であり、入力文字列中の 0 個以上の空白とマッチする。 - JM
The format string consists of a sequence of directives which describe how to process the sequence of input characters. 例文帳に追加
format文字列は"「命令」 (directive)"の列で構成される。 命令は入力文字の系列をどのように処理するかを指示するものである。 - JM
To encode a second code string according to a second format whose encoding efficiency is higher than a first code string according to a first format so as to be silently reproduced by a reproducing device for reproducing the first code string of the first format.例文帳に追加
第1のフォーマットにしたがった第1の符号列よりも符号化効率の高い第2のフォーマットにしたがった第2の符号列を、第1のフォーマットの第1の符号列を再生するための再生装置に無音再生させるように符号化する。 - 特許庁
You can also bind the url property to a managed bean property or to a data provider field that returns the path to the URL in String format. 例文帳に追加
また、「url」プロパティーは、管理 Bean のプロパティー、または String 形式で URL のパスを返すデータプロバイダのフィールドにバインドすることもできます。 - NetBeans
In this case, the property must have type STRING and format 8, and should contain one or more null-terminatedstrings.例文帳に追加
この場合は、プロパティは STRING 型で フォーマット 8 でなければならず、null で終了する 1 つ以上の文字列を含まなければならない。 - XFree86
Unpack the string (presumably packed by pack(fmt,...)) according to the given format. 例文帳に追加
(おそらく pack(fmt, ...) でパックされた) 文字列データを、与えられた書式に従ってアンパックします。 - Python
call on this file under Linux 2.0 returns a string in the format: [device]:inode For example, [0301]:1502 would be inode 1502 on device major 03 (IDE, MFM, etc. 例文帳に追加
を実行すると、[デバイス番号]:iノード番号というフォーマットの文字列が返る。 - JM
Ordinary characters placed in the format string are copied to s without conversion. 例文帳に追加
書式文字列に含まれる通常の文字は変換されずそのまま文字列 sにコピーされる。 - JM
You can modify format of replaced string, key, value or comment if it is necessary.例文帳に追加
必要に応じて、置換された文字列、キー、値、またはコメントの書式を変更できます。 - NetBeans
Return a string representing the time in ISO 8601 format,HH:MM:SS.mmmmmmor, if self. 例文帳に追加
日付と時刻を ISO 8601 形式、すなわちHH:MM:SS.mmmmmmか、microsecond が 0 の場合にはHH:MM:SSで表した文字列を返します。 - Python
The default format string is ``L%l'', which shows the character ``L'' followed by the line number.例文帳に追加
デフォルトの書式文字列は ``L%l'' である。 これは、文字 ``L'' の後に行番号を表示する。 - XFree86
metricsFormat Specifies a printf-style format string used to display character metrics.例文帳に追加
metricsFormat文字のメトリックの表示に際して、printf スタイルのフォーマットである文字列の使用を指定する。 - XFree86
The arguments that will come after the format string are the character metrics width, lbearing, rbearing,character ascent, character descent, font ascent, and font descent.例文帳に追加
フォーマットされた文字列の後に続く引き数は、文字のメトリック width, lbearing, rbearing,character ascent, character descent, font ascent, font descent である。 - XFree86
Return a string that can be used as a format string for strftime(3) to represent a date in a locale-specific way.例文帳に追加
日付をロケール特有の方法で表現するために、 strftime(3) の書式化文字列として用いることのできる文字列を返します。 - Python
Return a string that can be used as a format string for strftime(3) to represent a time in a locale-specific way.例文帳に追加
時刻をロケール特有の方法で表現するために、 strftime(3) の書式化文字列として用いることのできる文字列を返します。 - Python
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
A first codec dummy string generation part 132 generates a first codec dummy string in the first code string according to the first format by a first encoding method.例文帳に追加
第1コーデックダミー列生成部132は、第1の符号化方法による第1のフォーマットにしたがった第1の符号列中に第1コーデックダミー列を生成する。 - 特許庁
A second codec encoding part 131 generates the second code string according to the second format different from the first format whose encoding efficiency is higher than the first code string.例文帳に追加
第2コーデック符号化部131は、上記第1の符号列よりも符号化効率の高い上記第1のフォーマットとは異なる第2のフォーマットにしたがった第2の符号列を生成する。 - 特許庁
The return value can be used as a format string for `strftime' to represent time in the am/pm format.例文帳に追加
時刻を 午前/午後の書式で表現するために、 strftime(3) の書式化文字列として用いることのできる文字列を返します。 返される値は - Python
To recognize a character by accurately taking out a character string from a paper face nonuniform in a format of the character string in an OCR.例文帳に追加
OCRにおいて文字列のフォーマットが一様でない紙面から、正確に文字列を切り出して文字認識を行えるようにする。 - 特許庁
Return a string that can be used as a format string for strftime(3) to represent time and date in a locale-specific way.例文帳に追加
時刻および日付をロケール特有の方法で表現するために、 strftime(3) の書式化文字列として用いることのできる文字列を返します。 - Python
fails to match all of the format string and therefore an error occurred the function returns NULL. 例文帳に追加
がフォーマット文字列のすべての比較に失敗し、エラーが起こった場合、関数は NULL ポインタを返す。 - JM
Return the size of the struct (and hence of the string)corresponding to the given format. 例文帳に追加
与えられたフォーマットに対応する構造体のサイズ (すなわち文字列データのサイズ) を返します。 - Python
nocharFormat Specifies a printf-style format string to display when the selected character does not exist.例文帳に追加
nocharFormat選択された文字が存在しないときに表示する、printf スタイルのフォーマットである文字列を指定する。 - XFree86
If the format is XcmsUndefinedFormat and the color string contains a color name, the specification is returned in the format used to store the color in the database.例文帳に追加
フォーマットがXcmsUndefinedFormatであり、色文字列が色の名前を含む場合、表色はデータベースに色を格納するために用いられるフォーマットで返される。 - XFree86
The return value is always a string, with a return value whose format depends upon the PHP type of $value: If $value is a string, the method returns a string that is properly quoted and escaped for the underlying RDBMS. 例文帳に追加
返り値は常に文字列で、そのフォーマットは $value のデータ型によって異なります。 $value が文字列の場合は、このメソッドは実際の RDBMSにあわせて適切にクォートやエスケープをした文字列を返します。 - PEAR
A display format of the figure which the character string drawing circuit 102 superimposes over the observed image is determined in accordance with the compression format of the superimposed image.例文帳に追加
文字列描画回路102が観察画像に重畳する図形の表示形式は、重畳画像を圧縮するフォーマットに応じて決定される。 - 特許庁
If the format is XcmsUndefinedFormat and the color string contains a numerical color specification,the specification is returned in the format used in that numerical color specification.例文帳に追加
フォーマットがXcmsUndefinedFormatであり、色文字列が数値で表される表色の場合、表色はその数値形式の表色で用いられるフォーマットで返される。 - XFree86
An analysis editing means 16 analyzes the character string data and edits the data into information of a prescribed display format.例文帳に追加
分析編集手段16は、文字列データを分析し所定の表示形式の情報に編集する。 - 特許庁
This also accepts a string in the format "href='/test.jpg' alt='test'", which will be parsed into the attributes array of the object. 例文帳に追加
ここには"href='/test.jpg' alt='test'" のような文字列も指定でき、これはオブジェクトの属性の配列として扱われます。 - PEAR
A simpler form of parameter retrieval which does not use a format string to specify the types of the arguments.例文帳に追加
パラメータ取得を簡単にした形式で、引数の型を指定する書式化文字列を使いません。 - Python
They are initialized with a format string suitable for use with the % operator and a dictionary.For formatting multiple messages in a batch, instances ofBufferingFormatter can be used.例文帳に追加
これらのインスタンスは % 演算子と辞書を使うのに適した書式化文字列で初期化されます。 - Python
The line should be in valid ResourceLine format (see section 15.1)terminated by a newline or null character; the database that results from using a string with incorrect syntax is implementation-dependent.例文帳に追加
引き数 line は、改行か NULL 文字で終わる有効な ResoureLine 形式(15.1 節を参照)でなければならない。 - XFree86
selectFormat Specifies a printf-style format string used to display information about the selected character.例文帳に追加
selectFormat選択された文字に関する情報の表示に際して、printf スタイルのフォーマットである文字例の使用を指定する。 - XFree86
rangeFormat Specifies a printf-style format string used to display the range of characters currently being displayed.例文帳に追加
rangeFormat現在表示される文字の範囲の表示に際して、printf スタイルのフォーマットである文字列の使用を指定する。 - XFree86
In case the input string contains more characters than required by the format string the return value points right after the last consumed input character. 例文帳に追加
フォーマット文字列が必要する以上の文字が入力文字列に含まれている場合、返り値は最後に処理された入力文字の次の文字を指す。 - JM
To correctly identify a format even in a recognition processing system in which a plurality of formats may be supposed in respect to a character string recognition apparatus and a character string recognition method for reading out a character string existing on a medium.例文帳に追加
媒体上にある文字列を読み取るための文字列認識装置および文字列認識方法において、複数のフォーマットが想定される認識処理系であっても、フォーマットを正しく識別する。 - 特許庁
When converting a character type of an inputted character string, a format of the document is determined (step S6), and priority of conversion candidates of the inputted character string is determined in response to the document format (step S7).例文帳に追加
入力された文字列の文字種を変換するにあたり、その文書の書式を判定し(ステップS6)、文書書式に応じて、入力された文字列の変換候補の優先順序を決定する(ステップS7)。 - 特許庁
LPRng is almost certainly vulnerable to remote-root compromise on account of a format string bug. 例文帳に追加
LPRngは、フォーマット・ストリング・バグによる遠隔ルートのコンプロミス(認証なしのアクセス)に対してほとんど確実に脆弱である。 - コンピューター用語辞典
To do this,simply have the message be a format string and pass in additional argumentscontaining the variable information, as in the following example: 例文帳に追加
以下のように、単にメッセージを書式化文字列にして、その後ろに可変情報の引数を渡すだけです: - Python
The arguments that will come after the format string are the following fields from the XFontStruct that is returned from opening the font: min_byte1, min_char_or_byte2, min_byte1, min_char_or_byte2, max_byte1,max_char_or_byte2, max_byte1, max_char_or_byte2.例文帳に追加
フォーマットされた文字列の後に続く引き数は、フォントを開くと返されるXFontStruct の以下のフィールドである。 - XFree86
When it is determined to correspond to the characteristic character string, a data correction part 5 corrects the character code so as to be fitted to the format of the characteristic character string.例文帳に追加
そして、特徴的な文字列に該当すると判断された場合は、データ修正部5がその文字コードをその特徴的な文字列の形式に合致するように修正する。 - 特許庁
Logs a message with level DEBUG on the root logger.The msg is the message format string, and the args are the arguments which are merged into msg.例文帳に追加
レベル DEBUG のメッセージをルートロガーで記録します。 msg はメッセージの書式化文字列で、args は msg に取り込むための引数です。 - Python
A first section inserting means 21 receives a series of character string data from a first section data input device 11 and inserts the data in the format in the first section format storing part 31.例文帳に追加
第1区差込手段21は、第1区データ入力装置11から一連の文字列データを受け取り、第1区様式記憶部31内の様式に対しデータ差込を行う。 - 特許庁
| 意味 | 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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) 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 - 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
