1153万例文収録!

「javascript in」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

javascript inの部分一致の例文一覧と使い方

該当件数 : 66



例文

scope and this are terms that belong to JavaScript syntax and should be properly understood in order to make use of the Local Variables window.例文帳に追加

scope と this は、JavaScript 構文に属する用語なので、「局所変数」ウィンドウを使用するうえで正しく理解するようにしてください。 - NetBeans

The first step in adding Ajax support to your project is to include the JavaScript libraries,Prototype and script.aculo.us.These libraries are bundled with Ruby on Rails. 例文帳に追加

Ajax サポートをプロジェクトに追加する際には、最初に JavaScript ライブラリの Prototype および script.aculo.us をインクルードします。 これらのライブラリは、Ruby on Rails にバンドルされています。 - NetBeans

When the debugger is suspended during a debugging session, you can hover your mouse over a JavaScript identifier in the editor to display a tool tip.例文帳に追加

デバッグセッション中にデバッガが中断されているときは、エディタ内で 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

例文

This page will forward automatically in 5 seconds if you have a Javascript enabled browser. 例文帳に追加

ジャバスクリプト対応のブラウザーであれば, 5秒後に自動的にページが切り替わります. - 研究社 英和コンピューター用語辞典


例文

They are listed in the order that they are loaded by the browser.For JavaScript files in your project, the debugger shows the path to the file on your computer.例文帳に追加

ファイルとスクリプトは、ブラウザによって読み込まれた順序で一覧表示されます。 プロジェクトに含まれる JavaScript ファイルの場合、デバッガには、使用しているコンピュータでのファイルのパスが表示されます。 - NetBeans

It creates an HTML input text element that at every keypressed javascript event, returns a list of options in a dynamic dropdown select box (especially useful to emulate a select box with a huge number of options). 例文帳に追加

この要素内で JavaScript の keypressed イベントが発生するたびに動的なドロップダウンセレクトボックスを返します(選択肢が非常に多いセレクトボックスを実現する際などに特に有用です)。 - PEAR

To perform access control based on a policy such that harmful processing is not performed to a file of a Web server from an unreliable site by a script such as JavaScript included in a content input from the outside.例文帳に追加

ウェブサーバのファイルに、信頼できないサイトから、外部から入力されるコンテンツに含まれているJavaScriptなどのスクリプトによって、有害な処理が行われないように、ポリシーに基づくアクセス制御を行うこと。 - 特許庁

The element looks like a normal HTML input text element that at every keypressed javascript event, searches the array of options for a match and autocompletes the text in case of match. 例文帳に追加

この要素は通常の HTML テキスト入力要素と似ていますが、キーが押されるたびに javascript のイベントが起動し、もし入力内容とオプションの配列が一致すればその内容を自動的に補完します。 - PEAR

例文

In a real-world environment, developers nowadays employ JavaScripttoolkits in conjunction with Ajax-powered frameworks, such as jMaki,Wicket, or the GoogleWeb Toolkit, which handle this communication for you. 例文帳に追加

現実の環境では、最近では通信を処理する jMaki、Wicket、または Google Web Toolkit などの Ajax 駆動型フレームワークと組み合わせて JavaScript ツールキットを使用するのが一般的です。 - 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

The debugger evaluates the watch expression in the selected callstack frame and if successful, it displays the value of the expression.Expressions can be variables, such as those listed in the Local Variables window,or any JavaScript expression that can be evaluated and provide a value relevant to the debugging session.例文帳に追加

選択した呼び出しスタックフレーム内のウォッチ表現がデバッガによって評価され、評価に成功すると、式の値が表示されます。 表現には、「局所変数」ウィンドウに一覧表示される変数や、評価が可能でデバッグセッションに関連する値が得られる任意の JavaScript 式が含まれます。 - NetBeans

Here you'll find all videos and demos which let you to discover features of NetBeans IDE including the Java Editor and Profiler, JavaScript, Grovy, PHP and Ruby support,the GUI Builder and the NetBeans Platform APIs.Many of the videos that were made for version 6.0/6.1 also work in version 6.5 of NetBeans IDE.例文帳に追加

ここには、Java エディタとプロファイラ、Ruby IDE、GUI ビルダーとビジュアルライブラリなど、NetBeans IDE の機能に関するビデオとデモの全一覧を示します。 - NetBeans

To reduce the "WTF" effect of magically having javascript code that looks like flexy tags completely broken by the template engine, Flexy deliberately turns the parser OFF when dealing with script contents (see Configuration Options for details of PHP in script tags) 例文帳に追加

javascript のコードのせいで "何じゃこりゃ?" というようなことが起こり、まるで flexy タグが壊れてしまったように見えることがあります。 それを防ぐため、Flexy は、script を含むコンテンツを扱う際にパーサを意図的に OFF にします(script タグ内での PHP の詳細については、設定オプションを参照ください)。 - PEAR

This invention also provides a method for implementing the electronic book display control as an electronic book reader, a method for implementing it as an electronic browser software, and a method for implementing it in JavaScript(R) program included in the electronic device.例文帳に追加

この電子書籍表示制御を電子書籍リーダとして実現する方法、電子書籍ブラウザソフトとして実現する方法、電子書籍に含まれるJavaScript(登録商標)プログラムで実現する方法を示した。 - 特許庁

例文

When transmitting an electronic mail file F prepared on the side of a computer 100 for transmitter to a computer 200 for recipient, an auxiliary program Fp described in JavaScript capable of executing interpretation with software 210 for electronic mail and address information Fa for accessing a computer 400 for information transmission are embedded.例文帳に追加

送信者用コンピュータ100側で用意した電子メールファイルFを、受信者用コンピュータ200に送信する際に、電子メール用ソフトウエア210によって解釈実行可能なJavaScriptなどで記述された補助プログラムFpと情報伝達用コンピュータ400をアクセスするためのアドレス情報Faとを埋め込む。 - 特許庁




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

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS