| 意味 | 例文 |
Value typeの部分一致の例文一覧と使い方
該当件数 : 2790件
persistence-unit name=sakilaPU transaction-type=JTA jta-data-sourcejndi/sakila/jta-data-source properties property name="toplink.jdbc.user" value="root"/property name="toplink.jdbc.password" value="your_root_user_password"/ /properties 例文帳に追加
persistence-unit name=sakilaPU transaction-type=JTA jta-data-sourcejndi/sakila/jta-data-source properties property name=toplink.jdbc.user value=root/property name=toplink.jdbc.password value=root ユーザーのパスワード/ /properties - NetBeans
Otherwise, the values returned are (type, value,traceback).例文帳に追加
例外が発生している場合、(type, value,traceback)を返します。 - Python
In the Value field, type Please enter a value and then press Enter. 例文帳に追加
「値」フィールドに、「Please enter a value and then press Enter」と入力します。 - NetBeans
Do not pass a NULL type and non-NULL value or traceback.例文帳に追加
NULLのtypeと非NULLのvalueあるいはtracebackを渡してはいけません。 - Python
Value too large for defined data type 例文帳に追加
定義されたデータ型にとって大きすぎる値です (Value too large for defined data type) - Python
The data source type Return value例文帳に追加
データソースの型です。 返り値 - PEAR
Add a style attribute to the showWishList form:form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form 例文帳に追加
showWishList フォームに、次の style 属性を追加します。 form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form - NetBeans
DIAPHRAGM TYPE PRESSURE CONTROL VALUE例文帳に追加
ダイヤフラム式圧力制御弁 - 特許庁
An OSA type value with the given 4-character name. 例文帳に追加
OSA の型 (type value) を表すクラスです。 4 文字からなる名前を値に持ちます。 - Python
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 例文帳に追加
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 注: password 型は、文字がアスタリスクに置き換えられる、特殊なテキストフィールドの型です。 - NetBeans
In the Name text field, type cookie, and in the Value text field, type chocolate.例文帳に追加
「Name」テキストフィールドに「cookie」と入力し、「Value」テキストフィールドに「chocolate」と入力します。 - NetBeans
(b) the Current Market Value of the Consideration of the Consolidation-Type Merger; 例文帳に追加
ロ 新設合併対価時価 - 日本法令外国語訳データベースシステム
If type for this option is None (no argument expected), then value will be None.例文帳に追加
このオプションに対する type がNone である(引数なしの) 場合、value は None になります。 - Python
(b) the current market value of the consideration of the Incorporation-Type Merger; 例文帳に追加
ロ新設合併対価時価 - 経済産業省
HTML Form in index.php Enter the following code block into the body of index.php:form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form 例文帳に追加
index.php での HTML フォーム index.php の本文に次のコードブロックを入力します。 form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form - NetBeans
CURRENT VALUE MEMORY MODEL INTERLOCKING TYPE TAP例文帳に追加
電流値記憶型連動式タップ - 特許庁
a comma-separated list of type=value pairs, where the =value portion may be omitted for options not requiring it. 例文帳に追加
コンマで区切られた type=value ペアのリスト。 ここで =value の部分は、それを要求しないオプションに対しては省略できる。 - JM
(b) the current market value of the consideration for the Absorption-Type Merger; 例文帳に追加
ロ吸収合併対価時価 - 経済産業省
Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form. 例文帳に追加
div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans
The values are arrays containing the required key 'type' as well as other keys, depending on the value of 'type'. 例文帳に追加
その値は配列で、必須のキー 'type' と、'type' の値にもとづいたその他のキーで構成されます。 - PEAR
If nargs 1, value will be a tuple of values ofthe appropriate type. 例文帳に追加
"nargs" 1 であれば、value はは適切な型をもつ値のタプルになります。 - Python
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
Return the value of the Content-Type: header's parameterparam as a string. 例文帳に追加
メッセージの Content-Type: ヘッダ中のパラメータ param を文字列として返します。 - Python
MAXIMUM VALUE DISPLAY SYSTEM FOR ANALOG-TYPE INSTRUMENT例文帳に追加
アナログ式計器の最高値表示方式 - 特許庁
If the composite resistance value (series resistance value) corresponds to the machine type setting value (step S24/YES), a machine type corresponding to the machine type setting value is controlled (step S25).例文帳に追加
該合成抵抗値(シリーズ抵抗値)が、機種設定値に該当する場合(ステップS24/YES)、機種設定値に相当する機種の制御を行う(ステップS25)。 - 特許庁
Set the property's Name and Type as follows, and click OK. Note: In this dialog box, if you don't see a type you want in the Type drop-down list, you can click the Type field and enter the value yourself. 例文帳に追加
次のように、プロパティーの名前と型を設定し、「了解」をクリックします。 - NetBeans
NUMERICAL VALUE CONTROL TYPE MACHINE TOOL, AND AIR PRESSURE SWITCHING METHOD FOR NUMERICAL VALUE CONTROL TYPE MACHINE TOOL例文帳に追加
数値制御式工作機械及び数値制御式工作機械のエア圧切換え方法 - 特許庁
The return value is a tuple (type,encoding) where type is None if the type can't be guessed (missing or unknown suffix) or a string of the form'type/subtype', usable for a MIMEcontent-type: header例文帳に追加
戻り値は、タプル (type,encoding) です、ここで typeは、もし型が(拡張子がないあるいは未定義のため)推定できない場合は、None を、あるいは、MIME content-type: ヘッダ - Python
Double-click the String Literal function box and type THE VALUE there. 例文帳に追加
文字列リテラル関数ボックスをダブルクリックし、そこに「THE VALUE」と入力します。 - NetBeans
| 意味 | 例文 |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|


