1153万例文収録!

「AutoComplete」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > AutoCompleteの意味・解説 > AutoCompleteに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

AutoCompleteを含む例文一覧と使い方

該当件数 : 25



例文

Action: autocomplete 例文帳に追加

アクション: autocomplete - NetBeans

Action: autocomplete.php 例文帳に追加

アクション: autocomplete - NetBeans

AutoComplete 例文帳に追加

オートコンプリート - 研究社 英和コンピューター用語辞典

Enter Autocomplete as the Project Name. 例文帳に追加

プロジェクト名として「Autocomplete」と入力します。 - NetBeans

例文

Name the file autocomplete, and click Finish. 例文帳に追加

ファイルを autocomplete という名前にして、「完了」をクリックします。 - NetBeans


例文

This is implemented here using a PHP file named autocomplete.例文帳に追加

これは、autocomplete という名前の PHP ファイルを使用して、ここで実装します。 - NetBeans

Use inline AutoComplete 例文帳に追加

アドレスバーのインラインオートコンプリートを使用する - 研究社 英和コンピューター用語辞典

Create a servlet to handle the autocomplete URL that is received by the incoming request.例文帳に追加

受信要求によって受け取る autocomplete URL を処理するサーブレットを作成します。 - NetBeans

Create a PHP file to handle the autocomplete URL that is received by the incoming request.例文帳に追加

受信要求によって受け取る autocomplete URL を処理する PHP ファイルを作成します。 - NetBeans

例文

Deselect the Include All Entity Classes in Autocomplete Module checkbox. 例文帳に追加

Autocomplete モジュールにすべてのエンティティークラスを含める」チェックボックスの選択を解除します。 - NetBeans

例文

ajax.AutoCompleteServlet.Change the URL pattern to /autocomplete so that it matches the URL that you previously set in the XMLHttpRequest object.例文帳に追加

URL パターンを /autocomplete に変更し、XMLHttpRequest オブジェクトで設定した URL と一致するようにします。 - NetBeans

Array of options for the autocomplete input text element 例文帳に追加

テキスト入力要素の自動補完用オプションの配列。 - PEAR

In the example application,the entry field has an autocomplete feature. 例文帳に追加

サンプルアプリケーションでは、入力フィールドに自動補完機能があります。 - NetBeans

In the Projects window, right-click the Autocomplete project node and choose New Entity Classes From Database.The New Entity Classes from Database dialog box opens. 例文帳に追加

「プロジェクト」ウィンドウで「Autocomplete」プロジェクトノードを右クリックし、「新規」「データベースからのエンティティークラス」を選択します。 「新規 データベースからのエンティティークラス」ダイアログが開きます。 - NetBeans

AutoComplete lists possible matches from entries you've typed before. 例文帳に追加

オートコンプリートは以前に入力した内容から可能な限り一致するものを一覧表示します - 研究社 英和コンピューター用語辞典

Autocomplete options mixed $attributes (optional)Either a typical HTML attribute string or an associative array 例文帳に追加

自動補完のオプション。 mixed$attributes (オプション) 典型的な HTML 属性の文字列あるいは連想配列。 - PEAR

The computer-implemented method includes a step for substantiating an autocomplete process in response to a user input of formulaic cell data and aggregating autocomplete options based on the user input.例文帳に追加

このコンピュータ実装方法は、数式セルデータのユーザ入力に応答してオートコンプリートプロセスを実証し、このユーザ入力に基づいてオートコンプリートオプションを集約するためのステップを含んでいる。 - 特許庁

The computer implemented method comprises: a step for substantiating an autocomplete process in response to user input of the mathematical formula cell data; and a step for aggregating autocomplete options based on the user input.例文帳に追加

このコンピュータ実装方法は、数式セルデータのユーザ入力に応答してオートコンプリートプロセスを実証し、このユーザ入力に基づいてオートコンプリートオプションを集約するためのステップを含んでいる。 - 特許庁

This tutorial demonstrates how to construct the autocomplete scenario by following the process flow indicated in the above diagram.例文帳に追加

このチュートリアルでは、上の図に示すプロセスフローに従って自動補完のシナリオを構築する方法を示します。 - NetBeans

AutoComplete stores previous entries and suggests matches for you. 例文帳に追加

オートコンプリートは以前の入力を保存し, 次回以降入力しようとしている内容に一致するものを提示します - 研究社 英和コンピューター用語辞典

Another aspect of the present invention includes displaying a dynamic list of autocomplete options when the user input is a trigger.例文帳に追加

本発明の他の態様は、このユーザ入力がトリガであるときに、オートコンプリートオプションの動的リストを表示するステップを含んでいる。 - 特許庁

Now that you are certain your environment is set up correctly,begin by transforming your index page into the autocomplete interface that will be viewed by users.例文帳に追加

環境が正しく設定されていることを確認できたら、まず index ページを、ユーザーに表示する自動補完インタフェースに変更します。 - NetBeans

Description: In projects in which web services has been added, the import statement should autocomplete in the Java view (that is, the web service package should be visible to the application), but the IDE returns "No suggestions". 例文帳に追加

説明: Web サービスが追加されたプロジェクトでは、import 文は Java ビューで自動補完するはずですが (つまり、Web サービスパッケージがアプリケーションから見えるはずですが)、IDE は「提案なし」を返します。 - NetBeans

The business logic for the autocomplete application that you are building needs to process requests by retrieving data from the data store, then prepare and send the response.例文帳に追加

ここで作成している自動補完アプリケーションのビジネスロジックでは、データストアからデータを取り出して要求を処理し、応答を作成して送信する必要があります。 - NetBeans

例文

Implementing autocomplete in a search field is something that can be performed using Ajax.Ajax works by employing an XMLHttpRequest object to pass requests and responsesasynchronously between the client and server. 例文帳に追加

検索フィールドへの自動補完の実装は、Ajax を使用して実行できます。 Ajax は、XMLHttpRequest オブジェクトを使用してクライアントとサーバーの間で要求と応答を非同期で受け渡しすることで機能します。 - NetBeans




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 - 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS