validate (を含む例文一覧と使い方
該当件数 : 356件
The package offers some methods to validate specific data for Canada 例文帳に追加
このパッケージは、カナダ固有のデータの検証を行うメソッドを提供します。 - PEAR
The IDE provides a Validate action for JSPs instead of a Compile action. The Validate action detects all syntax problems except for syntax errors that occur at translation time.例文帳に追加
IDE は、JSP に対してはコンパイルアクションではなく検査アクションを実行し、変換時に発生する構文エラー以外のあらゆる構文上の問題を検出します。 - NetBeans
You deselected this option in the wizard however because you will hand-codesimple validation in the next step, which does not require the validate method. 例文帳に追加
ただし、次の手順で validate メソッドを必要としない簡単な妥当性検査を手動でコーディングするため、このウィザードでは、このオプションを選択解除しました。 - NetBeans
This will read the specified file, validate the contents, strip comments and send it off. If you are using the web form: 例文帳に追加
この作業ファイルは、send-pr(1) の -fオプションを使って送ることができます。 - FreeBSD
Override this in a channel-specific validator to validate the contents of the date tag. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、date タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of the description tag. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、description タグの内容を検証します。 - PEAR
Override this method in a channel-specific validator to validate the contents of the license tag. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、license タグの内容を検証します。 - PEAR
The package offers some methods to validate specific data for Australia 例文帳に追加
このパッケージは、オーストラリア固有のデータの検証を行うメソッドを提供します。 - PEAR
The package offers some methods to validate specific data for Belgium 例文帳に追加
このパッケージは、ベルギー固有のデータの検証を行うメソッドを提供します。 - PEAR
The package offers some methods to validate specific data for Ireland 例文帳に追加
このパッケージは、アイルランド固有のデータの検証を行うメソッドを提供します。 - PEAR
In the Design view, click the Validate XML button (Alt-Shift-F9) on the Editor toolbar. 例文帳に追加
デザインビューで、エディタのツールバーにある「XML の妥当性検査」(Alt-Shift-F9) ボタンをクリックします。 - NetBeans
Choose a date from the pop-up calendar and then click the Validate button. 例文帳に追加
ポップアップカレンダから日付を選択し、「妥当性検査を行う」ボタンをクリックします。 - NetBeans
You add code to validate that the date the user sets in the End Calendar is at least one week after the date set in the Start Calendar. 例文帳に追加
この節では、アプリケーションに終了日付カレンダを追加します。 - NetBeans
Yeah, and we parked in a lot where they do not validate.例文帳に追加
うん、私たちは一括して駐車しました 彼らが有効にしないところの。 - 映画・海外ドラマ英語字幕翻訳辞書
Shows you how to use XML schema tools to validate your XML schema files. 例文帳に追加
XML スキーマツールを使用して XML スキーマファイルを妥当性検査する方法を示します。 - NetBeans
NOTE : this validate want a BELGIAN phone number to return true, not a valid number to call FROM belgium sample例文帳に追加
注意: この検証メソッドは「ベルギーの」電話番号に対して true を返します。 - PEAR
Double-click the Validate button, and add the following code to the validateButton action method: 例文帳に追加
「妥当性検査を行う」ボタンをダブルクリックし、validateButton アクションメソッドに次のコードを追加します。 - NetBeans
Choose a Start Date and End Date and then click the Validate button. 例文帳に追加
開始日付と終了日付を選択し、「妥当性検査を行う」ボタンをクリックします。 - NetBeans
This container uses an existing vpopmail service to validate the username and the password. 例文帳に追加
このコンテナは、既存の vpopmail サービスを使用してユーザ名とパスワードの検証を行います。 - PEAR
Validate an Australian phone number passed as first param. 例文帳に追加
最初のパラメータで渡したデータについて、オーストラリアの電話番号の検証を行います。 - PEAR
Override this in a channel-specific validator to validate the contents of release notes in a notes tag. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、notes タグのリリースノートの内容を検証します。 - PEAR
Use this to validate the contents of a filelist tag in a package.xml 2.0-based package. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 2.0 ベースのリリースの filelist タグの内容を検証します。 - PEAR
method to validate and disambiguate all qualified and unqualified column names. 例文帳に追加
autoJoin メソッドの内部でvalidCol()メソッドを使用しており、ここでカラム名の検証と解決を行います。 - PEAR
This function can validate if a given string has a valid IPv4 syntax. 例文帳に追加
この関数は、与えられた文字列がIPv4文法として有効か検証することができます。 - PEAR
This package is in alpha state Package contains locale validation for Poland such as: This class provides methods to validate: 例文帳に追加
このパッケージはアルファ版です。 ポーランド固有の以下のような検証を行うパッケージです。 - PEAR
Right-click the Text Field component and choose Edit Event Handler > validate.This opens the Java Editor. 例文帳に追加
「テキストフィールド」コンポーネントを右クリックし、「イベントハンドラを編集」「validate」を選択します。 Java エディタが開きます。 - NetBeans
In the Source view, right-click the source to invoke the pop-up menu and choose Validate XML (Alt-Shift-F9) 例文帳に追加
ソースビューで、ソースを右クリックしてポップアップメニューを呼び出し、「XML の妥当性検査」(Alt-Shift-F9) を選択します。 - NetBeans
This method is called upon package.xml validation and should be used to validate the task's xml content. 例文帳に追加
このメソッドは package.xml の検証時にコールされ、そのタスクの xml の内容を検証するために使用します。 - PEAR
Override this in a channel-specific validator to validate the dependencies tag of a package.xml 2.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 2.0 ベースのリリースの dependencies タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of deps in a package.xml 1.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 1.0 ベースのリリースの deps タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of the filelist tag in a package.xml 1.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 1.0 ベースのリリースの filelist タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of the contents tag in package.xml 2.0-based releases. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 2.0 ベースのリリースの contents タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of maintainers in a package.xml 1.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 1.0 ベースのリリースの maintainers タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the stability tag of a package.xml 2.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 2.0 ベースのリリースの stability タグの内容を検証します。 - PEAR
Override this in a channel-specific validator to validate the contents of a state tag in a package.xml 1.0-based release. 例文帳に追加
チャネル固有のバリデータでこれをオーバーライドし、package.xml 1.0 ベースのリリースの state タグの内容を検証します。 - PEAR
Australian post code are 4 digit formed.First parameter is the post code to validate. 例文帳に追加
オーストラリアの郵便番号は 4 桁の数字です。 最初のパラメータに、調べたい郵便番号を指定します。 - PEAR
Belgian post code are 4 digit formed.First parameter is the post code to validate. 例文帳に追加
ベルギーの郵便番号は 4 桁の数字です。 最初のパラメータに、調べたい郵便番号を指定します。 - PEAR
Validate a phonenumber 例文帳に追加
電話番号の検証 最初のパラメータで渡したデータについて、オーストラリアの電話番号の検証を行います。 - PEAR
This is a simple example which shows how to validate a URI and return whether the page is valid or not. 例文帳に追加
このシンプルな例は、指定した URI を検証してそのページが妥当かどうかを返すものです。 - PEAR
The Validate action prevented you from being able to translate the JSP code into a servlet.Therefore, the Validate action did not discover syntax errors that occur at translation time or runtime.This is now possible again. 例文帳に追加
「検査」アクションを実行すると、JSP コードをサーブレットに変更できなくなり、変換時または実行時に発生する構文エラーを検出できませんでした。 このリリースでは、コンパイルできるようになっています。 - NetBeans
To determine constraints to validate a security software module for detecting injection attacks.例文帳に追加
インジェクション攻撃を検出するためのセキュリティ・ソフトウェア・モジュールを検証するための制約条件を決定する。 - 特許庁
Place a Button component below the Static Text component, type Validate, and press Enter. 例文帳に追加
静的テキストコンポーネントの下にボタンコンポーネントを配置し、「妥当性検査を行う」と入力して、Enter キーを押します。 - NetBeans
In the toolbar, click the Validate XML button.The Output window displays any errors or warnings. 例文帳に追加
ツールバーで「XML の妥当性検査」ボタンをクリックします。 「出力」ウィンドウにエラーまたは警告がすべて表示されます。 - NetBeans
If any of the three conditions above validate in the order specified, the dependency will be satisfied and installation will continue. 例文帳に追加
上の 3 つの条件のうちひとつでも満たしていれば、依存性は満たされてインストールが続行されます。 - PEAR
Now that we have defined a coding standard, let's validate a file that contains hash comments. 例文帳に追加
これでコーディング規約が定義できたので、ハッシュ形式のコメントを含むファイルの検証をしてみましょう。 - PEAR
Validate a belgian phone number passed as first param second specify if it would be a mobile or a traditional line or both. 例文帳に追加
二番目のパラメータを使用して「モバイルだけ」「固定電話だけ」「両方」といった指定を行います。 - PEAR
To validate the effects of the announcement of contact possibility by making an announcement under the consideration of actual conditions.例文帳に追加
実際の状況を考慮した報知を行い、接触可能性の報知の効果を有効にすることができる。 - 特許庁
To validate a predetermined section without errors and to accurately discriminate the predetermined section from the adjacent section.例文帳に追加
特定区間の認定が誤り無く行え、特定区間とその隣の区間との識別を正確にできるようする。 - 特許庁
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: |
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. |
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|