| 例文 |
html inputの部分一致の例文一覧と使い方
該当件数 : 121件
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
HTML input form attributes 例文帳に追加
HTML の入力フォームの属性 - 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
The variable $str now contains HTML markup like input type="password" name="password" /. 例文帳に追加
変数 $str は今、input type="password" name="password" /のような HTML を含んでいます。 - PEAR
Find more information about HTML input forms. 例文帳に追加
HTML 入力フォームについては、HTML 入力フォームを参照してください。 - NetBeans
An HTML input tag is added between the form tags.例文帳に追加
「了解」をクリックします。 form タグの間に HTML input タグが追加されます。 - 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
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
Expand the code with an HTML input form for entering values. 例文帳に追加
値を入力するための HTML 入力フォームをコードに追加します。 - NetBeans
First time the debugger processes the code to display the HTML input form. 例文帳に追加
1 回目は、HTML 入力フォームを表示するコードが処理されます。 - NetBeans
Freezes the elements: elements' values will be displayed without HTML input tags.Parameter 例文帳に追加
要素を凍結します。 要素の値が表示される際に、HTML の input タグは出力されません。 - PEAR
Updating the HTML Input Form - Unifying the Implementation of Creation and Editing 例文帳に追加
HTML 入力フォームの更新 - 作成および編集の実装の統合 - NetBeans
Replace the PHP block in the HTML body above the EditWish input form with the following: 例文帳に追加
EditWish 入力フォームの上の HTML body 内の PHP ブロックを、次に置き換えます。 - 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
These parameters are received from the HTML input form through the POST method. 例文帳に追加
これらのパラメータは、HTML 入力フォームから POST メソッドを介して受け取ります。 - NetBeans
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
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
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
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
Introduction This package provides an advanced system for managing uploads of files via HTML input type="file" / fields.例文帳に追加
概要 この関数は、HTML input type="file" /フィールド経由でのファイルのアップロードを管理する高度なシステムを提供します。 - PEAR
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
To transfer the ID of a wish through the HTML input form, store it in a variable. 例文帳に追加
HTML 入力フォームを使用してウィッシュの ID を転送するには、その ID を変数に格納します。 - NetBeans
The above example will print the HTML markup being necessary to render a text input field. 例文帳に追加
上の例は、テキスト入力フィールドを描画するために必要なHTML マークアップを表示します。 - PEAR
transforming user input or the result of a database query to an HTML table. 例文帳に追加
たとえば、ユーザの入力内容やデータベースのクエリの結果を HTML テーブルにする場合などです。 - PEAR
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
The first view contains an HTML form with an input fieldasking for the user's name. 例文帳に追加
最初のビューには、ユーザー名の入力を求める入力フィールドがある HTML フォームが含まれます。 - NetBeans
Refactoring will not affect the HTML input form or the code for displaying the related error messages. 例文帳に追加
リファクタリングは、HTML 入力フォームまたはエラーメッセージ関連の表示用のコードには影響がありません。 - NetBeans
Entering the user's name and password in an HTML input form and submitting the data for validation to the index.php page. 例文帳に追加
ユーザーの名前とパスワードを HTML 入力フォームに入力し、検査のためのデータを index.php ページに送る - NetBeans
HTML TAG INPUT COLOR PALLET KEYBOARD FOR SUPPORTING WEB PAGE例文帳に追加
Webページ作成支援HTMLタグ入力カラーパレットキーボード - 特許庁
Alternate HTML parser that offers a slightlylower-level view of the input, but is designed to work with XHTML, and does not implement some of the SGML syntax not used in ``HTML as deployed'' and which isn't legal for XHTML.例文帳に追加
HTML パーザのひとつです。 やや低いレベルでしか入力を扱えませんが、XHTML を扱うことができるように設計されています。 - Python
A Session is a persistent storage for transferring information from one page to another without using an HTML input form.例文帳に追加
セッションは、HTML 入力フォームを使用せずに、あるページから別のページへ情報を転送する持続的記憶領域です。 - NetBeans
Updating the HTML Input Form - Unifying the Implementation of Creation and Editing Currently the input form works for creation of a new wish when the wish has no id. 例文帳に追加
HTML 入力フォームの更新 - 作成および編集の実装の統合 現在入力フォームは、ウィッシュに ID がない場合、新しいウィッシュの作成に使用できます。 - NetBeans
A CGI script is invoked by an HTTP server, usually to process user input submitted through an HTML FORM or ISINDEX element.Most often, CGI scripts live in the server's special cgi-bindirectory.例文帳に追加
CGI スクリプトは、HTTP サーバによって起動され、通常は HTML のFORM または ISINDEX エレメントを通じてユーザが入力した内容を処理します。 - Python
When the 'focus/ HTML entry part' is set, the discrimination section 38 discriminates that a browser applies input processing to input data of the dial key 4.例文帳に追加
オンの場合、判定部38は、ダイヤルキー4の入力データをブラウザ入力処理するよう判定する。 - 特許庁
Furthermore, hierarchies of the control objects on the server side process the postback input in cooperation and generate result authoring language codes such as HTML.例文帳に追加
さらにサーバ側制御オブジェクトの階層は、協働してポストバック入力を処理し、HTMLのような結果オーサリング言語コードを生成する。 - 特許庁
A data input/output part 1 outputs an URL and inputs an HTML file.例文帳に追加
データ入出力部1は、URLを出力してHTMLファイルを入力する。 - 特許庁
A mail input means 304 converts a text of received electronic mail into an HTML.例文帳に追加
メール入力手段304は受信した電子メールの本文をHTML化する。 - 特許庁
The Web browser data transmitting and receiving means 21 transmits the HTML data after the replacement, to the input and output device 1, and the input and output device 1 displays the received HTML data by the Web browser.例文帳に追加
Webブラウザデータ送受信手段21は置換後のHTMLデータを入出力装置1に送信し、入出力装置1は受信したHTMLデータをWebブラウザで表示する。 - 特許庁
When a control part 2 executes a character input processing on HTML, the attribute of a character input tag is obtained from HTML stored in a memory 2, and an input mode adjusted to the type of an input character is set in accordance with the attribute designated for the character input tag.例文帳に追加
制御部1はHTMLの文字入力処理を行う場合、メモリ2に格納されているHTMLから文字入力タグの属性を取得し、文字入力タグに指定されている属性にしたがって入力文字種類に合わせた入力モードを設定する。 - 特許庁
An HTML file for displaying only the extracted item is generated as an input picture.例文帳に追加
抽出した項目のみを表示するHTMLファイルを入力用の画面として生成する。 - 特許庁
To provide a character input device for enabling a user to use information such as a stored character string or the tag of an HTML by a simple operation without increasing the number of keys.例文帳に追加
キーの数を増やすことなく、記憶された文字列やHTMLのタグ等の情報を簡便な操作で使用することができる文字入力装置を提供することを目的とする。 - 特許庁
A conversion server acquires a Web page described as input information in a profile in advance and holds its script and a DOM of an HTML text being an operation target.例文帳に追加
変換サーバは、事前にプロファイルにおいて入力情報として記述されたWebページを取得し、そのスクリプトとそのスクリプトの操作対象となるHTML文書のDOMを保持しておく。 - 特許庁
To provide a guided input form instead of a normal input form in a portable telephone terminal incapable of supporting input by changing display dynamically corresponding to inputted information or analyzing a log for each item in order to improve the input form by a normal standard input form by HTML.例文帳に追加
通常のHTMLによる定型入力フォームでは入力された情報に応じて動的に表示を変更して入力を支援したり、入力フォームの改善のために項目ごとのログを解析することのできない携帯電話端末において、通常の入力フォームに代わりガイド付き入力フォームを提供する。 - 特許庁
The control part 1 decides the type of the input character and the appearing order of the input character, then starts a character input processing and moves a system to a character input state in accordance with the mention of HTML.例文帳に追加
制御部1は入力文字の種類、入力文字の出現順を決定した後、文字入力処理を起動し、HTMLの記載にしたがった文字入力状態に移行する。 - 特許庁
Further, it is judged from tag and header information, etc., whether input data are in the HTML format or electronic-mail format.例文帳に追加
また、タグやヘッダ情報等で入力データがHTML形式や電子メール形式であるかも判断される。 - 特許庁
A Web browser data transmitting and receiving means 21 receives the HTML data transmission demand from an input and output device 1.例文帳に追加
Webブラウザデータ送受信手段21は入出力装置1からHTMLデータ送信要求を受ける。 - 特許庁
An HTML definition memory part 15 is stored with a specification file, in which the definition of contents of an input form is shown that is to be contained in the HTML document generated by the A. cgi.例文帳に追加
HTML定義記憶部15には、A.cgiによって生成させるHTML文書に含ませる入力フォームの内容の定義が示されているスペックファイルが格納されている。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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会員(無料)になると
|