Stringを含む例文一覧と使い方
該当件数 : 15459件
Also, because of a string of cases in which he had a rude attitude, we couldn't trust him. 例文帳に追加
また、私たちは一連の彼の失礼な態度のため、彼を信用できなかった。 - Weblio Email例文集
You can set the ElementOrType property to a built-in simple type, such as string or date.If you added an inline schema or imported a schema, then you can select a type from the schema. 例文帳に追加
ElementOrType プロパティーに、string や date などの組み込み単純型を設定できます。 インラインスキーマを追加した場合、またはスキーマをインポートした場合は、スキーマから型を選択できます。 - NetBeans
Tags like tasks:windowseol that have no attributes or child elements will be passed an empty string ''. 例文帳に追加
tasks:windowseol のように属性や子要素を持たないタグは、空の文字列 '' として渡されます。 - PEAR
Use this method to test the validity of a version number string. 例文帳に追加
このメソッドを使用して、バージョン番号を表す文字列の妥当性を検証します。 - PEAR
If the string you pass is too long, excessive characters are stripped from the left. 例文帳に追加
指定した文字列が長すぎる場合、余分な文字は左側から切り詰められます。 - PEAR
If the string you pass is too long, excessive characters are stripped from the right. 例文帳に追加
指定した文字列が長すぎる場合、余分な文字は右側から切り詰められます。 - PEAR
override this method and i.e. print the queryString to see the final query. 例文帳に追加
debug($string)このメソッドをオーバーライドし、queryString を表示することでクエリの内容を確認したりします。 - PEAR
The visible label is the same as the link unless an alternative string is specified. 例文帳に追加
別途文字列が指定されなければ、表示されるラベルはリンクと同じになります。 - PEAR
returns False if the user cancelled input, the text (string) otherwise.例文帳に追加
ユーザが入力をキャンセルした場合は FALSE、それ以外の場合はテキスト (文字列) を返します。 - PEAR
Returns an associative array if $getDescription is TRUE, returns a string with the vendor name if $getDescription is FALSE. 例文帳に追加
$getDescription が TRUE の場合に連想配列、$getDescription が FALSE の場合にベンダ名の文字列を返します。 - PEAR
Determines if the resulting array is to be imploded into a string. 例文帳に追加
結果の配列を、ひとつの文字列として連結して返すかどうかを指定します。 - PEAR
Either all $input entries are files, or all are string (chunk of php code). 例文帳に追加
$input のエントリは、すべてファイルであるかすべて文字列 (PHP コード片)であるかのいずれかです。 - PEAR
Scalar variables (strings, integers, floats) are treated as files, while arrays represent directories. 例文帳に追加
スカラー変数(string, integer, float)は、ファイルとして処理されると同時に、配列はディレクトリを意味します。 - PEAR
This variant on "s" stores into two C variables, the first one a pointer to a character string, the second one its length.例文帳に追加
一つ目の変数はキャラクタ文字列へのポインタで、二つ目はその長さです。 - Python
In this case the Python string may contain embedded null bytes.例文帳に追加
この書式化単位の場合には、Python 文字列に null バイトが埋め込まれていてもかまいません。 - Python
Same as "es" except that 8-bit string objects are passedthrough without recoding them. 例文帳に追加
"es" と同じです。 ただし、8 ビット幅の文字列オブジェクトをエンコードし直さずに渡します。 - Python
If there is an error in the format string, theSystemError exception is set and NULL returned. 例文帳に追加
書式化文字列に関するエラーが生じると、SystemError 例外をセットして NULL を返します。 - Python
Return a string containing a nicely printable representation of an object.例文帳に追加
オブジェクトをうまく印字可能な形に表現したものを含む文字列を返します。 - Python
Return the Unicode string of one character whose Unicode code is the integer i.例文帳に追加
Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python
The optional argument name is a name identifying this string, and is only used for error messages.例文帳に追加
オプション引数name はこの文字列につける名前で、エラーメッセージにしか使われません。 - Python
Return a pretty-printed version of the document. indent specifies the indentation string and defaults to a tabulator; newl specifies the string emitted at the end of each line and defaults to n.例文帳に追加
美しく出力されたバージョンの文書を返します。 indent はインデントを行うための文字で、デフォルトはタブです; newl には行末で出力される文字列を指定し、デフォルトは n です。 - Python
If necessary (the string contains IMAP4protocol-sensitive characters and isn't enclosed with eitherparentheses or double quotes) each string is quoted. 例文帳に追加
必要に応じて (IMAP4 プロトコルが感知対象としている文字が文字列に入っており、かつ丸括弧か二重引用符で囲われていなかった場合) 文字列はクオートされます。 - Python
Note thatm.start(group) will equal m.end(group) if group matched a null string.例文帳に追加
もし groupがヌル文字列とマッチすれば、m.start(group)が m.end(group) と等しくなろことに注意して下さい。 - Python
Return a four-character string describing the type of compression used in the audio file.例文帳に追加
オーディオファイルで使用されている圧縮形式を示す4文字の文字列を返します。 - Python
Decode string s using a URL-safe alphabet, which substitutes- instead of + and _ instead of / in the standard Base64 alphabet.例文帳に追加
URL 用に安全なアルファベット集合をもちいて文字列 s をデコード (復元) します。 - Python
If the character is a control character (0x00-0x1f) the string consists of a caret ("^") followed by the corresponding uppercase letter.If the character is an ASCII delete (0x7f) the string is'^?'.例文帳に追加
もし c が制御文字 (0x00-0x1f) であれば、キャレット ("^") と、その後ろに続く c に対応した大文字からなる文字列になります。 c が ASCII 削除文字 (0x7f)であれば、文字列は '^?' になります。 - Python
Optional language specifies the RFC2231 language, defaulting to the empty string. 例文帳に追加
オプション引数 language は RFC 2231 の言語を指定しますが、デフォルトではこれは空文字列となります。 - Python
To accept only long options,options should be an empty string. 例文帳に追加
長形式のオプションだけを受けつけるためには、optionsは空文字列である必要があります。 - Python
The user is prompted using the string prompt, which defaults to 'Password: '.Availability: Macintosh, Unix, Windows.例文帳に追加
ユーザーはpromptの文字列をプロンプトに使えます、デフォルトは'Password:'です。 利用できるシステム: Machintosh, Unix, Windows - Python
All string and character arguments are represented by Python strings,for instance,winopen('Hi There!')androtate(900, 'z'). 例文帳に追加
全ての文字列と文字の引数は、Pythonの文字列に相当します。 例えば、winopen('Hi There!')とrotate(900, 'z')。 - Python
Converts an integer into a string representation using characters from the set [A .. P].例文帳に追加
整数を [A .. P] からなる文字集合を用いて表現した文字列に変換します。 - Python
If locale is specified, it may be a string, a tuple of the form (language code, encoding), or None.If it is a tuple, it is converted to a string using the localealiasing engine.例文帳に追加
locale を指定する場合、文字列、(language code, encoding)、からなるタプル、またはNone をとることができます。 locale がタプルのの場合、ロケール別名解決エンジンによって文字列に変換されます。 - Python
This is a 16-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
返り値は 16 バイトの文字列で、null バイトを含む非 ASCII 文字が入っているかもしれません。 - Python
Return a string containing up to num bytes starting from the current file position; the file position is updated to point after the bytes that were returned.例文帳に追加
ファイル位置は返したバイトの分だけ後ろの位置へ更新されます。 - Python
function(text,state), for state in 0, 1, 2, ...,until it returns a non-string value. 例文帳に追加
function(text, state)の形式で、関数が文字列でない値を返すまで state を0, 1, 2, ..., にして呼び出します。 - Python
This function reads and decodes the image on the specified file, andreturns it as a Python string. 例文帳に追加
指定したファイル上の画像を読み込んでデコードし、Python文字列にして返します。 - Python
This is a 20-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加
戻り値は 20 バイトの文字列で、nullバイトを含む非 ASCII 文字が入っているかもしれません。 - Python
Unpack the string (presumably packed by pack(fmt,...)) according to the given format. 例文帳に追加
(おそらく pack(fmt, ...) でパックされた) 文字列データを、与えられた書式に従ってアンパックします。 - Python
If the command was executed using the -c command line option to the interpreter, argv[0] is set to the string '-c'.例文帳に追加
コマンドライン引数に-cを付けてPythonを起動した場合、argv[0]は文字列'-c'となります。 - Python
(default: '') String that will be prepended to the first line of wrapped output.例文帳に追加
(デフォルト: '') 折り返しが行われる出力の一行目の先頭に付けられる文字列。 - Python
If so, GC can be re-enabled as the first statement in the setup string.例文帳に追加
そうした場合、setup 文字列の最初の文で GC を再度有効にすることができます。 - Python
In the first form, the color is specified as a Tk color specification as a string.例文帳に追加
最初の形式では、色は文字列としてTkの色の仕様の通りに指定されます。 - Python
This method creates a StringIO object for the string and passes that on to parse.例文帳に追加
このメソッドは文字列に対する StringIO オブジェクトを生成して、そのオブジェクトを parse に渡します。 - Python
data type: Stringdescription: The literal string of characters that was the source for the current event.access: read-only例文帳に追加
データ型: 文字列 説明: カレント・イベントの元になったリテラル文字列 アクセス: リードオンリー - Python
Thecomment argument is a string containing the text between the"!-" and "-" delimiters, but not the delimitersthemselves. 例文帳に追加
引数 comment は、デリミタ "!-" から "-" の間にある文字列であり、デリミタ自体は含まれません。 - Python
The data argument is a string containing the text between the "![CDATA[" and "]]" delimiters, but not the delimitersthemselves.例文帳に追加
引数 data は、デリミタ "![CDATA[" と "]]" の間にある文字列であり、デリミタ自体は含まれません。 - Python
Write the Python string data to the audio device and return the number of bytes written.例文帳に追加
Python 文字列 data の内容をオーディオデバイスに書き込み、書き込まれたバイト数を返します。 - Python
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| © 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|