| 例文 |
name inputの部分一致の例文一覧と使い方
該当件数 : 925件
H1This is an example/H1 FORM NAME="input" INPUT NAME="hello" /FORM 例文帳に追加
H1これは例です/H1FORM NAME="input"INPUT NAME="hello"/FORM - PEAR
HTML HEAD/HEAD BODY H1This is an example/H1 FORM name="input" flexy:start="yes" INPUT name="hello" flexy:ignore="yes" /FORM /BODY/HTML 例文帳に追加
HTMLHEAD/HEADBODYH1これは例です/H1FORM name="input" flexy:start="yes"INPUT name="hello" flexy:ignore="yes"/FORM/BODY/HTML - PEAR
HTML HEAD/HEAD BODY flexy:startchildren="here" H1This is an example/H1 FORM name="input" flexy:ignoreonly="yes" INPUT name="hello" flexy:ignore="yes" /FORM /BODY/HTML 例文帳に追加
HTMLHEAD/HEADBODY flexy:startchildren="here"H1これは例です/H1FORM name="input" flexy:ignoreonly="yes"INPUT name="hello" flexy:ignore="yes"/FORM/BODY/HTML - PEAR
INPUT NAME="name"--creates PHP variable for input values 例文帳に追加
INPUT NAME="name"--入力値用の PHP の変数を作成する - PEAR
Input field name attribute string $elementLabel (optional)Input field label 例文帳に追加
Input フィールドの name 属性。 string$elementLabel (オプション) Input フィールドのラベル。 - PEAR
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
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
# bos addkey server name -kvno 0 -cell cell name -noauthinput key:Retype input key: 例文帳に追加
#/usr/afs/bin/bosaddkeyサーバ名-kvno0-cellセル名-noauth Retypeinputkey: - Gentoo Linux
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
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
The variable $str now contains HTML markup like input type="password" name="password" /. 例文帳に追加
変数 $str は今、input type="password" name="password" /のような HTML を含んでいます。 - PEAR
!-- [snip] the beginning of the form --input type="text" name="fname" ... 例文帳に追加
!-- [省略] フォームここから --input type="text" name="fname" ... /!-- [省略] フォームここまで -- - PEAR
Enter the following PHP code block inside the HTML input form, below the wisher's name input:Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ 例文帳に追加
次の PHP コードブロックを、HTML 入力フォーム内の、ウィッシャーの名前入力の下に入力します。 Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ - NetBeans
The code presents an HTML form that enables entering the name and password of the user in the text fields. 例文帳に追加
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コードは、テキストフィールドにユーザーの名前とパスワードを入力できる HTML フォームを示します。 - NetBeans
NETWORK RESOURCE NAME INPUT METHOD例文帳に追加
ネットワークリソース名入力方法 - 特許庁
DATA NAME INPUT AND DISPLAY SYSTEM例文帳に追加
データ名称入力表示システム - 特許庁
REGISTERED NAME READING INPUT DEVICE例文帳に追加
登録名称の読み入力装置 - 特許庁
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh2Entry Form/h2form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh1Entry Form/h1form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
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
Enter the following PHP code block inside the HTML input form below the code for the password input:Password: input type=password name=password/br/例文帳に追加
次の PHP コードブロックを、HTML 入力フォーム内の、パスワード入力のコードの下に入力します。 Password: input type=password name=password/br/ - NetBeans
COMMODITY NAME INPUT ASSIST DEVICE, COMMODITY NAME INPUT ASSIST METHOD AND PROGRAM例文帳に追加
商品名称入力補助装置、商品名称入力補助方法及びプログラム - 特許庁
Enter the following PHP code blocks inside the HTML input form below the code for password confirmation:Please confirm your password: input type=password name=password2/br/ 例文帳に追加
次の PHP コードブロックを、HTML 入力フォーム内の、パスワード確認入力のコードの下に入力します。 Please confirm your password: input type=password name=password2/br/ - NetBeans
an hash containing the data of an input field 'title'- name of the input field 例文帳に追加
入力フィールドのデータを含むハッシュです。 'title'- 入力フィールド名です。 - PEAR
Type Enter your name: just before the input tag, then change the default Hello World! text between the h2 tags to Entry Form.例文帳に追加
input タグの直前に「Enter your name:」と入力し、h2 タグで囲まれたデフォルトの「Hello World!」というテキストを「Entry Form」に変更します。 - NetBeans
Type Enter your name: just before the input tag, then change the default Hello World! text between the h1 tags to Entry Form.例文帳に追加
input タグの直前に「Enter your name:」と入力し、h1 タグで囲まれたデフォルトの「Hello World!」というテキストを「Entry Form」に変更します。 - NetBeans
In the following examples it is assumed that you are using an HTML form field input type="file" name="f" / in order to upload files. 例文帳に追加
以下の例では、ファイルをアップロードするためにHTML フォームフィールドinput type="file" name="f" /を用いることを想定しています。 - PEAR
When the name of the commodity is input into the input column of the user screen, the CPU 19 inputs the input name of the commodity into the input column of the retrieval screen.例文帳に追加
ユーザ画面の入力欄に商品名が入力されると、CPU19は、入力された商品名を検索画面の入力欄に入力する。 - 特許庁
An input means 42 receives from an input part 11 the input of a facility name to be searched.例文帳に追加
入力手段42が、検索する施設名称の入力を入力部11から受け付ける。 - 特許庁
To implement the Delete button, enter the following code block inside the while loop in editWishList.php, directly below the code block for the editWish button:tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdThe HTML input form contains a hidden field for the wishID and a submit button labelled Delete. 例文帳に追加
「Delete」ボタンを実装するには、次のコードを editWishList.php の while ループの内部、editWish ボタンのコードブロックのすぐ下に入力します。 tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdHTML 入力フォームには、wishID 用の非表示フィールドと、「Delete」というラベルが付いた送信ボタンが含まれています。 - NetBeans
begin a quote which may span more than one line of input and are close quoted with the matching macro name ending in c . 例文帳に追加
でおわる名前のマクロで終了する。 - 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
ESTIMATE/ORDER RECEIVED INFORMATION INPUT DEVICE USING SCREEN INPUT OF CUSTOMER BRANCH NAME例文帳に追加
顧客支店名の画面入力による見積、受注情報入力装置。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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 - 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/ ). |
| © 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会員(無料)になると
|