1016万例文収録!

「html name」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > html nameに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

html nameの部分一致の例文一覧と使い方

該当件数 : 77



例文

The name of the html element eg. 例文帳に追加

html の要素名。 - PEAR

$tag- The name of the HTML Tag eg. 例文帳に追加

$tag- HTML タグの名前。 - 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

例文

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

The attributes for the XML or HTML TD tag; form: array(name = value, ...) 例文帳に追加

XML あるいは HTML の TD タグの属性。 array(name = value, ...) 形式。 - PEAR

The HTML equivalent of the Anchor component is a name= target name.例文帳に追加

「アンカー」コンポーネントは、HTML の a name=ターゲット名 に相当します。 - NetBeans

Open login.jsp and make the following changes:html:form action=/logintable border=0tbodytrtd colspan=2bean:write name=LoginForm property=error filter=false/nbsp;/td/trtrtdEnter your name:/tdtdhtml:text property=name //td/tr 例文帳に追加

login.jsp を開き、次の変更を行います。 html:form action=/logintable border=0tbodytrtd colspan=2bean:write name=LoginForm property=error filter=false/nbsp;/td/trtrtdEnter your name:/tdtdhtml:text property=name //td/tr - NetBeans

例文

Give your HTML file a name and click Finish.例文帳に追加

HTML ファイルに名前を付け、「完了」をクリックします。 - NetBeans

例文

Set the name used in the generated HTML documentation. 例文帳に追加

生成する HTML ドキュメントの名前をセットします。 - Python

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

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

Associative array of tag attributes or HTML attributesname="value" pairs 例文帳に追加

タグの属性や HTML の属性をname="value" のペアで表した連想配列。 - PEAR

Returns the element name inside the group such as found in the html form 例文帳に追加

html フォーム中に見られる、グループ内の要素名を返す - PEAR

This is the name that will be shown in the form HTML output.Parameter mixed 例文帳に追加

この名前は、フォームの HTML 出力時に表示されます。 パラメータ mixed - PEAR

The HTML surrounding an element string $group Name of the group to apply template for 例文帳に追加

要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR

The HTML surrounding group elements string $group Name of the group to apply template for 例文帳に追加

グループ要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR

This only makes sense for HTML or XML renderingReturn value returnsAttributes; form: array(name = value, ...) 例文帳に追加

これは、HTML あるいは XML 形式でレンダリングする際にのみ使用されます。 返り値 array(name = value, ...) 形式で属性を返します。 - 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

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 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

The first view contains an HTML form with an input fieldasking for the user's name. 例文帳に追加

最初のビューには、ユーザー名の入力を求める入力フィールドがある HTML フォームが含まれます。 - NetBeans

In the HTML and PDF conversions, the module name will be a hyperlink to the referred-to module.例文帳に追加

HTML および PDF 版では、モジュール名部分は参照先のモジュールを指すハイパーリンクになります。 - Python

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

For instance, the taghtml xmlns='http://www.w3.org/TR/REC-html40' is treated as if the tag name was 'http://www.w3.org/TR/REC-html40 html', and the tag html:a href='http://frob.com' inside the above mentioned element is treated as if the tag name were'http://www.w3.org/TR/REC-html40 a' and the attribute name as if it were 'http://www.w3.org/TR/REC-html40 href'.An older draft of the XML Namespaces proposal is also recognized, buttriggers a warning.例文帳に追加

たとえば、タグが html xmlns='http://www.w3.org/TR/REC-html40' の場合、タグ名は 'http://www.w3.org/TR/REC-html40 html' として処理され、この要素の中にタグ html:a href='http://frob.com' が現れた場合、タグ名は 'http://www.w3.org/TR/REC-html40 a' で、属性名は 'http://www.w3.org/TR/REC-html40 href' となります。 古い XML 名前空間勧告ドラフトに基いたものも処理可能ですが、警告が発せられます。 - Python

In the Source Editor, change the content of the newly created page to the following:headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body 例文帳に追加

ソースエディタで新しく作成されたページの内容を次のように変更します。 headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body - NetBeans

If the conditions are met, the code takes the user and password values from the HTML form and inserts them into the Name and Password columns, respectively, of a new row in the wishers database. 例文帳に追加

条件を満たす場合、コードは HTML フォームから「user」と「password」の値を取り、wishers データベース内の新しい行の Name 列と Password 列にそれぞれ挿入します。 - 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

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

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

The above example code creates a HTML form that only contains a single textfield with the name "name" and with the label "What's your name" and a submit button labeled "Go, Go". 例文帳に追加

上のサンプルコードは、"name"という名前を持つ1つのテキストフィールドと、"What's your name" というラベル、そして "Go, Go" とラベルされた submit ボタンを含むHTML フォームを生成します。 - PEAR

Note: The password type is a special type of a text field where characters are replaced with asterisks.The code presents an HTML form for a user to enter the name and password of the new wisher in the text fields. 例文帳に追加

コードは、ユーザーが新しいウィッシャーの名前とパスワードをテキストフィールドに入力するための 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

In the PDF and PostScriptoutputs, single quotes and a font change are used to indicate the file name, but no quotes are used in the HTML output.例文帳に追加

PDF と PostScript 形式の出力ではファイル名を表現するのに単引用符で囲ってフォントを変更しますが、HTML 出力では引用符囲いを行いません。 - Python

A data conversion section 412 imbeds a file name to each HTML file and a multiplexing transmission section 413 transmits the file repetitively.例文帳に追加

各HTMLファイルは、データ変換部312によってファイル名をヘッダ領域に埋め込まれ、多重化送信部313より繰り返し送信される。 - 特許庁

Each HTML file has its file name embedded in the header area by a data conversion part 412 and is repeatedly sent by a multiplexing transmission part 413.例文帳に追加

各HTMLファイルは、データ変換部312によってファイル名をヘッダ領域に埋め込まれ、多重化送信部313より繰り返し送信される。 - 特許庁

To provide a measuring instrument by which a HTML(Hyper Text Markup Language) file with the different contents can be watched by the same and common name of the HTML file.例文帳に追加

同一共通のHTMLファイル名で内容の異なるHTMLファイルを見ることができる測定器を提供すること。 - 特許庁

When a client 10 instructs a read of the HTML document, the instructed HTML document and the display information having the same classification name with the HTML document are sent from a server 20 to the client 10.例文帳に追加

HTML文書の読み出しがクライアント10から指示された場合には、指示されたHTML文書およびこのHTML文書と分類名が同一の表示情報をサーバ20からクライアント10に送信する。 - 特許庁

A company name extracting part 2 first performs a company name extracting process on the HTML source of the Web page displayed in a Web page display part 1.例文帳に追加

まず、企業名抽出部2は、Webページ表示部1に表示されているWebページのHTMLソースに対して企業名の抽出処理を行なう。 - 特許庁

To implement this functionality, enter the following HTML input form in the editWishList.php file, before the closing /body tag:form name=backToMainPage action=index.phpinput type=submit value=Back To Main Page//formThe form redirects the user to the front index.php page upon pressing the Back to Main Page button. 例文帳に追加

この機能を実装するには、次の HTML 入力フォームを editWishList.php ファイルの終了 /body タグの前に入力します。 form name=backToMainPage action=index.phpinput type=submit value=Back To Main Page//form「Back to Main Page」ボタンを押すと、フォームは、ユーザーを最初の index.php ページにリダイレクトします。 - NetBeans

How do I change the renderer? To use a different renderer other than the HTML_Table renderer, you can specify the name of the renderer (e.g. 例文帳に追加

レンダラを変更する方法は? HTML テーブル以外のレンダラを使用するには、コンストラクタあるいはsetRenderer()メソッドでレンダラを変更します。 レンダラを定義するパラメータは、レンダラ定数のいずれかで指定します。 - PEAR

The index HTML document is automatically generated from the JPEG file name in the memory to generate the HTML document with operations capable of basic operations with respect to files in the memory.例文帳に追加

メモリ内のJPEGファイル名から自動的にインデックスのHTMLドキュメントを作成し、メモリ内のファイルに対する基本操作を可能としたオペレーションのHTMLドキュメントを作成する。 - 特許庁

Then, the CPU prepares an HTML file HMp for a place name index (S5), and further prepares an HTML file HMt for a data and time index (S6).例文帳に追加

次に、CPUは、地名インデックス用HTMLファイルHMpを作成し(S5)、さらに、日時インデックス用HTMLファイルHMtを作成する(S6)。 - 特許庁

The CPU forms a place-name index HTML file HMp (S5) and further forms a date index HTML file HMt (S6).例文帳に追加

次に、CPUは、地名インデックス用HTMLファイルHMpを作成し(S5)、さらに、日時インデックス用HTMLファイルHMtを作成する(S6)。 - 特許庁

In relaying an HTML file transmitted by a server 110, a relay device 200 inserts a script Sc including a virtual file name and a request cyclic time into the HTML file, and transmits it to a terminal 310.例文帳に追加

中継装置200は、サーバ110が送信したHTMLファイルを中継する際に、これに仮想ファイル名と要求周期時間を含んだスクリプトScを挿入して端末310に送信する。 - 特許庁

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

A table item name extracting part 12 extracts table item names, based on a <TH> tag of an html document.例文帳に追加

表項目名抽出部12はhtml文書における<TH>タグを基に表項目名を抽出する。 - 特許庁

例文

A JPEG display part and a file name are linked to the HTML document displayed with the original resolution.例文帳に追加

JPEG表示部分やファイル名は、元の解像度で表示するHTMLドキュメントがリンクされている。 - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. 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 © 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS