「String」を含む例文一覧(15459)

<前へ 1 2 .... 150 151 152 153 154 155 156 157 158 .... 309 310 次へ>
  • If radix is zero, the proper radix is guessed based on the contents of string; the interpretation is the same as for integer literals.
    radix がゼロの場合、文字列の内容から適切な基数を推測します; 変換は整数リテラルと同じです。 - Python
  • With a single argument s, return the largest item of a non-empty sequence (such as a string, tuple or list).
    単一の引数 s の場合、空でないシーケンス (文字列、タプルまたはリスト)の要素のうち最大のものを返します。 - Python
  • With a single argument s, return the smallest item of a non-empty sequence (such as a string, tuple or list).
    単一の引数 s の場合、空でないシーケンス (文字列、タプルまたはリスト)の要素のうち最小のものを返します。 - Python
  • In a Unicode context, decoding converts a plain string encoded using a particular character set encoding to a Unicode object.
    Unicode の文脈では、デコードは特定の文字集合エンコーディングでエンコードされた文字列を Unicode オブジェクトに変換します。 - Python
  • A comment starts with a hash character (#) that is not part of a string literal, and ends at the end of the physical line.
    コメントは文字列リテラル内に入っていないハッシュ文字 (#) から始まり、同じ物理行の末端で終わります。 - Python
  • The name of a control-key combination is a two-character string consisting of a caret followed by the corresponding printable ASCII character.
    コントロールキーと組み合わせたキーの名前は、キャレットの後に対応するASCII 文字が続く 2 文字の文字列になります。 - Python
  • Thename of an alt-key combination (128-255) is a string consisting of the prefix `M-' followed by the name of the corresponding ASCII character.
    Alt キーと組み合わせたキー (128-255) の名前は、先頭に `M-' が付き、その後に対応するASCII 文字が続く文字列になります。 - Python
  • The example's indentation in the containing string, i.e., the number of space characters that preceed the example's first prompt.
    例題の入っている文字列のインデント、すなわち例題の最初のプロンプトより前にある空白文字の数です。 - Python
  • The returned string points into static storage; the caller should not modify its value.
    関数が返す文字列ポインタは静的な記憶領域を返します; 関数の呼び出し側はこの値を変更できません。 - Python
  • above).The returned string points into static storage; the caller should not modify its value.
    関数が返す文字列ポインタは静的な記憶領域を返します; 関数の呼び出し側はこの値を変更できません。 - Python
  • Return a new PyIntObject or PyLongObject based on the string value in str, which is interpreted according to the radix in base.
    str の文字列値に基づいて、新たな PyIntObject または PyLongObject を返します。 このとき base を基数として文字列を解釈します。 - Python
  • 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 bastion's string representation will be "Bastion for name" if a value for name is provided; otherwise, "repr(object)" will beused.
    name の値が与えられた場合、要塞オブジェクトの文字列表現は "Bastion for name" になります; そうでない場合、"repr(object)" が使われます。 - Python
  • Note that in the first example the return value variable rv will hold an integer value; in the second example it will hold a string value.
    最初の例では、戻り値 rv は整数値を保持しています; 二つ目の例では文字列値を保持しています。 - Python
  • Note:This module is unneeded: everything here could be done via the % string interpolation operator.
    注意:このモジュールは必要ありません: このモジュールのすべてのことは、% を使って、文字列の補間演算により可能です。 - Python
  • Return a 2-tuple; the first element is a string containing the commandline to be executed(which can be passed to os.
    2 要素のタプルを返します; 最初の要素は文字列で、実行すべきコマンド (os.system() に渡されます) が入っています。 - Python
  • The string used is stored in CHARSET, and the default value is ISO-8859-1 (also known as Latin1 (latin-one)).
    使われている文字セットを表す文字列は CHARSETに記憶されます。 標準の値は ISO-8859-1 (Latin1 (latin-one) としても知られています)。 - Python
  • Returns the lowest index in the object where the substringstring is found.
    オブジェクト内で部分文字列stringが見つかった場所の最も小さいインデックスを返します。 失敗したとき-1を返します。 - Python
  • The parameter module should be the name of a module as a string; it may be the name of a module within a package.
    パラメタmoduleはモジュール名を表す文字列でなくてはなりません;パッケージ内のモジュール名でもかまいません。 - Python
  • Similarly, port can contain a string port name or a numeric port number.New in version 2.2.
    同様に、portは文字列のポート名または数値のポート番号となります。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
  • Wraps the single paragraph in text (a string) so every line is at most width characters long.
    text(文字列)内の段落を一つだけ折り返しを行います。 したがって、すべての行が高々width文字の長さになります。 - Python
  • Wraps the single paragraph in text, and returns a single string containing the wrapped paragraph.
    text内の段落を一つだけ折り返しを行い、折り返しが行われた段落を含む一つの文字列を返します。 - Python
  • All pending input is processed, and a string containing the remaininguncompressed output is returned.
    未処理の入力データを全て処理し、最終的に圧縮されなかった残りの出力文字列を返します。 - Python
  • If the module does not provide one, or if it is not a string, SystemError is raised and NULL is returned.
    モジュールがこの属性を提供していない場合や文字列型でない場合、SystemError を送出して NULL を返します。 - Python
  • Note that this option has no long option string, which is perfectly acceptable.
    このオプションには長い形式のオプション文字列がないため、設定に問題がないということに注意してください。 - Python
  • If the end of the file referred to by fd has been reached, an empty string isreturned.Availability: Macintosh, Unix, Windows.
    fd が参照しているファイルの終端に達した場合、空の文字列が返されます。 利用できる環境:Macintosh、Unix、Windows。 - Python
  • For example, lines3, 20, and 40 would (if the file names were the same) appear in the string order 20, 3 and 40.
    たとえば、(ファイル名が同じで)3、20、40という行番号のエントリがあった場合、20、30、40 の順に表示されます。 - Python
  • Return None if the string does not match the pattern; note that this is different from a zero-lengthmatch.
    もし文字列がパタンーとマッチしなければ、None を返します;これは長さゼロのマッチとは異なることに注意して下さい。 - Python
  • The optional second parameter pos gives an index in the string where the search is to start; it defaults to 0.
    省略可能な第2のパラメータ posは、文字列内の検索を始めるインデッスクを与えます;デフォールトでは 0 です。 - Python
  • This is complicated and hard to understand, soit's highly recommended that you use raw strings for all but the simplest expressions.
    このことは複雑で理解しにくいので、最も簡単な表現以外は、すべて raw string を使うことをぜひ勧めます。 - Python
  • The group matches the empty string; the letters set the corresponding flags (re.I, re.L,re.M, re.S, re.U, re.X)for the entire regular expression.
    グループは空文字列ともマッチします;文字は、正規表現全体の対応するフラグ (re.I、 re.L、re.M、 re.S、re.U、 re.X ) を設定します。 - Python
  • Most of the standard escapes supported by Python string literals are also accepted by the regular expression parser:
    + Python 文字列リテラルによってサポートされている標準エスケープのほとんども、正規表現パーザに認識されます: - Python
  • code must be a string containing one or more lines of Python code,which will be executed in the restricted environment.
    code は、1行以上のPython コードを含む文字列でなければなりません。 そして制限された環境で実行されます。 - Python
  • If reading encounters an immediateend-of-file, self. eof is returned (the empty string ('')in non-POSIX mode, and None in POSIX mode).
    読み出し即時にファイル終了子に遭遇した場合、self.eof (非 POSIX モードでは空文字列 ('')、POSIX モードでは None) が返されます。 - Python
  • Return a copy of the string with only its first character capitalized.For 8-bit strings, this method is locale-dependent.
    最初の文字を大文字にした文字列のコピーを返します。 8ビット文字列では、メソッドはロケール依存になります。 - Python
  • The original string is returned if width is less than len(s).Changed in version 2.4:Support for the fillchar argument.
    width が len(s)よりも小さい場合、元の文字列が返されます。 バージョン 2.4 で 変更 された仕様:引数 fillchar が追加されました - Python
  • (a space) A blank should be left before a positive number(or empty string) produced by a signed conversion.
    (スペース) 符号付きの変換で正の数の場合、前に一つスペースを空けます (そうでない場合は空文字になります)。 - Python
  • This returns a string which may contain embedded newlines and ends in a newline.
    返される文字列内には改行が埋め込まれている可能性があり、かつ文字列は改行で終端されています。 - Python
  • Size will be a string indicating the size of font that should be used; specific strings and their interpretationmust be defined by the application.
    size はフォントサイズを示す文字列になります; 特定の文字列やその解釈はアプリケーション側で定義します。 - Python
  • The returned locale name string is owned by Xlib and should not be modified or freed by the client.
    返されるロケール名の文字列は Xlib が所有しているので、X クライアントはこれを変更したり解放してはならない。 - XFree86
  • Multiple input methods may be specified in a single im value string in an implementation-dependentmanner.
    単独の im 値の文字列によって複数の入力メソッドが指定されるかもしれない。 この方法は実装に依存する。 - XFree86
  • The returned modifiers string is owned by Xlib and should not be modified or freed by the client.
    返されるモディファイア文字列は Xlib が所有しているので、クライアントは変更したり解放したりしてはならない。 - XFree86
  • If the font has no defined default character, undefined characters in the string are taken to have all zero metrics.
    フォントにデフォルト文字が定義されていない場合、文字列中の未定義文字の寸法は全て 0 として扱われる。 - XFree86
  • Each unconvertible character is converted to a string in the current locale that is specific to the current locale.
    変換できないそれぞれの文字は、現在のロケールに含まれ、かつ現在のロケールに特有の文字列に変換される。 - XFree86
  • The returned string is null-terminated.It is owned by Xlib and should not be modified or freed by the client.
    .LP返される文字列は NULL 文字で終わる。 これは Xlib が所有しているので、クライアントは変更や解放をしてはならない。 - XFree86
  • The string is parsed in the locale of the database.
    文法的に誤っている文字列を用いた結果のデータベースは実装依存である。 文字列はデータベースのロケールで展開される。 - XFree86
  • Description glXQueryExtensionsString returnsa pointer to a string describing which GLX extensions are supported onthe connection.
    説明\\f3glXQueryExtensionsString\\fP は、サーバとの接続上でどの GLX 機能拡張がサポートされているのかを示す文字列へのポインタを返す。 - XFree86
  • ispell.missLabel (Class ispell.Status) String displayed in the ispell status bar when ispell returns a list of one or more words to match a mispelledone.
    ispell.missLabel (Class ispell.Status)ispell が綴り間違いのある単語の列を返す時に ispell の状態表示バーに表示する文字列を指定する。 - XFree86
  • ispell.repeatLabel (Class ispell.Status) The string displayed in the ispell status bar when two indentical words are found together in the file.
    ispell.repeatLabel (Class ispell.Status)全く同じ 2 つの単語が繰り返されている時に ispell の状態表示バーに表示する文字列を指定する。 - XFree86
  • 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
<前へ 1 2 .... 150 151 152 153 154 155 156 157 158 .... 309 310 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • Python
    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.