「string name」を含む例文一覧(560)

<前へ 1 2 3 4 5 6 7 8 9 10 11 12 次へ>
  • NAME holds an asciiz string with the symbol name, such as "fprintf".
    NAME には、"fprintf" のような、シンボル名のアスキー文字列が保持される。 - JM
  • This sets the nfs root name to the given string.
    nfs ルートの名前を設定する。 - JM
  • If name does not already exist in the environment, then string is added to the environment.
    name が環境に存在しない場合は string が環境に追加される。 - JM
  • Returns string name of the language.
    言語名を文字列で返します。 - PEAR
  • fileName[string] name of the page, with a "%d" if append == TRUE.
    fileName[string] ページの名前。 もし、appendがTRUEなら、"%d" が使用されます。 - PEAR
  • A string that identifies the value name
    値の名前を特定する文字列 - Python
  • this variable will contains an error message, if check fail string $name name of SAPI backend
    チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name SAPI のバックエンドの名前。 - PEAR
  • A string name identifying the DocTest.
    DocTest を識別する名前の文字列です。 - Python
  • the name of the user to add string $pass the password of the user to add
    追加するユーザの名前。 string$pass 追加するユーザのパスワード。 - PEAR
  • the name of the user to add string $pass the password of the user tot add
    追加するユーザの名前。 string$pass 追加するユーザのパスワード。 - PEAR
  • Name of element type string $include Include path for element type
    要素タイプの名前です。 string$include 要素タイプを含むパスです。 - PEAR
  • path[string] Complete path to the page (without the page name).
    path[string] ページへの絶対パス(ページ名は除く)を指定します。 - PEAR
  • Returns the window name, which is a null-terminated string.
    これは NULL で終わる文字列である。 - XFree86
  • In the Source Editor, declare a String variable by typing the following line directly below the class declaration:String name;
    ソースエディタで、クラス宣言のすぐ下に次の行を入力して String 変数を宣言します。 String name; - NetBeans
  • Add the following annotation above the name declaration to change the name of the generated column: @Column(name=pavilionName)private String name;
    次の注釈を name の宣言の上に追加し、生成される列の名前を変更します。 - NetBeans
  • this variable will contains an error message, if check fail string $name Name of the package to test
    チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name 調べるパッケージの名前。 - PEAR
  • define_macros takes a list of (name, value) tuples, wherename is the name of the macro to define (a string) and value is its value: either a string or None.
    name は定義したいマクロの名前 (文字列) で、value はその値です: value は文字列か None になります。 - Python
  • Directory does not exist, or name is an empty string.
    ディレクトリが存在しないか、または name が空文字列である。 - JM
  • The HTML surrounding an element string $group Name of the group to apply template for
    要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR
  • name of a block to replace string $filename template file that contains the block
    置換するブロックの名前。 string$filename ブロックを含むファイルの名前。 - PEAR
  • urlVar[string] Name of URL var used to indicate the page number.
    urlVar[string] ページ番号を示すためのURL変数名を指定します。 - PEAR
  • The display name is always a String, but the value can beany kind of object in this case it is also a String.
    表示名は常に String 型です。 値は任意の型のオブジェクトにできますが、この例では String 型です。 - NetBeans
  • In the database, designation of the facility name character string is performed by the character string number of the facility name character string and the byte length of the facility name character string.
    そして、データベースにおいて、施設名文字列の指定を、施設名文字列のバイト長と施設名文字列の文字列番号によって行う。 - 特許庁
  • is the name of the string.
    は定義されている文字列の名称です。 - JM
  • the user to change the system user for string $system the new system user name
    システムのユーザを変更したい cvs ユーザ。 string$system 新しいシステムユーザ名。 - PEAR
  • The HTML surrounding group elements string $group Name of the group to apply template for
    グループ要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR
  • this variable will contains an error message, if check fail string $name Name of the extension to test
    チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name 調べる拡張モジュールの名前。 - PEAR
  • This function warps the pointer to thewindow which has a name or class that matches string.
    "f.warpto string" 8この関数は、string にマッチする名前かクラスを持つウィンドウにポインタを移動させる。 - XFree86
  • Name the property currentItemData, make it a String array (String[]), and use the default mode Read/Write.
    「新規プロパティーパターン」ダイアログで、名前を「currentItemData」にし、String 配列 (String[]) にして、モードをデフォルト値「読み取り/書き込み 」のままにします。 - NetBeans
  • To is the name of the 11th string of so (a long Japanese zither with 13 strings).
    13弦の箏での11弦目の名称。 - Wikipedia日英京都関連文書対訳コーパス
  • In the Source Editor, declare a field by typing the following line directly below the class declaration: String name;
    ソースエディタで、クラス宣言のすぐ下に次の行を入力してフィールドを宣言します。 String name; - NetBeans
  • Name of form element to set error for string $message Error message
    エラーを設定するフォーム要素の名前。 - PEAR
  • Return the value of the named attributed of object. name must be a string.
    指定された object の属性を返します。 - Python
  • spec Specifies the color name string; case is ignored.
    spec 1i色の名前を表す文字列を指定。 - XFree86
  • addWhereSearch($column, $stringToSearch, $condition)$this-addWhereSearch('name', 'otto hans')UPPER(name) LIKE "%OTTO%HANS%"so the search finds the given string.
    addWhereSearch($column, $stringToSearch, $condition)$this-addWhereSearch('name', 'otto hans')UPPER(name) LIKE "%OTTO%HANS%"のような where 句が作成され、指定した文字列に対する検索が行われます。 - PEAR
  • PLACE NAME REPRESENTING METHOD, AND METHOD AND DEVICE FOR PLACE NAME CHARACTER STRING RECOGNITION
    地名表現方法、地名文字列認識方法及び装置 - 特許庁
  • METHOD FOR EXPRESSING PLACE NAME, AND METHOD AND DEVICE FOR RECOGNIZING PLACE NAME CHARACTER STRING
    地名表現方法、地名文字列認識方法及び装置 - 特許庁
  • If it is a string, the function will have the given name, otherwise the function name will be taken from
    文字列の場合は、関数は与えられた名前をもつ。 - Python
  • Expects the name of a gzipped tar file as input.Parameter string
    指定した tar+gzip ファイルの名前を入力として受け付けます。 パラメータ string - PEAR
  • string- name of the package the file belongs to, or an empty string if the file does not belong to an installed package
    そのファイルが所属しているパッケージ名を返します。 - PEAR
  • Parameter string $host = null- The host to connect to ( either an IP address or a domain name).
    パラメータ string $host = null-接続先ホスト(IP アドレスあるいはドメイン名のいずれか)。 - PEAR
  • Name of the element to apply template for
    string$element (オプション) テンプレートを適用する要素の名前。 - PEAR
  • The optional argument name is a name identifying this string, and is only used for error messages.
    オプション引数name はこの文字列につける名前で、エラーメッセージにしか使われません。 - Python
  • string name of created directory
    作成したディレクトリの名前を文字列で返します。 - PEAR
  • Checks, whether a string is a valid XML name.
    文字列が有効なXML名かどうかチェックします。 - PEAR
  • Associate dialect with name. dialect must be a subclass of csv.Dialect. name must be a string or Unicode object.
    dialect はcsv.Dialect のサブクラスでなければなりません。 name は文字列か Unicode オブジェクトでなければなりません。 - Python
  • Calls a method of the object o, where the name of the method is given as a Python string object in name.
    オブジェクト o のメソッドを呼び出します、メソッド名はPython 文字列オブジェクトname で与えます。 - Python
  • Specifies the icon name, which should be a null-terminated string.
    これは NULL で終わる文字列でなければならない。 - XFree86
  • name Specifies which string is returned.
    \\f2name\\fP何を表す文字列が返されるかを指定する。 - XFree86
  • The character string, succeeded in collation with the item name dictionary 190, is judged as the item name character string and the character string, failed in the collation with the item name dictionary 190, as the data character string, and the attribute of the data character string is judged from the position relation between the item name character string and the data character string.
    項目名辞書190との照合に成功した文字列を項目名文字列と,項目名辞書190との照合に失敗した文字列をデータ文字列と判定し,項目名文字列とデータ文字列の位置関係からデータ文字列の属性を判定する。 - 特許庁
<前へ 1 2 3 4 5 6 7 8 9 10 11 12 次へ>

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