| 意味 | 例文 |
name valueの部分一致の例文一覧と使い方
該当件数 : 651件
name value 例文帳に追加
名声 - EDR日英対訳辞書
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
Define the preprocessor constant NAME, with value VALUE. 例文帳に追加
プリプロセッサ定数 NAME を値 VALUE で定義する。 - JM
TEXTAREA NAME="name"--creates PHP variable for textarea value 例文帳に追加
TEXTAREA NAME="name"--textarea の値用の PHP 変数を作成する - PEAR
The attributes for the XML or HTML TD tag; form: array(name = value, ...) 例文帳に追加
XML あるいは HTML の TD タグの属性。 array(name = value, ...) 形式。 - PEAR
the name of the data field mixed $value the value of the data field 例文帳に追加
データフィールドの名前。 mixed$value データフィールドの値。 - PEAR
function adds the variable name to the environment with the value value, if name does not already exist. 例文帳に追加
関数は、name が存在しない場合環境変数 name に値 value を設定し、環境に追加する。 - JM
They are set with the syntax `name value', where the names are listed 例文帳に追加
これらは `name value' といった書式で指定される。 - JM
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
tag that appears, delete the empty value attribute and edit as follows:jsp:setProperty name=mybean property=name /As indicated in the 例文帳に追加
タグ内で、空の value 属性を削除し、次のように編集します。 jsp:setProperty name=mybean property=name / - NetBeans
Additional headers, the format of the argument is $array["header-name"] = "header-value" 例文帳に追加
追加のヘッダで、引き数の書式は$array["header-name"]= "header-value" です。 - PEAR
It takes the $name, $value and an optional $comment as parameters. 例文帳に追加
パラメータとして $name と$value、そしてオプションで$comment を指定します。 - 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
By convention these strings have the form "name=value". 例文帳に追加
通例では、これらの文字列は "name=value" という書式をとる。 - JM
The strings in the environment list are of the form name=value. 例文帳に追加
環境リストの文字列は name=value という形式をしている。 - JM
Copy the following code and paste it over the body tags in index.jsp:bodyform name="Test" method="post" action="SpellCheckServlet"pEnter the text you want to check:/ppptextarea rows="7" name="TextArea1" cols="40" ID="Textarea1"/textarea/ppinput type="submit" value="Spell Check" name="spellcheckbutton"/form/body 例文帳に追加
次のコードをコピーし、index.jsp の body タグにペーストします。 bodyform name=Test method=post action=SpellCheckServletpEnter the text you want to check:/ppptextarea rows=7 name=TextArea1 cols=40 ID=Textarea1/textarea/ppinput type=submit value=Spell Check name=spellcheckbutton/form/body - NetBeans
If name does exist in the environment, then its value is changed to value if overwrite is non-zero; if overwrite is zero, then the value of name is not changed. 例文帳に追加
name が環境に存在する場合、overwrite が 0 以外ならばその値を value に変更し、overwrite が 0 ならばname の値を変更しない。 - JM
In the Name field, change the default value to inputVar. 例文帳に追加
「Name」フィールドで、デフォルトの値を inputVar に変更します。 - NetBeans
In the Name field, change the default value to outputVar. 例文帳に追加
「Name」フィールドで、デフォルトの値を outputVar に変更します。 - NetBeans
name of the new sequence to create integer $start starting value of the sequence 例文帳に追加
integer$start シーケンスの開始値。 - PEAR
A macro definition is either a (name, value) 2-tuple or a (name,) 1-tuple.The former defines a macro; if the value is None, the macro is defined without an explicit value.例文帳に追加
もしvalueがNoneであれば、マクロは特定の値をもたないで定義されます。 - Python
name of the option to set mixed $value value to set the option to 例文帳に追加
設定するオプションの名前。 mixed$value オプションに設定する値。 - PEAR
variable name or array ('varname'='value') string $value variable value if $variable is not an array 例文帳に追加
変数名あるいは ('変数名'='値') 形式の配列。 - PEAR
]For each argument, a local variable named name is created, and assigned value . 例文帳に追加
local [option] [name[=value] .]それぞれの引き数に対してname という名前のローカル変数が生成され、valueが代入されます。 - JM
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
In the Name text field, type cookie, and in the Value text field, type chocolate.例文帳に追加
「Name」テキストフィールドに「cookie」と入力し、「Value」テキストフィールドに「chocolate」と入力します。 - NetBeans
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
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
A string that identifies the value name 例文帳に追加
値の名前を特定する文字列 - Python
Edit the app.name property in the File and Directory Names section to configure the context path: property name="app.name" value="MyProject"/例文帳に追加
「File and Directory Names」セクションにある app.name プロパティーにコンテキストパスを設定します。 property name=app.name value=MyProject/ - NetBeans
Return a list of (name, value) pairs for eachoption in the given section. 例文帳に追加
与えられたsectionのそれぞれのオプションについて(name, value)ペアのリストを返します。 - Python
Further names may be placed in the environment by the export command and "name=value" in sh (1), 例文帳に追加
環境に名前を追加する場合には、sh (1) では export コマンドと "name=value" を使用する。 - JM
An envz vector is a special argz vector, namely one where the strings have the form "name=value". 例文帳に追加
envz vector は、文字列が "name=value (名前=値)" の形式になっている特別なargz vector である。 - JM
Return a list of (name, value) pairs for each option in the given section.例文帳に追加
指定したsection 内の各オプションに対して、(name, value) のペアからなるリストを返します。 - Python
Param Name: uploadDirectory (or whatever you want to name it)Param Value: C:/upload/images (or whatever your path is) 例文帳に追加
パラメータ名: uploadDirectory (任意の名前)パラメータ値: C:/upload/images (任意のパス) - NetBeans
[-] [NAME=VALUE]. 例文帳に追加
`variable=value' という形式の引き数は、環境変数variableをvalueという値に指定する。 valueは空であってもよい(`variable=')。 - JM
| 意味 | 例文 |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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) 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. |
| © 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会員(無料)になると
|
