Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「validation error」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

validation errorの部分一致の例文一覧と使い方

該当件数 : 26



例文

If the user does not enter a value and tries to submit the page, a standard validation error message is returned. 例文帳に追加

ユーザーが値を入力せずにページを送信しようとすると、標準妥当性検査エラーメッセージが返されます。 - NetBeans

Also verify that the standard validation error is displayed when no value is entered in the text field. 例文帳に追加

テキストフィールドに値を入力しなかった場合に、標準の妥当性検査エラーが表示されることも確認します。 - NetBeans

For client-side validation: reset the form element to its original value if there is an error? boolean $force Force the rule to be applied, even if the target form element does not exist Throws 例文帳に追加

クライアント側: エラーがあった場合に、要素の内容をリセットして元の状態に戻すかどうか。 - PEAR

Verify that the validation error displays when you enter a value outside the range and the conversion error displays when you enter a non-numeric string value. 例文帳に追加

範囲外の値を入力すると妥当性検査エラーが表示され、数値以外の文字列値を入力すると変換エラーが表示されることを確認します。 - NetBeans

例文

The error message should include the file name as defined by $fileAttributes['name'], and include as much useful information about the location of the validation error as possible. 例文帳に追加

エラーメッセージには、$fileAttributes['name']で定義されるファイル名を含めなければなりません。 また、検証エラーが発生した場所についての情報も、可能なら含めておきましょう。 - PEAR


例文

You also learn how to add your own validation handler to an application and how to override the built-in error messages provided by the IDE for when a standard validation fails. 例文帳に追加

また、独自の妥当性検査ハンドラをアプリケーションに追加する方法と、標準の妥当性検査が失敗したときに、IDE が提供する組み込みのエラーメッセージをオーバーライドする方法も学習します。 - NetBeans

In the Design view, validation results are also shown by the error stripe, which is a strip to the right of the scroll bar that contains red marks if some elements have not passed validation.例文帳に追加

デザインビューでは、妥当性検査の結果はエラーストライプにも表示されます。 エラーストライプとは、スクロールバーの右側にあるストリップのことで、要素が妥当性検査に合格しなかった場合に赤いマークが表示されます。 - NetBeans

The order you decide to set your validation rules is important because it will determine which error message is used. 例文帳に追加

検証規則を設定する順番は重要です。 というのも、実際に表示されるメッセージがそれによって決まるからです。 - PEAR

And, each time when these respective error correction processings are performed, a validation of presence or absence of error is performed in a detection processing circuit 23 about the data after these processings are performed and subsequent error correction processings are skipped without performing the processings by considering that error correction is completed when an error is not detected.例文帳に追加

そして、それら各誤り訂正処理が行われる都度、該処理が行われたのちのデータについて誤りの有無の確認を検出処理回路23にて行い、誤りが検出されない場合には誤り訂正が完了したものとして以後の誤り訂正処理を行わないでスキップする。 - 特許庁

例文

Note that when a validation or conversion error occurs, the value change listener method is not called and the value in the Static Text component does not change. 例文帳に追加

妥当性検査または変換エラーが発生すると、値変更リスナーメソッドが呼び出されず、静的テキストコンポーネントの値は変更されません。 - NetBeans

例文

Text field for displaying runtime error messages, program generated error messages, and, optionally, validation errors and other messages about components that are on the page. 例文帳に追加

実行時エラーメッセージ、プログラムによって生成されたエラーメッセージ、およびページ上の複数のコンポーネントに関する妥当性検査エラーやその他のメッセージ (オプション) を表示するためのテキストフィールド。 - NetBeans

If the login form is returned, it would be good to inform the user that validation failed.You can accomplish this by adding an error field in the form bean, and an appropriatebean:write tag to the form in login.jsp. 例文帳に追加

ログインフォームが返された場合、妥当性検査に失敗したことをユーザーに通知するとよいでしょう。 このためには、フォーム Bean に error フィールドを追加し、適切な bean:write タグを login.jsp 内のフォームに追加します。 - NetBeans

The Message Group component shows all the input conversion and input validation error messages unless you set the Message Group component's showGlobalOnly property to true. 例文帳に追加

「メッセージグループ」コンポーネントでは、「showGlobalOnly」プロパティーを True に設定しない限り、入力時の変換エラーと妥当性検査エラーのメッセージがすべて表示されます。 - NetBeans

The Design view shows the results of both real-time and explicit validation in callout windows on the diagram and the error stripe.例文帳に追加

デザインビュー デザインビューでは、リアルタイムの妥当性検査と明示的な妥当性検査の両方の結果が図の中のコールアウトウィンドウとエラーストライプに表示されます。 - NetBeans

Note: If a user of your application tries to upload a file larger than the value of the maxSize parameter,the following exception is thrown and caught as a validation error: 例文帳に追加

注: アプリケーションのユーザーが maxSize パラメータの値よりも大きいファイルをアップロードしようとすると、次の例外がスローされ、妥当性検査エラーとしてキャッチされます。 - NetBeans

You can override the built-in error messages that NetBeans IDE provides when a standard validation fails.You create a resource bundle for the project in which you want to provide a custom message. 例文帳に追加

標準の妥当性検査が失敗したときに NetBeans IDE が提供する組み込みのエラーメッセージは、オーバーライドできます。 カスタムメッセージを入れる、プロジェクトのリソースバンドルを作成します。 - NetBeans

You should put Message Group components on a page during development so that you can catch any unexpected conversion or validation error that might prevent an action method from being invoked. 例文帳に追加

開発中はページに「メッセージグループ」コンポーネントを追加することによって、アクションメソッドが呼び出されない原因となる、予期しない変換または検査エラーを発見できます。 - NetBeans

Drag a Message Group component from the Woodstock Basic Palette category and place it to the right of the Drop Down List.The Message Group component displays validation and conversion errors, as well as messages written to the Java Server Faces context by the info and error methods. 例文帳に追加

パレットの「Woodstock 基本」カテゴリから「メッセージグループ」コンポーネントをドラッグし、ドロップダウンリストの右側に配置します。 「メッセージグループ」コンポーネントには、検査と変換のエラーや、info メソッドと error メソッドによって Java Server Faces コンテキストに書き込まれるメッセージを表示します。 - NetBeans

As with conversion errors, the application sends validation error messages to the Message Group component and the associated Message components if they exist on the page. 例文帳に追加

変換エラーと同様に、妥当性検査エラーメッセージは、「メッセージグループ」コンポーネントや、関連付けられた「メッセージ」コンポーネントがページにある場合は、アプリケーションによってこれらのコンポーネントに送信されます。 - NetBeans

A delay time calculation error between the timing design process 103 and the timing validation process 104 is calculated, and a minimum wiring width specified in a design rule is added, with a wide part containing the delay time calculation error, to generate a wiring pattern.例文帳に追加

タイミング設計工程103およびタイミング検証工程104間の遅延時間計算誤差を算出し、設計ルールで規定された最小配線幅に、前記遅延時間計算誤差を包含する幅広部分を加えた配線パターンを作成する。 - 特許庁

Drag a Message Group component from the Basic Palette and place it to the right of the Drop Down List.The Message Group component displays validation and conversion errors, as well as messages written to the Java Server Faces context by the info and error methods. 例文帳に追加

「パレット」の「基本」セクションから、「メッセージグループ」コンポーネントをそのドロップダウンリストの右側に配置します。 「メッセージグループ」コンポーネントには、妥当性検査エラーと変換エラーに加え、info メソッドと error メソッドによって JavaServer Faces のコンテキストに書き込まれるメッセージが表示されます。 - NetBeans

A first method comprises steps of: successively reading bits defining a data set from different parts of the disk; continuously error correcting the bits to validate at least a part of the data set read from the disk; and terminating reading upon successful validation of the data set by the error correcting step.例文帳に追加

第1の方法は、ディスクの異なる部分から、データ・セットを形成するビットを連続的に読み出すステップと、ビットを連続的に誤り訂正して、ディスクから読み出されるデータの少なくとも一部を確認するステップと、誤り訂正ステップによってデータ・セットの確認に成功すると読出しを終了するステップとから成る。 - 特許庁

If a timing error occurs in the timing validation process 104, the wide part is eliminated in a wiring pattern eliminating process 105, so that wiring capacity is reduced to shorten the delay time, resulting in reduced timing errors.例文帳に追加

そして、タイミング検証工程104でタイミングエラーが発生したときには、配線パターン削減工程105において前記幅広部分を削減することにより、配線容量を削減して遅延時間を短縮することで、タイミングエラーを低減する。 - 特許庁

If the date you selected falls within the default minimum and maxium dates, the Static Text displays a valid message, as shown in Figure 2.If you choose a date outside this range, you see a validation error message. 例文帳に追加

選択した日付が、日付のデフォルトの最小値と最大値の範囲内に収まっている場合、図 2 に示すように、日付が有効であることを示すメッセージが静的テキストに表示されます。 範囲外の日付を選択した場合は、検査エラーのメッセージが表示されます。 - NetBeans

In the vehicle with the user validation apparatus typified by the immobilizer, the operation in a key switch-off such as the evaporative leak check or the like can be surely performed without occurrence of a communication error even when the engine ECU4 is activated in the off-state of the key switch.例文帳に追加

これにより、イモビライザに代表されるユーザー認証装置を搭載した車両において、キースイッチがOFFの状態でエンジンECU4を起動させた場合でも、通信エラーを発生させることなく、エバポリークチェック等の、キースイッチOFF時の動作を確実に行わせることが可能となる。 - 特許庁

例文

To reduce timing errors, without having the return to a timing design process 103 when, related to a timing validation process 104 in a circuit design stage for an LSI chip, the timing error is detected which is caused by a miscalculation result of a delay time, with respect to the timing design process 103 which is a previous process.例文帳に追加

LSIチップの回路設計段階のタイミング検証工程104において、前工程であるるタイミング設計工程103との間における遅延時間の計算結果の誤差に起因するタイミングエラーが発見されたときに、タイミング設計工程103に戻ることなく、そのタイミングエラーを低減できるようにする。 - 特許庁




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

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS