| 例文 |
string valueの部分一致の例文一覧と使い方
該当件数 : 553件
Default value is "next page"; altPage[string] Alt text to display before the page number. 例文帳に追加
デフォルト値は、"next page"。 altPage[string] ページ番号の前に表示されるalt文を指定します。 - PEAR
The return value of XwcResetIC is its current preedit string as a wide character string.例文帳に追加
XwcResetICの返り値は、現在の前編集文字列(ワイド文字文字列)である。 - XFree86
The string argument to XrmStringToQuark need not be permanently allocated storage. XrmPermStringToQuark is just like XrmStringToQuark, except that Xlib is permitted to assume the string argument is permanently allocated, and, hence, that it can be used as the value to be returned by XrmQuarkToString.例文帳に追加
したがって、引き数 string はXrmQuarkToStringが返す値として使うことができる。 - XFree86
where S is a comma-separated string of items keyword[:value]. 例文帳に追加
S はコンマ区切りの文字列で、各項目は keyword[:value] 形式で指定する。 - JM
Set the environment variable named varname to the string value.例文帳に追加
varname と名づけられた環境変数の値を文字列 value に設定します。 - Python
A converter converts an object's value to a String so that the value can be written to the HTML response. 例文帳に追加
コンバータは、オブジェクトの値を String 型に変換し、値を HTML 応答に書き込むことができるようにします。 - NetBeans
Returns debug information about an error Return value string- error debug information 例文帳に追加
エラーに関するデバッグ情報を返します。 - PEAR
Default value is "previous page"; altNext[string] Alt text to display on the link of the next page. 例文帳に追加
デフォルト値は、"previous page"。 altNext[string] 次ページへのリンクに表示されるalt文を指定します。 - PEAR
string $getDescription - If set to TRUE, the return value will be an array with keys 'vendor' and 'description'. 例文帳に追加
string $getDescriptionTRUEを指定すると、返り値は 'vendor'と 'description' というキーを持つ配列となります。 - PEAR
Double-click the String Literal function box and type THE VALUE there. 例文帳に追加
文字列リテラル関数ボックスをダブルクリックし、そこに「THE VALUE」と入力します。 - NetBeans
The value can be an integer or a string representing a buffer.例文帳に追加
valueには、整数または文字列をバッファとして指定する事ができます。 - Python
The return value is a string representing the audio frames.例文帳に追加
オーディオフレームのデータを示す文字列を返します。 - Python
This function can not be calledstatically.Return value string - returns css filename or css string contents 例文帳に追加
この関数は、スタティックにコールすることはできません。 返り値 string - css のファイル名あるいはその内容を返します。 - PEAR
The value must be any numeric type or String that can be converted to a long. 例文帳に追加
値は数値型であるか、long 型に変換できる String 型である必要があります。 - NetBeans
Default value is "next page"; altLast[string] Alt text to display on the link of the last page. 例文帳に追加
デフォルト値は、"next page"。 altLast[string] 最後のページへのリンクに表示される alt 文を指定します。 - PEAR
Decode parameters list according to RFC 2231. params is a sequence of 2-tuples containing elements of the form(content-type, string-value).例文帳に追加
RFC 2231 に従ってパラメータのリストをデコードします。 params は (content-type, string-value) のような形式の2要素からなるタプルです。 - Python
Return string-valued system configuration values. 例文帳に追加
文字列形式によるシステム設定値 (system configuration value)を返します。 - Python
An update unit 344 replaces the S with a bit string which is a hash value in which a join bit string of the bit string S and the bit string R is generated as input, and substitutes the value of the bit string S before update into the bit string P.例文帳に追加
更新部344はビット列Sとビット列Rとの結合ビット列を入力として生成されるハッシュ値であるビット列にSを置き換え、更新前のビット列Sの値をビット列Pに代入する。 - 特許庁
If required property is a property with value, property/rpvmust also have the value specified by string/rv. 例文帳に追加
が の場合は、 も で指定された値を持っていなければならない。 - XFree86
is set to the null string, the newline character always acts as a field separator, in addition to whatever value 例文帳に追加
が空文字列に設定されたときには、 - JM
Otherwise, the numeric value is converted to a string and a string 例文帳に追加
片方が数値でない文字列なら、数値のほうが文字列に変換され、文字列として - JM
It is expected that setXXX($value) will return a string (the error) if it is invalid or TRUE on success.例文帳に追加
値が不正な場合、setXXX($value) メソッドは文字列(エラー) を返し、成功の場合 TRUE。 - PEAR
The command language string is associated to a priority value.例文帳に追加
コマンド言語ストリングは優先度値に関連付けられる。 - 特許庁
Define a variable with a string value, for use during preprocessing. 例文帳に追加
前処理の間使用され、文字列の値を定義する。 - JM
Return value Returns string actual encryption mode. 例文帳に追加
返り値 実際の暗号化形式を文字列で返します。 - PEAR
The second constructor creates a simple string value. 例文帳に追加
2 番目のコンストラクタはシンプルな文字列値を生成します。 - PEAR
Returns a string containing struct, array or scalar describing the base type of the value. 例文帳に追加
値の型を表す文字列 struct、arrayあるいは scalar を返します。 - PEAR
Asks the user to input a string value via a modal dialog. prompt is the prompt message, and the optional default supplies the initial value for the string (otherwise "" is used).例文帳に追加
promptはプロンプトメッセージで、オプションのdefault 引数は入力文字列の初期値です(指定しなければ"" を使います)。 - Python
Parameter is expanded and the longest match of pattern against its value is replaced with string. 例文帳に追加
parameter の展開が行われ、その値のうち pattern に最長一致する部分がstring に置換されます。 - JM
This function can not be calledstatically.Return value string - The release type (bug|minor|major). 例文帳に追加
この関数は、スタティックにコールすることはできません。 返り値 string - リリースの型 (bug|minor|major) を返します。 - PEAR
xsl:stylsheet) string $defaultNs- default namespace, will be used in return value, if qualified name contains only a local part 例文帳に追加
string $defaultNs-デフォルトネームスペースです。 有修飾がローカルパートのみを含む場合使用されます。 - PEAR
The input variable value is concatenated to the end of the string literal THE VALUE: and copied to the output variable.例文帳に追加
入力変数値が文字列リテラル THE VALUE: の末尾に連結され、出力変数にコピーされます。 - NetBeans
That value is an object of type Object, which needs to be a string, so it is cast to a String object.例文帳に追加
この値は、Object 型のオブジェクトで、文字列にする必要があるため、String 型のオブジェクトにキャストしてから、name 変数に割り当てます。 - NetBeans
gets the value of configuration-dependent string variables. 例文帳に追加
はコンフィグレーションに依存した文字列変数の値を取得する。 - JM
We also need to place the value from the preferences into a string. 例文帳に追加
また、設定の値を文字列に入れる必要があります。 - NetBeans
If only one attribute value should be added, the second level may be a string. 例文帳に追加
値がひとつだけの場合は、値は文字列で指定します。 - PEAR
Return the ASCII value of a string of one character or a Unicode character.例文帳に追加
1 文字からなる文字列または Unicode 文字の ASCII 値を返します。 - Python
The arguments are an object, a string and an arbitrary value.例文帳に追加
引数はそれぞれオブジェクト、文字列、そして任意の値です。 - Python
Return the value of the Content-Type: header's parameterparam as a string. 例文帳に追加
メッセージの Content-Type: ヘッダ中のパラメータ param を文字列として返します。 - Python
The value of the straight line when the low-order digit string D is a reference value DM is the initial value b of the straight line.例文帳に追加
下位桁ビット列Dが基準値DMであるときの直線の値が直線の初期値bである。 - 特許庁
A word tag character string selection means 83 calculates an evaluation value, and selects a word tag character string.例文帳に追加
単語タグ文字列選択手段83は、評価値を算出して単語タグ文字列を選択する。 - 特許庁
In case the whole input string is consumed the return value points to the null byte at the end of the string. 例文帳に追加
すべての入力文字列が処理された場合、返り値は文字列末尾の NULL バイトを指す。 - JM
The following function takes either a single-character string or integer value; it returns a string.例文帳に追加
以下の関数は 1 文字からなる文字列値または整数値を引数に取り、文字列を返します。 - Python
If both a string and a KeySym are returned, the KeySym value does not necessarily correspond to the string returned.例文帳に追加
文字列と KeySym の両方が返されている場合、KeySym が必ず文字列に一致するとは限らない。 - XFree86
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|