HTML?を含む例文一覧と使い方
該当件数 : 1996件
The HTML form tags are inserted into the page containing the attributes you specified.例文帳に追加
指定した属性を含む HTML の form タグがページに挿入されます。 - NetBeans
Later, you add code to put HTML in the component's text property. 例文帳に追加
あとで、コンポーネントの「text」プロパティーに HTML を配置するコードを追加します。 - 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
Unlike HTML, however, XHTML (extensible hypertext markup language) can be extended by anyone that uses it. 例文帳に追加
しかしHTMLとは違って, XHTMLは使う人の誰もが拡張できる. - コンピューター用語辞典
Create a new html file named loginError.html in the Web Pages folder. 例文帳に追加
loginError.html という名前の新しい html ファイルを「Web ページ」フォルダに作成します。 - NetBeans
Beneath the PHP block, type or paste the following HTML code block. 例文帳に追加
PHP ブロックの下に、次の HTML コードブロックを入力またはペーストします。 - NetBeans
Type or paste the following HTML block into createNewWisher.php, beneath the PHP block: 例文帳に追加
次の HTML ブロックを、createNewWisher.php の PHP ブロックの下に入力またはペーストします。 - NetBeans
This is the name that will be shown in the form HTML output.Parameter mixed 例文帳に追加
この名前は、フォームの HTML 出力時に表示されます。 パラメータ mixed - PEAR
The HTML surrounding group elements string $group Name of the group to apply template for 例文帳に追加
グループ要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR
This would normally be the html template into which you have rendered the form elements. Throws 例文帳に追加
通常は、フォーム要素をレンダリングした html テンプレートとなります。 - PEAR
A nature can be a stylesheet, a DTD, a HTML document, etc. 例文帳に追加
性質として指定されるのは、スタイルシートや DTD、HTML ドキュメントなどです。 - PEAR
A dictionary that maps HTML entity names to the Unicode codepoints.New in version 2.3. 例文帳に追加
HTMLのエンティティ名をUnicodeのコードポイントに変換するための辞書です。 - Python
Mac OS X: http://www.apple.com/downloads/macosx/apple/application_updates/javaformacosx105update1.html (MacOS X 10.3.4 or later). 例文帳に追加
Mac OS X: http://www.apple.com/downloads/macosx/apple/ (Mac OS X 10.3.4 以降)。 - NetBeans
In an HTML file 121, link information to image files 122 and 131 is set.例文帳に追加
HTMLファイル121には画像ファイル122、131へのリンク情報が設定されている。 - 特許庁
HTML FILE GENERATING METHOD例文帳に追加
HTMLファイルの作成方法 - 特許庁
GuideXML supports a simplified table syntax similar to that of HTML. 例文帳に追加
表ガイドXMLはHTML構文より簡潔な表構文をサポートしています。 - Gentoo Linux
This code creates an HTML table that contains the tally for each vote and puts the HTML table in the text property for the first Static Text component. 例文帳に追加
このコードは、各票の票集計を含む HTML 表を作成し、最初の「静的テキスト」コンポーネントの「 text 」プロパティーに HTML 表を配置します。 - NetBeans
If you want to embed the applet in an HTML file, right-click the HelloWebApplet project node, and 例文帳に追加
アプレットを HTML ファイルに埋め込む場合、「HelloWebApplet」プロジェクトノードを右クリックし、 - NetBeans
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
Running it with the Apache SAPI will produce the same results, but formatted as HTML. 例文帳に追加
Apache SAPI で実行した場合は、同じ結果を HTML 形式で出力します。 - PEAR
A pseudo-element used for adding raw HTML to form output. 例文帳に追加
フォーム出力に生の HTML を追加するために使用する擬似要素です。 - PEAR
Clears all the HTML out of the templates that surround notes, elements, etc.Useful when you want to use addElement('html', '...') to create a completely custom form look. 例文帳に追加
要素などを囲むテンプレートの、すべての HTML 出力を消去します。 addElement('html', '...') を使用して独自のフォームを作成したい場合に有用です。 - PEAR
Example 47-1. output HTML and CSS separately 例文帳に追加
例 47-1HTML と CSS を別々に取り出す - PEAR
HTTP GET requests are handled by generating pydoc-style HTML documentation.例文帳に追加
HTTP GET リクエストは pydoc スタイルの HTML ドキュメント生成のリクエストとして扱われます。 - Python
The HTMLParserimplementation supports the HTML 2.0 language as described in RFC 1866.例文帳に追加
HTMLParser の実装は、RFC 1866で解説されている HTML 2.0 記述言語をサポートします。 - Python
A dictionary that maps Unicode codepoints to HTML entity names.New in version 2.3. 例文帳に追加
A dictionary that maps Unicode codepoints to HTML entity names.UnicodeのコードポイントをHTMLのエンティティ名に変換するための辞書です。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
For even more detail there is HTML documentation. 例文帳に追加
さらにより詳細な説明について知りたいなら、HTML 文書をご覧ください。 - FreeBSD
There is a manual page, but it is not very useful without the HTML documentation. 例文帳に追加
マニュアルもありますが、HTML文書なしではあまり有用ではありません。 - FreeBSD
When the Ajax interaction is complete, JavaScript updates the HTML source of the page.例文帳に追加
Ajax の相互作用が完了したら、JavaScript がそのページの HTML ソースを更新します。 - NetBeans
The server sends the response(the HTML page) and the Page1 instance is destroyed. 例文帳に追加
サーバーによって応答 (HTML ページ) が送信され、Page1 のインスタンスが破棄されます。 - NetBeans
Instead, message exchange can be conducted in any format XML, JSON, HTML, etc.例文帳に追加
代わりに、メッセージ交換は、XML、JSON、HTML などいずれの形式でも実行できます。 - NetBeans
The value of that parm property was subsequently retrieved for the response (the HTML for the Next page). 例文帳に追加
次に、「parm」プロパティーの値が応答 (Next ページの HTML) のために取得されます。 - NetBeans
Embedded CompletionCode completion on element ids in the HTML works for the Prototype.js (...) function. 例文帳に追加
埋め込み補完 Prototype.js (...) 関数で、HTML 内の要素 ID のコード補完が機能します。 - NetBeans
The client 30 stores the html file (B) and the template in a designated place (C).例文帳に追加
クライアント30では、htmlファイル(B)とテンプレートとを指定場所(C)に格納する。 - 特許庁
To preserve readability in HTML files, separate the paragraphs by blank lines. 例文帳に追加
HTML ファイルでの可読性を保つために, 段落間には空行を入れなさい - 研究社 英和コンピューター用語辞典
This approach is applied to PHP files that are not intended for outputting HTML. 例文帳に追加
この方法は、HTML の出力を目的としない PHP ファイルに適用されます。 - NetBeans
Right-click the secureAdmin folder and create a new html file named pageA. 例文帳に追加
secureAdmin フォルダを右クリックし、pageA という名前の新しい html ファイルを作成します。 - NetBeans
These parameters are received from the HTML input form through the POST method. 例文帳に追加
これらのパラメータは、HTML 入力フォームから POST メソッドを介して受け取ります。 - NetBeans
Extract content (Common.php file) in same directory HTML/ as CSS.php file. 例文帳に追加
その中身 (Common.php ファイル)を、CSS.php が存在するHTML/ディレクトリと同じ場所にコピーします。 - PEAR
Sets the contents of the button element: HTML to add between button/button tags.Parameter 例文帳に追加
ボタン要素の内容、つまりbutton/button タグの間に追加する HTMLを設定します。 - PEAR
Either a typical HTML attribute string or an associative array (not used) 例文帳に追加
典型的な HTML 属性の文字列あるいは連想配列 (使用されません)。 - PEAR
Returns the HTML generated for the form.Throws throwsno exceptions thrown 例文帳に追加
フォーム用に生成した HTML を返します。 例外・エラー 例外はスローされません。 - PEAR
Easy and secure management of files submitted via HTML forms.例文帳に追加
HTML フォーム経由で送信されたファイルをお手軽かつ安全に管理します。 - PEAR
This decorator replaces special chars with the matching html entities. 例文帳に追加
このデコレータは、特殊文字をそれに対応する html エンティティに変換します。 - PEAR
| Copyright © Ministry of Health, Labour and Welfare, All Right reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| © 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会員(無料)になると
|
