| 例文 |
HTML codeの部分一致の例文一覧と使い方
該当件数 : 79件
Case-sensitive HTML code completion. 例文帳に追加
HTML コード補完における大文字/小文字の区別 - NetBeans
the Internet Explorer saves the file as a HTML file with some HTML code around the PHP source code to display the code nicely. 例文帳に追加
これは、PHPのソースコードをよりきれいに表示するために行われています。 - PEAR
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
Beneath the PHP block, type or paste the following HTML code block. 例文帳に追加
PHP ブロックの下に、次の HTML コードブロックを入力またはペーストします。 - NetBeans
The editor provides syntax highlighting for PHP, HTML, JavaScript, and CSS code blocks. 例文帳に追加
エディタでは、PHP、HTML、JavaScript、および CSS の各コードブロックの構文が強調表示されます。 - NetBeans
The file contains a template for entering HTML and PHP code. 例文帳に追加
ファイルには、HTML および PHP コードを入力するためのテンプレートが含まれています。 - NetBeans
If we alter any code, if we delete html files, if we try to disable the bomb remotely... boom.例文帳に追加
もしコードを変えたり htmlファイルを消したり 爆弾を遠隔操作したら... ボン! - 映画・海外ドラマ英語字幕翻訳辞書
If we alter any code, if we delete html files, if we try to disable the bomb remotely... boom.例文帳に追加
もしコードを変えたり HTMLファイルを消したり 爆弾を遠隔操作したら... ボン! - 映画・海外ドラマ英語字幕翻訳辞書
The PHP block must be above all HTML code, empty lines, or whitespace. 例文帳に追加
PHP ブロックは、すべての HTML コード、空白行、または空白の上にある必要があります。 - 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
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
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
By setting the escape property to false, the HTML code will be passed to the browser unaltered. 例文帳に追加
「escape」プロパティーを False に設定することで、HTML コードがそのままブラウザに渡されるようになります。 - NetBeans
HTML code completion nowenters the tags in uppercase or lowercase instead of in uppercase only. 例文帳に追加
HTML コード補完で、タグが大文字入力だけでなく小文字入力にも対応しました。 - NetBeans
You use the image URI later when you add code to export the report to HTML. 例文帳に追加
画像 URI は、あとでレポートを HTML にエクスポートするためのコードを追加するときに使用します。 - NetBeans
PHP editor with syntactic and semantic code highlighting for mixed code (PHP/HTML/CSS/JavaScript), occurences and error highlighting code completion and dynamic help (also for PHPDoc tags and included elements),code generators, comment completion, php doc generation, abbreviations, code snippet paletteSupport for php short tags and php HEREDOC strings, code folding, bracket matching, indentationIntegrated FTP access for remotely hosted projects (upload, download, delete)IDE recognizes default location of document root in different operating systemsSupport for PHP include path (global for all projects, or one per project)Run project/single file, debug project/single file, run script in command lineWizard for creating new PHTML and PHP filesNavigator and hyperlinking (Go to Declaration, Go to Type, Go to the included/required file)Rename RefactoringDebugger supports breakpoint, local variables, watches and bubble watches (tooltip)Support for multiple project configurationsFind Usages action例文帳に追加
Ruby Gems インストールマネージャー - NetBeans
Refactoring will not affect the HTML input form or the code for displaying the related error messages. 例文帳に追加
リファクタリングは、HTML 入力フォームまたはエラーメッセージ関連の表示用のコードには影響がありません。 - NetBeans
Variables are placeholders in your HTML code that can be replaced with dynamic values provided from database or calculated in your code.例文帳に追加
変数は HTML コード内のプレースホルダとなり、データベースから取得した値やコード中で計算した値などで動的に置き換えられます。 - PEAR
Open index.jsp in the Source Editor and type in the below code for the second row of the HTML table you previously created.trtd id=auto-row colspan=2table id=complete-table /td//trThe second row of the table contains another HTML table.例文帳に追加
index.jsp をソースエディタで開き、前に作成した HTML 表の 2 行目として次のコードを入力します。 trtd id=auto-row colspan=2table id=complete-table /td//tr表の 2 番目の行は、別の HTML 表を含んでいます。 - NetBeans
Open index.php in the editor and type in the below code for the second row of the HTML table you previously created.trtd id=auto-row colspan=2table id=complete-table /td//trThe second row of the table contains another HTML table.例文帳に追加
index.php をエディタで開き、前に作成した HTML 表の 2 行目として次のコードを入力します。 trtd id=auto-row colspan=2table id=complete-table /td//tr表の 2 番目の行は、別の HTML 表を含んでいます。 - NetBeans
The second section is usually HTML, which allows the client softwareto display nicely formatted text with header, in-line images, etc.Here's Python code that prints a simple piece of HTML: 例文帳に追加
二つ目のセクションは通常、ヘッダやインラインイメージ等の付属したテキストをうまくフォーマットして表示できるようにした HTML です。 以下に単純な HTML を出力する Python コードを示します: - Python
Basic File Inclusion FilteringCode completion in HTML only includes code from referenced JavaScript files. 例文帳に追加
含めるファイルの基本的なフィルタHTML のコード補完には、参照されている JavaScript ファイルのコードだけが含まれます。 - 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
Full syntax highlighting, code completion, and error checking for JavaScript code is available both in stand-alone JavaScript files and in HTML, RHTML, and JSP files.例文帳に追加
単独の JavaScript ファイル内、また HTML、RHTML、および JSP ファイル内の JavaScript コードの完全な構文の強調表示、コード補完、およびエラーチェックが可能です。 - NetBeans
JavaScript code completion is automatically provided when you code in .jsfiles, as well as within script tags when you work with other technologies(i.e., HTML, RHTML, JSP, PHP). 例文帳に追加
JavaScript のコード補完は、.js ファイル内でコーディングするとき、またほかのテクノロジ (HTML、RHTML、JSP、PHP など) を使用しているときに script タグ内で自動的に提供されます。 - 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 IDE's editor generally adaptsto the technology you are using, so if you are working in an HTML page, pressing the code completion key combination (Ctrl-Space) will produce suggestions for HTML tags and attributes.例文帳に追加
IDE のエディタは通常、使用しているテクノロジに適応するので、HTML ページの作業を行なっているときにコード補完のキーの組み合わせ (Ctrl- スペース) を押すと HTML のタグと属性の候補が表示されます。 - NetBeans
We will provide you with HTML code and logos for the link to the special "jump page" we set up uniquely for you. 例文帳に追加
お客さまのために独自に設定する特別な「ジャンプページ」へのリンクのためのHTMLコードとロゴとをご提供いたします。 - コンピューター用語辞典
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
The IDE's Source Editor generallyadapts to the technology you are using, so if you are working in an HTML page, pressing the code completion key combination (Ctrl-Space) will produce suggestions for HTML tags and attributes.例文帳に追加
IDE のソースエディタは通常、使用しているテクノロジに適応するので、HTML ページの作業を行なっているときにコード補完のキーの組み合わせ (Ctrl- スペース) を押すと HTML のタグと属性の候補が表示されます。 - NetBeans
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
To put an HTML table inside the loop, first delete the closing curly braket from the loop,then type or paste the following code beneath the PHP block. 例文帳に追加
ループ内に HTML 表を置くには、まずループの閉じ丸括弧を削除し、次に PHP ブロックの下に次のコードを入力またはペーストします。 - NetBeans
Instead of working with HTML code and linear adding of cells, you can address and fill cells independend of there position. 例文帳に追加
HTML でいちいち順番にセルを書いていくのではなく、セルの位置を指定してそこにデータを書き込むといったことができるようになります。 - PEAR
If you want to re-use certains parts of your HTML code multiple times, e.g. rows in a table, you can define blocks as described in the example above. 例文帳に追加
HTML コードの一部 (例えばテーブルの行など) を再利用したい場合は、先ほどの例で示したようにブロックを定義することができます。 - PEAR
An HTML (Hypertext Markup Language) is generated from the intermediate code including the form control converted into instances.例文帳に追加
HTML(Hypertext Markup Language)は、インスタンス化されたフォームコントロールを含む中間コードから生成される。 - 特許庁
After a color code and an element attribute are extracted from an HTML file of the Web page and a CSS file (S02), the color code is arranged in each number of lines of HTML and each element attribute (S03).例文帳に追加
ウェブページのHTMLファイルおよびCCCファイルから色コードと要素属性とを抽出した(S02)後にHTMLの行数と要素属性毎に色コードを整理する(S03)。 - 特許庁
JavaScript editor with syntax highlighting, code completion, pop-up documentation, and error checking.The Editor recognizes JavaScript code in stand-alone JavaScript files as well as in HTML, RHTML, and JSP files.JavaScript Debugger supports watches, breakpoints,viewing and navigating source artifacts and JavaScript Callstack,viewing window and frame structure, local variables, and (static) browser DOM.Debug JavaScript in HTML files, JavaScript files, or generated URL sources, in Java EE and Ruby projects.JavaScript debugging requires Firefox 2.0.0.X with Firebug 1.1beta plugin,or Internet Explorer 6/7 on Windows XP/Vista operating systems.JavaScript Library Manager to add JavaScript libraries to Java EE, Ruby, or PHP projects.Bundled JavaScript libraries: Yahoo UI, WoodStock, jQuery, Dojo, Scriptaculous, Prototype 例文帳に追加
動的および静的ライブラリのサポート エディタのインデント、補完、および構文を強調表示した C/C++ コード - NetBeans
Now uncomment the code to print the HTML and add the web form for adding a message.Add the following lines in bold to the processRequest methodout.println(Servlet PostMessage at + request. 例文帳に追加
続いて、HTML を出力するコードのコメントを解除し、メッセージ追加するための Web フォームを追加します。 processRequest メソッドに次の太字の行を追加します。 - NetBeans
We now uncomment the code to print the HTML and add the web form for adding a message.Add the following lines in bold to the processRequest methodout.println(Servlet PostMessage at + request. 例文帳に追加
続いて、HTML を出力するコードのコメントを解除し、メッセージ追加するための Web フォームを追加します。 processRequest メソッドに次の太字の行を追加します。 - NetBeans
For example, if you add variable = ("f|") and press Ctrl-Space with the cursor (|) immediately after the f, code completion shows all HTML element ids in the document that start with f. 例文帳に追加
たとえば、variable = (f|) を追加して f の直後にカーソル (|) を置いて Ctrl- スペースキーを押すと、ドキュメント内で f から始まる HTML 要素 ID がすべて表示されます。 - 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
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
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ). |
| © 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. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)