A JAVASCRIPT in Japanese translation

javascript

Examples of using A javascript in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Callback In addition to the event data, you can pass a JavaScript callback function as an optional argument to the function pintrk.
コールバックイベントデータに加えて、関数pintrk()にオプションの引数としてJavaScriptのコールバック機能を渡すことができます。
At the article's sample above, the view(routes/index. js's view) load a javascript and proceed.
参考記事のサンプルでは以下のようにビュー(routes/index.jsのビュー)でjavascriptを読み込んで、そこで処理してる。
Edit pages on double click- A JavaScript shortcut that allows you to simply double click on the body of a page to open the editing window.
ダブルクリックで編集を開始できるようにする-ページの本文をダブルクリックするだけで編集ウィンドウを開くことができるJavaScriptのショートカット。
A Bender property is similar to a Javascript object property, but has the additional benefit of being observable with a watch element so that changes can be triggered whenever the value of a property changes.
BenderのプロパティはJavascriptオブジェクトのプロパティと同様ですが、さらにwatch要素によって観測できるというメリットがあり、プロパティの値の変更をトリガとして様々な変更を行うことも可能になります。
The packages are just standard ZIP archives of the files to be installed along with a JavaScript script that performs the installation and some RDF files that describe the components being installed for the chrome registry.
パッケージはただのZIPアーカイブで、インストールされるファイルに加えて、インストールを実行するJavaScriptスクリプトと、chromeレジストリ用の、インストールされるコンポーネントについて記述したRDFファイルを含んでいます。
Read the individual numeric values and store them in some other data structure, either a JavaScript object(for small amounts of structured data) or a typed array view for large blocks of data.
個々の数値を読み込み、JavaScriptオブジェクト(構造化された小さなデータの場合)や型付き配列ビュー(大きなデータブロックの場合)に格納します。
The servlet also writes out a javascript sender function, named Send(), that is responsible for sending the user-clicked date back to the index. jsp page, from where the calendar component have been popped up.
また、サーブレットはSend()という名前のJavaScriptsender関数の書き出しも行いますが、この関数は、ユーザーがクリックした日付を、カレンダコンポーネントのポップアップ元であるindex.jspページに送り返す役割を果たします。
From a JavaScript point of view, it's as if every wasm function is a JavaScript function too- but they are encapsulated by the exported wasm function object instance and there are only limited ways to access them.
JavaScriptからみると、すべてのwasm関数はJavaScript関数のようにみえます。しかし、これはwasm関数オブジェクトインスタンスによってカプセル化されており、アクセスする方法は限られています。
FIX945801 Bug When"list display screen(line by line)" is selected with the screen name of the user definition process, the id of the button overlaps and a JavaScript error occurs.[G] showListXXXLp. jsp.
FIX945801不具合ユーザ定義処理の画面名で「一覧表示画面(行毎)」を選択するとボタンのidが重複してJavaScriptエラーが発生する。[G]showListXXXLp.jsp。
Clicking on the"View Bill" button in the spam message downloads a JavaScript file from a SharePoint URL that is similar to the script seen in the Energy Australia scam(see Figure 11).
スパムメッセージの「請求書を見る」ボタンをクリックすると、EnergyAustralia詐欺に見られるスクリプトに似たSharePoint㼁㻾㻸からJavaScriptファイルがダウンロードされます(図11参照)。
FIX968601 Bug When using the grid format in the list display, if there is a date item in the search condition, a JavaScript error occurs at the time of search execution.[FW] Grid. js.
FIX968601不具合一覧表示のグリッド形式利用時、検索条件に日付項目があると検索実行時にJavaScriptエラーが発生する。[FW]Grid.js。
If your plan includes the custom button API you may omit the element parameter in the clipchamp(…) call, which will then return a Javascript API object for interacting with the Clipchamp process.
あなたのプランにカスタムボタンAPIが含まれていれば、clipchamp(…)コールの中のelementパラメーターを省略できます。それはClipchampプロセスとの相互作用のための、JavascriptAPIオブジェクトに戻るものです。
FIX928901 Bug When two or more* buttons with the same screen name, event name, and action name are prepared in the user-defined processing, a JavaScript error occurs because the button's id duplicates.
ユーザ定義処理で画面名、イベント名、アクション名が*同じ*ボタンを二つ以上用意するとボタンのidが重複してJavaScriptエラーが発生する。
For a long time, I had a JavaScript bookmarklet that generated a QR code from the current page on my desktop Mac, and I used a QR code app to scan and open it on my iPhone!
もうずっと以前から、私はデスクトップのMac上で現在開いているページからQRコードを生成するJavaScriptブックマークレットを使ってきたし、iPhoneでQRコードアプリを使ってそれをスキャンし開いている。
Generate the JSON String In this exercise you will create a JavaScript file that puts the details of the figure that is drawn on the canvas element into a JSON structure that is sent to the websocket endpoint.
JSON文字列の生成この課題では、canvas要素に描画される図形の詳細を、websocketエンドポイントに送信されるJSON構造にするJavaScriptファイルを作成します。
Chapter 7 introduced the asset helpers image_tag(), stylesheet_tag(), and javascript include_ tag(), which allow you to include an image, a style sheet, or a JavaScript file in the response.
章でアセットヘルパーのimage_tag()、stylesheet_tag()とjavascript_include_tag()を紹介しました。これらのヘルパーによって画像、スタイルシート、JavaScriptファイルをレスポンスに含めることができます。
If you use a javascript enabled driver(like selenium or poltergeist) with feature specs your tests run in a different process than your Rails app.
FeatureSpecでは、JavaScriptが有効なCapybaraドライバー(SeleniumやPoltergeist)を使った場合、テストはRailsとは別のプロセスで実行されます。
Here in Part 2, we will add a JavaScript build task, and an image compression task to the sample project. We will also implement functionality for executing them in parallel.
パート2ではそのサンプルプロジェクトにJavaScriptのビルドタスク、画像圧縮、またそれらの処理をまとめて並列実行する機能を追加していきたいと思います。
List is a Javascript array, and since hyperscript views are just Javascript, we can loop through the array using the. map method.
ListはJavaScriptの配列ですし、hyperscriptのビューも単なるJavaScriptです。そのため、.mapメソッドを使って配列をループすることができます。
A JavaScript identifier must start with a letter, underscore(_), or dollar sign($); subsequent characters can also be digits 0-9.
JavaScriptの識別子は必ず文字、アンダースコア(_)、あるいはドル記号($)から始まらなくてはなりません。続く文字には数字(0-9)も使用できます。
Results: 306, Time: 0.0422

Word-for-word translation

Top dictionary queries

English - Japanese