「str」を含む例文一覧(164)

1 2 3 4 次へ>
  • Preprocess the filename STR as if its contents appeared
    ファイル名 STR - JM
  • WS " (str)" Resize display.
    WS " (str)"ディスプレイをリサイズする。 - JM
  • write to the character string str .
    は出力を文字列str - JM
  • This is the equivalent of the Python expression "str(o)".
    Python 式"str(o)"と同じです。 - Python
  • For a date d, str(d) is equivalent to
    date オブジェクト d において、str(d) は - Python
  • For a time t, str(t) is equivalent to
    time オブジェクト t において、str(t) は - Python
  • Z0 " (str)" Change width to 132 columns.
    Z0 " (str)"幅を 132 カラムに変更する。 - JM
  • Z1 " (str)" Change width to 80 columns.
    Z1 " (str)"幅を 80 カラムに変更する。 - JM
  • For a datetime instance d, str(d) is equivalent to
    datetime オブジェクト d において、str(d) は - Python
  • Replace occurences of replace-str in the initial arguments with names read from standard input.
    "\\-\\-replace[=replace-str], \\-i[replace-str]"initial arguments の中の replace-str を、標準入力から読んだ名前で置き換える。 - JM
  • CE " (str)" Switch cursor-keys back to normal mode.
    CE " (str)"カーソルキーを通常モードに戻す。 - JM
  • STR HEAT ENGINE
    STR熱機関 - 特許庁
  • CS " (str)" Switch cursor-keys to application mode.
    CS " (str)"カーソルキーをアプリケーションモードに切り替える。 - JM
  • KJ " (str)" Set the encoding of the terminal.
    KJ " (str)"端末で使う漢字の種類を設定する。 - JM
  • The general syntax for a variableis either $cP or $(str
    変数の一般的な記法は、$cf\\P または $(str) である。 - XFree86
  • E0 " (str)" Switch charset 'G0' back to standard charset.
    E0 " (str)"文字集合 'G0' を標準の文字集合に戻す。 - JM
  • AB " (str)" Same as 'AF', but change background color.
    AB " (str)"これは 'AF' と同様だが、背景色を変更する。 - JM
  • Calculate the length of string "STR", as an absolute expression.
    文字列 "STR" の長さを絶対式として計算する。 - JM
  • Instantiates the string str with the supplied parameters, where str should be a parameterized string obtained from the terminfo database.
    str は terminfo データベースから得られたパラメタを持つ文字列でなければなりません。 - Python
  • A decoder Dec 1 decodes a video stream Str.
    復号化装置Dec1はビデオストリームStrの復号化を行う。 - 特許庁
  • The variable $str now contains HTML markup like input type="password" name="password" /.
    変数 $str は今、input type="password" name="password" /のような HTML を含んでいます。 - PEAR
  • S0 " (str)" Switch charset 'G0' to the specified charset.
    S0 " (str)"文字集合 'G0' を指定した文字集合に切り替える。 - JM
  • C0 " (str)" Use the string as a conversion table for font '0'.
    C0 " (str)"文字列をフォント '0' の変換テーブルとして使用する。 - JM
  • AF " (str)" Change character foreground color in an ANSI conform way.
    AF " (str)"ANSI 準拠の方法で文字の前景色を変更する。 - JM
  • Specify a string literal between double quotes ("STR").
    二重引用符 ("STR") の間で完全な文字列は指定される。 - JM
  • The substring of STR beginning at byte number START and extending for LEN bytes.
    STR の START から始まって LEN byte まで伸びている部分文字列。 - JM
  • Search for the first occurrence of SEG after position IX of STR.
    STR の中で、位置 IX より後ろの最初に出現する SEG を探す。 - JM
  • Useful forstr(aHeader).
    str(aHeader) などとすると有用でしょう。 - Python
  • Return the number of non-overlapping occurrences of substr in str[start:end].
    str[start:end] にsubstr が重複することなく出現する回数を返します。 - Python
  • If eof-str is omitted, there is no end of file string.
    eof-str が省略された場合、ファイル終了文字列は設定されない。 - JM
  • reads its input from the character string pointed to by str .
    は文字列ポインタstrで示された文字列からの入力を読み込む。 - JM
  • the string to be parsed should be specified in str.
    を最初に呼び出す際には、解析対象の文字列を str に指定する。 - JM
  • added, unlike in .SDATAZ) of each STR argument given, and optionally separated by commas.
    コンマ区切りのそれぞれの STR 引数の連続するバイトを発行する。 - JM
  • Likewise if str ends and begins with angle brackets, theyare stripped off.
    同様に、 str が三角括弧で囲われていた場合にも剥ぎ取ります。 - Python
  • If base is 0, the radix will be determined based on the leading characters of str: if str starts with '0x'or '0X', radix 16 will be used; if str starts with'0', radix 8 will be used; otherwise radix 10 will be used.
    base が 0 ならば、str の先頭の文字列に基づいて基数を決定します: もし str が '0x' または '0X'で始まっていれば、基数に 16 を使います; str が '0'で始まっていれば、基数に 8 を使います; その他の場合には基数に 10 を使います。 - Python
  • replaces each occurrence of str with with , reallocating argz as necessary.
    は、strをすべてwithで置き換える (必要に応じて argz の再割り当てを行う)。 - JM
  • In each subsequent call that should parse the same string, str should be NULL.
    同じ文字列の解析を行うその後の呼び出しでは、str には NULL を指定する。 - JM
  • Parse and compile the Python source code in str, returning the resulting code object.
    str内のPythonソースコードをパースしてコンパイルし、作られたコードオブジェクトを返します。 - Python
  • XC " (str)" Describe a translation of characters to strings depending on the current font.
    XC " (str)"現在のフォントに基づく、複数個の文字から文字列への変換を記述する。 - JM
  • Displays a modal dialog with the message text str, which should beat most 255 characters long.
    メッセージテキストstr付きのモーダルダイアログを表示します。 テキストの長さは最大255文字です。 - Python
  • Likewise if str ends and begins with angle brackets, they are stripped off.
    同様にもし str の先頭あるいは末尾が角ブラケット (、) だった場合も切りおとされます。 - Python
  • Parse Python source code from str using the start tokenstart according to the flags argument.
    開始トークンstartを使ってstrに含まれる Python ソースコードをflags 引数に従ってパースします。 - Python
  • Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are strippedoff.
    str の 逆クオートされた 新たな文字列を返します。 str が二重引用符で囲われていた場合、二重引用符を剥ぎ取ります。 - Python
  • Return true if str is data and false if it might be a section boundary.
    str がデータの場合に真を返し、セクション分割子の可能性がある場合には偽を返します。 - Python
  • Equivalent to tputs(str, 1, putchar); emits the value of a specified terminfo capability for the current terminal.
    tputs(str, 1, putchar) と等価です; 現在の端末における、指定された terminfo 機能の値を出力します。 - Python
  • will point to the first character in str which follows the representation of the number.
    str 中で数が表現されている部分以後の先頭の文字のアドレスを指しています。 - Python
  • Paint the string str at (y, x) with attributes attr, overwriting anything previously on the display.
    (y, x) に文字列 str を属性 attr で描画します。 以前ディスプレイにあった内容はすべて上書きされます。 - Python
  • Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are stripped off.
    文字列 str を 逆クォートした新しい文字列を返します。 もし str の先頭あるいは末尾がダブルクォートだった場合、これらは単に切りおとされます。 - Python
  • is similar, but splits the string str into substrings separated by the delimiter delim .
    も同様の動作をするが、区切り文字delimにしたがって文字列strを複数の文字列に分割する点が異なる。 - JM
  • str should point to the string to be parsed, and the value of saveptr is ignored.
    を最初に呼び出す際には、strは解析対象の文字列を指していなければならず、saveptrの値は無視される。 - JM
1 2 3 4 次へ>

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

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