Mixed PHP and HTML CasesYou can debug code that contains both PHP and HTML blocks.
PHP と HTML の混在PHP と HTML の両方のブロックを含むコードをデバッグできます。 - NetBeans
Returns the table structure as HTML Return value string- the generated HTMLcode テーブル構造を HTML で返します。 返り値 string-生成された HTML コードを返します。 - PEAR
Case-sensitive HTMLcode completion.
HTML コード補完における大文字/小文字の区別 - NetBeans
the Internet Explorer saves the file as a HTML file with some HTMLcode 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
First time the debugger processes the code to display the HTML input form.
1 回目は、HTML 入力フォームを表示するコードが処理されます。 - NetBeans
Beneath the PHP block, type or paste the following HTMLcode 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 HTMLcode, 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 HTMLcode will be passed to the browser unaltered.
「escape」プロパティーを False に設定することで、HTML コードがそのままブラウザに渡されるようになります。 - NetBeans
HTMLcode 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 HTMLcode 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 HTMLcode 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 HTMLcode 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 HTMLcode 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)は、インスタンス化されたフォームコントロールを含む中間コードから生成される。 - 特許庁
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
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)。 - 特許庁
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 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.