| 意味 | 例文 |
Name valueの部分一致の例文一覧と使い方
該当件数 : 651件
Also note that the value of the text property in the Properties window is Name:.例文帳に追加
また、「プロパティー」ウィンドウで「text」プロパティーの値が「名前: - NetBeans
"Municipality name" that is a field name and "Undecided" that is a field value are displayed in a municipality name area 52.例文帳に追加
市町村名エリア52には、フィールド名である「市町村名」、フィールド値である「未定」が表示されている。 - 特許庁
In this case, the array key contains the tag name and the array value the corresponding attribute name. _ATTRIBUTE_TYPE 例文帳に追加
この場合、配列のキーはタグ名と属性名に一致する値を取ります。 - PEAR
The return value is an exact copy of the value returned by the name resolution function. 例文帳に追加
返り値は名前解決機能から返された値の正確なコピーである。 - JM
The header name is used as key and the header value as value. 例文帳に追加
ヘッダの名前が連想配列のキー、ヘッダの値が連想配列の値となります。 - PEAR
The return value is true unless a supplied name is not a defined alias. 例文帳に追加
与えられたnameが定義されているエイリアスであれば、返却ステータスは真になります。 - JM
The name of this file is taken from the value of the INPUTRC variable. 例文帳に追加
このファイルの名前は、変数INPUTRCの値から決まります。 - JM
To create this hidden field, add the following line to the top of the EditWish input form:input type=hidden name=wishID value=?php echo wish[id];? / 例文帳に追加
この非表示フィールドを作成するには、次の行を EditWish 入力フォームの最上部に追加します。 input type=hidden name=wishID value=?php echo wish[id];? / - NetBeans
savedFileName is the default for the file name to save to (the return value).例文帳に追加
savedFileName は保存先のファイル名 (戻り値) のデフォルト値です。 - Python
The name will be translated to lower case and double quotes and backslashes in the value have been interpreted.例文帳に追加
name は小文字に変換され、value 内のエンティティ参照は変換されます。 二重引用符やバックスラッシュは変換しません。 - Python
BadColor A value for a Colormap argument does not name a defined Colormap.例文帳に追加
BadColor引き数 Colormap の値が、定義されている Colormap を指していない。 - XFree86
BadCursor A value for a Cursorargument does not name a defined Cursor. 例文帳に追加
BadCursor引き数 Cursor の値が、定義されている Cursor を指していない。 - XFree86
BadPixmap A value for a Pixmap argument does not name a defined Pixmap.例文帳に追加
BadPixmap引き数 Pixmap の値が、定義されている Pixmap を指していない。 - XFree86
BadGC A value for a GContext argument does not name a defined GContext.例文帳に追加
BadGC引き数 GContext の値が、定義されている GContext を指していない。 - XFree86
BadAtom A value for an Atom argument does not name a defined Atom. 例文帳に追加
BadAtom引き数 Atom の値が、定義されている Atom を指していない。 - XFree86
An attribute value storage section 50 stores an attribute value by correlating it with an attribute name.例文帳に追加
属性値記憶部50は属性名に対応づけて属性値を記憶する。 - 特許庁
gets a value for the configuration option name for the open file descriptor fd . 例文帳に追加
はオープンされているファイルデスクリプターfdに対して設定されているオプションnameの値を取得する。 - JM
Therefore,by setting property to name, you can retrieve the value specified by user input.例文帳に追加
したがって、property を name に設定することで、ユーザー入力で指定された値を取得できます。 - NetBeans
Return value returnsfirst element is page name, second is action name Throws 例文帳に追加
返り値 最初の要素がページ名、次の要素がアクション名である配列を返します。 例外・エラー - PEAR
Key is the drive path, the value is an object with the following values: type, name and typetitle. 例文帳に追加
配列のキーがドライブのパス、その値がオブジェクトで、オブジェクトには type、name および typetitleの値が含まれます。 - PEAR
In the Properties window, change the value of the Name property to CopyLoanStatus.例文帳に追加
「プロパティー」ウィンドウで、「名前」プロパティーの値を「CopyLoanStatus」に変更します。 - NetBeans
In the editWishList.php file, enter the following HTML form below the PHP block:!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name="addNewWish" action="editWish.php">input type="submit" value="Add Wish"/>/form>/body/html 例文帳に追加
editWishList.php ファイルで、次の HTML フォームを PHP ブロックの下に追加します。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name=addNewWish action=editWish.phpinput type=submit value=Add Wish//form/body/html - NetBeans
Returns the value of the Boolean capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値をブール値で返します。 - Python
Returns the value of the numeric capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値を数値で返します。 - Python
BadFont A value for a Font or GContext argument does not name a defined Font.例文帳に追加
BadFont引き数 Font や GC に対する値が定義された Font ではない。 - XFree86
BadDrawable A value for a Drawable argument does not name a defined Window or Pixmap. 例文帳に追加
BadDrawable引き数 Drawable の値が、定義されている Window や Pixmap を指していない。 - XFree86
A value for a Colormap argument does not name a defined Colormap.例文帳に追加
BadColorColormap 引き数に対する値が、定義済みの Colormap を示していない。 - XFree86
HTML Form for Logon on index.phpIn the index.php file, enter the following code before the closing /body tag:form name="logon" action="index.php" method="POST" >Username: input type="text" name="user"/>Password input type="password" name="userpassword"/>input type="submit" value="Edit My Wish List"/>/form> 例文帳に追加
index.php 上のログオン用の HTML フォーム index.php ファイルで、次のコードを終了 /body タグの前に入力します。 - NetBeans
or name is NULL (indicating "the kernel"), but this is not permitted with the specified value of which . 例文帳に追加
あるいはnameが NULL だが (NULL は "カーネル" を示す)、whichで指定された値との組み合わせは許可されていない。 - JM
Return the value of the named header field. name should not include the colon field separator.例文帳に追加
指定された名前のヘッダフィールドの値を返します。 name は最後にコロンをふくんでいてはいけません。 - Python
A read length and an actual field name or an actual value are assigned as the field name and value in the case of variable length data.例文帳に追加
フィールド名と値は、可変長データとする場合には、読み込む長さと実際のフィールド名または実際の値を割り当てる。 - 特許庁
Also note that the value of the text property in the Properties window changes to Name:.例文帳に追加
また、「プロパティー」ウィンドウの「text」プロパティーの値が「名前:」になります。 - NetBeans
The information provided for each variable includes the variable name and value. 例文帳に追加
各変数について表示される情報は、変数名と値です。 - NetBeans
Returns the value of the string capability corresponding to the terminfo capability name capname.例文帳に追加
terminfo 機能名 capname に対応する機能値を文字列値で返します。 - Python
If name isnot set to a recognized value, NULL is returned. 例文帳に追加
\\f2name\\fP に識別できる値が設定されていなければ \\f3NULL\\fP が返される。 - XFree86
To provide a domain name evaluation system and a domain name evaluation method, for automatically determining a monetary value of a registered domain name.例文帳に追加
既登録のドメイン名の貨幣的な価値を自動的に判定するドメイン名の鑑定システムおよび鑑定方法を提供する。 - 特許庁
In both cases, an attribute value set area 103 is used to process a document name, an owner's name, a client name, and the date.例文帳に追加
いずれの場合にも、属性値設定エリア103を用いて文書名、所有者名、クライアント名、日付について加工を行う。 - 特許庁
When the designation position is the character string of the name of a place, a place name coordinate obtaining means 4 determines a coordinate value corresponding to the name of a place.例文帳に追加
指定位置が地名の文字列のときは地名座標取得手段4にて該地名に対応する座標値を求める。 - 特許庁
If this succeeds, it then calls XtDisplayInitialize and passit the opened display and the value of the -name option specified in argvas the application name. 例文帳に追加
.LPこれが成功した場合、XtOpenDisplay関数はXtDisplayInitializeを呼び、オープンしたディスプレイとアプリケーション名として argv に指定された \\-name オプションの値を渡す。 - XFree86
This method also includes generating a user name based on the unique value.例文帳に追加
方法は、一意の値に基づいてユーザ名を生成することも含む。 - 特許庁
Therefore, this path refers to the value property of a bean named name in the page scope.Change the relative entry point for the application.例文帳に追加
そのため、ページ範囲内の name という名前の Bean の value プロパティーがこのパスから参照されます。 アプリケーションの相対エントリポイントを変更します。 - NetBeans
The value is the name of the newly created wishers and the identifier is user. 例文帳に追加
値は、新しく作成されたウィッシャーの名前で、識別子は「user」です。 - NetBeans
Note: Some RDBMS may choose to ignore the name of the constraint, for example MySQL will not use the value 例文帳に追加
注意: RDBMS によっては、制約名を無視するものもあります。 - PEAR
An array representing cookie, this function expects all of the array's fields ('name', 'value', 'domain', 'path', 'expires', 'secure') to be set. 例文帳に追加
配列で表現されたクッキーを指定します。 この関数は、全ての配列のフィールド('name', 'value', 'domain', 'path', 'expires', 'secure')がセットされていることを期待しています。 - PEAR
the content of the child tags. The child tag name is assigned as key, the content as value. 例文帳に追加
子タグの内容子タグ名はキーとなり、内容は値に入ります。 - PEAR
| 意味 | 例文 |
| 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 (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. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|