1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 列指定に関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

列指定の部分一致の例文一覧と使い方

該当件数 : 1578



例文

デフォルトオプションコンポーネントを使用して項目と戻り値を指定すると、「selected」に String 型のオブジェクトの配が返されます。例文帳に追加

If you use a Default Options component to specify the items and return values, selected returns an array of String objects.  - NetBeans

ライブ Web サービスとして eSynaps Web Service Search サービスを使用します。 このサービスは、指定された検索文字を含む Web サービスの URL を返します。例文帳に追加

The live webservice is the eSynaps Web Service Search service.It returns URLs that point to web services containing a given search string.  - NetBeans

ユーザーが検索文字指定し、Web サービスに送信し、結果を確認できるようにするには、ユーザーインタフェースを作成する必要があります。例文帳に追加

To enable the user to specify a search string, send it to the web service, and see the result, we need to create a user interface. - NetBeans

が空でない場合は、自動的に要素を 1 つ含むことを意味します。 これは、表の作成時にフィールド名が UNIQUE として指定されたためです。例文帳に追加

If the array is not empty this automatically means that it contains one element because the field name is specified as UNIQUE during the table creation.  - NetBeans

例文

この関数は、パラメータ "state" で指定した条件を満たすリリースを、すべてのパッケージについて以下の形式の配で返します。例文帳に追加

This function should return an array of this format for all packages that have a release within the constraint defined by the "state" parameter: array( array( 'package' = 'packagename', 'version' = 'release version', 'state' = 'release stability', 'filesize' = 'size of the .tgz file to download', ), // etc.);  - PEAR


例文

親パッケージ (上の例でいうとパッケージ A)。 このパラメータに配指定する場合、その書式は次のようになります。例文帳に追加

The parent package (as in package A in the example above) This parameter, if an array, should be in format:  - PEAR

子パッケージ (上の例でいうとパッケージ B あるいはパッケージ C)。 このパラメータに配指定する場合、その書式は次のようになります。例文帳に追加

The child package (as in package B or package C in the example above) This parameter, if an array, should be in format:  - PEAR

自動シリアライズの有効/無効を指定します(文字ではない形式のデータを保存できるようになりますが、動作は多少遅くなります)。例文帳に追加

enable / disable automatic serialization (allows non-string data to be saved, with a small performance decrease)  - PEAR

キャッシュファイルに保存するためのデータを指定します(automaticSerialization が FALSE(デフォルト) の場合、文字以外の型にすることはできません)例文帳に追加

data to put in a cache file (can be another type than strings if automaticSerialization is TRUE).  - PEAR

例文

指定した文字が短すぎる場合(この例の "=" のように)、必要な長さを埋めるために、一番左の文字が繰り返されます。例文帳に追加

If the string you pass is too short (like "=" in this example), the leftmost character is used to pad it to the needed size.  - PEAR

例文

指定した文字が短すぎる場合(この例の "-" のように)、必要な長さを埋めるために、一番右の文字が繰り返されます。例文帳に追加

If the string you pass is too short (like "-" in this example), the rightmost character is used to pad it to the needed size.  - PEAR

指定したクエリを実行し、入れ子になった配に結果セット全体を格納したあとで結果セットを開放します。例文帳に追加

Runs the query provided and puts the entire result set into a nested array then frees the result set.  - PEAR

指定したクエリを実行し、連想配に結果セット全体を格納したあとで結果セットを開放します。例文帳に追加

Runs the query provided and puts the entire result set into an associative array then frees the result set.  - PEAR

指定したクエリを実行し、データの最初のカラムを配に格納したあとで結果セットを開放します。例文帳に追加

Runs the query provided and puts the first column of data into an array then frees the result set.  - PEAR

指定したクエリを実行し、結果の最初の行を配に格納したあとで結果セットを開放します。例文帳に追加

Runs the query provided and puts the first row of data into an array then frees the result set.  - PEAR

これは1番目の引数として配指定された、あるいはテーブルを他の名前で結合している場合に使用されます。例文帳に追加

this is used either when use send an array as the first argument, or when you are joining a table 'as' another name,  - PEAR

これらのメソッドにはひとつのパラメータを指定します。 このパラメータに渡すのは、カラム名がキーとなる連想配です。例文帳に追加

Each of these methods takes one parameter, which is an associative array of data in which keys are column names. - PEAR

delete および update メソッドでは、オプションのパラメータ$where で SQL の論理条件を文字指定します。例文帳に追加

In the delete and update methods, the optional $where parameter is a string containing an SQL logical condition that is used to select the rows that should be deleted or updated, respectively.  - PEAR

指定した場合は、取得した結果セットのカラムの型を設定します。 array$params クエリに挿入するデータを含む、数値添字の配例文帳に追加

if supplied, the types of the columns in the result set will be set for fetching array $params a numeric array containing the data to insert into the query  - PEAR

データベースサーバを指定する方法として、DSN (データソース名)あるいは配を使用可能 データ型の抽象化および必要に応じたデータ型の変換例文帳に追加

A DSN (data source name) or array format for specifying database servers Data type abstraction and on demand datatype conversion - PEAR

しかし、二番目のパラメータとして データ型 の配を渡すと、各プレースホルダの型を指定できるようになります。例文帳に追加

However passing an array of data types as the second parameter makes it possible to set a specific type for each placeholder.  - PEAR

詳細な情報は、検索方法を参照ください。 $fullpath-文字の検索をフルパスに対して行うのか、ファイル名に対してのみ行うのかを指定します。例文帳に追加

For more information see search methods $fullpath- whether the string should be matched against the full path or only against the filename  - PEAR

たとえば、5つの要素名の配指定したとすると、その5つの fieldset のすべてにクラス名が追加されます。例文帳に追加

For example, if you specify an array with five element names, all five field sets with get this additional class name. - PEAR

nameに何も指定しなかった場合は、このメソッドはアップロードされたファイルに関するすべての情報を含む配を返します。例文帳に追加

If no value for name is provided, then this method will return an array containing all available information about the uploaded file. - PEAR

このメソッドには四つのパラメータを指定します。 最初のパラメータは、バーコードに変換したい文字です。例文帳に追加

The method has four parameters: The first is the string that shall be converted into bar code representation. - PEAR

ストレージドライバに渡すオプション (例: ストレージドライバに DBを使用する場合は、dsn 文字指定しなければなりません)。例文帳に追加

Additional options for the storage driver (example: if you are using DB as the storage driver, you have to pass the dsn string here)  - PEAR

アダプタークラスへのパラメータの配 (テーブル名/フィールド名の関連付けやこのクラスで使用するテーブル名/フィールド名を指定します)。例文帳に追加

Array of parameters for the adapter class (i.e. you can set here the mappings between your table/field names and the ones used by this class)  - PEAR

属性の名前を配のキーに、そして削除したい値をそのキーに対応した値として指定する必要があります。例文帳に追加

You need to specify the attribute names as array keys, the array values are the values you want to delete.  - PEAR

オプションの 3 番目のパラメータには、以下のようなオプションを含む連想配指定することができます。例文帳に追加

The third optional parameter is an associative array containing one or several of the following options: Table 54-1.  - PEAR

現在選択されているニュースグループの指定した記事について、ヘッダ行の内容を配形式で返します。例文帳に追加

Returns all avaible header lines of a specified message of the current selected newsgroup into an array Parameter  - PEAR

特別な追加情報が必要ない場合、プラットフォームを指定する文字の書式はOS-version-cpu-extra でなければなりません。例文帳に追加

The format of the platform string must be OS-version-cpu-extra if any more specific information is needed, and the OS must be in lower case as in "windows."  - PEAR

(ファイルの一覧) のパース 関数の一覧を指定し、必須バージョンの調査時にそれを無視させる機能例文帳に追加

parse an array (list of file) ability to give a list of functions to ignore when calculating the version needed  - PEAR

このドライバを使用するには、DB インスタンスかDB で使用できる dsn 文字のいずれかを指定しなければなりません。例文帳に追加

You need to specify either a DB instance or a DB compatible dsn string as an option to use this driver.  - PEAR

このドライバを使用するには、MDB2 インスタンスかMDB2 で使用できる dsn 文字のいずれかを指定しなければなりません。例文帳に追加

You need to specify either a MDB2 instance or a MDB2 compatible dsn string as an option to use this driver.  - PEAR

このドライバを使用するには、PDO インスタンスかPDO で使用できる dsn 文字のいずれかを指定しなければなりません。例文帳に追加

You need to specify either a PDO instance or a PDO compatible dsn string as an option to use this driver.  - PEAR

もし、オプションで指定した属性がタグに存在していれば、親オブジェクトもしくは配でのキーもしくはプロパティ名に使用されます。例文帳に追加

If the attribute specified in this option exists for a tag, the value will be used as key or property name in the parent object or array.  - PEAR

array() タグの反復数とは無関係に、順序づけされた配に自動変換されるタグのリストを指定することができます。例文帳に追加

This allows you to specify a list of tags which will automatically be converted to an indexed array, independent of the number of repetitions of the tag.  - PEAR

あるいは、デバッグ情報を出力したい要素の名前を含む配指定することで、生成されるデバッグ情報を制限することもできます。例文帳に追加

May also be an array containing the names of elements to which the generated debugging information shall be limited.  - PEAR

要素単位でこの設定を上書きすることができます。 overloadedElements: 定義済みのオーバーロード要素を連想配指定します。例文帳に追加

Can be overrided on a per-element basis.overloadedElements: Associative array with pre-defined set of overloaded elements.  - PEAR

デフォルト値は ``strict'' です。 byteorder が NULL でない場合、デコード機構は以下のように指定されたバイト整 (byte order) に従ってデコードを開始します:例文帳に追加

It defaults to ``strict''.If byteorder is non-NULL, the decoder starts decoding using the given byte order: - Python

エンコードされた size バイトの文字 s から mapping に指定されたオブジェクトを使って Unicode オブジェクトを生成します。例文帳に追加

Creates a Unicode object by decoding size bytes of the encoded string s using the given mapping object. - Python

Unicode オブジェクトを mapping に指定されたオブジェクトを使ってエンコードし、結果を Python 文字オブジェクトとして返します。例文帳に追加

Encodes a Unicode objects using the given mapping object and returns the result as Python string object. - Python

現在のカーソル位置、または y, x が指定されている場合にはその場所から始まるキャラクタ文字をウィンドウから抽出して返します。例文帳に追加

Returns a string of characters, extracted from the window starting at the current cursor position, or at y, x if specified.Attributes are stripped from the characters. - Python

このフラグを指定すると、予想出力中の省略記号マーカ (...) を実際の出力中の任意の部分文字に一致させられます。例文帳に追加

When specified, an ellipsis marker (...) in the expected output can match any substring in the actual output. - Python

sort 命令はまず、charset 引数の指定に従って searching criteria の文字を解釈し、メイルボックスから与えられた検索条件に合致するメッセージを探します。例文帳に追加

The sort command first searches the mailbox for messages that match the given searching criteria using the charset argument for the interpretation of strings in the searching criteria. - Python

残りの4つの引数はオプションで、名前と値を文字に変換する整形関数を指定する事ができます。例文帳に追加

The other four arguments are the corresponding optional formatting functions that are called to turnnames and values into strings. - Python

promptはプロンプトメッセージで、オプションのdefault 引数は入力文字の初期値です(指定しなければ"" を使います)。例文帳に追加

Asks the user to input a string value via a modal dialog. prompt is the prompt message, and the optional default supplies the initial value for the string (otherwise "" is used). - Python

標準の型指定は空文字で表され、この値は application/octet-stream と見なされます。 対応付けは大小文字の区別をするので、小文字のキーのみを入れるべきです。例文帳に追加

The default is signified by an empty string, and is considered to be application/octet-stream.The mapping is used case-insensitively, and so should contain onlylower-cased keys. - Python

最後の場合、エンコーダは代替文字をエンコードし、元の入力中の指定位置からエンコードを再開します。例文帳に追加

The encoder will encode the replacement and continue encoding the original input at the specified position. - Python

例文

compilerで利用できるコマンドラインオプションのリスト(指定されたフォーマット文字に依存します)を返します。例文帳に追加

Returns a list of command-line options suitable for use with some compiler (depending on the two format strings passed in). - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS