1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6833



例文

a person who returns to the place he previously worked to work again 例文帳に追加

以前の勤め先に戻って再び勤めている人 - EDR日英対訳辞書

a curve that returns on itself, called closed curve 例文帳に追加

再び出発点にもどる閉曲線という曲線 - EDR日英対訳辞書

Returns the layers defined, except the 'default'one 例文帳に追加

定義されているレイヤーを返します。 ただし 'default'は除きます。 - PEAR

If the user has already been authenticated, the function returns TRUE. 例文帳に追加

ユーザが既に認証済みならば、関数は TRUE を返します。 - PEAR

例文

This function returns the current status of PEAR::Auth. 例文帳に追加

この関数はPEAR::Authと同様に現在のステータスを返します。 - PEAR


例文

If $value is null, it returns the unquoted string NULL. 例文帳に追加

$value が null の場合は、クォートしていない文字列 NULL を返します。 - PEAR

Returns an associative array of table and field information. 例文帳に追加

テーブル情報、フィールド情報を連想配列で返します。 - PEAR

Return value Returns string actual encryption mode. 例文帳に追加

返り値 実際の暗号化形式を文字列で返します。 - PEAR

If option does not exist, returns value is NULL. 例文帳に追加

オプションが存在しない場合の返り値は NULL となります。 - PEAR

例文

Returns whether or not the form element type is supported. 例文帳に追加

フォーム要素の種類をサポートするかどうかを返します。 - PEAR

例文

Returns the element name inside the group such as found in the html form 例文帳に追加

html フォーム中に見られる、グループ内の要素名を返す - PEAR

Returns the element name (possibly with brackets appended) 例文帳に追加

要素名を返す (角括弧が追加される可能性あり) - PEAR

Returns whether or not the given rule is supported. 例文帳に追加

指定した規則がサポートされているかどうかを返します。 - PEAR

Returns whether or not the form element is frozen.Parameter 例文帳に追加

フォーム要素が凍結されているかどうかを返します。 - PEAR

Adds a table column and returns the column identifier Parameter 例文帳に追加

テーブルに列を追加し、その列の識別子を返します。 - PEAR

Adds a table row and returns the row identifier Parameter 例文帳に追加

テーブルに行を追加し、その行の識別子を返します。 - PEAR

Returns the attributes for a given row as contained in the trtag 例文帳に追加

trタグに含まれる、指定した行の属性を返します。 - PEAR

Returns a list of blocks within a template.If $recursive is FALSE, it returns just a 'flat' array of $parent's direct subblocks. 例文帳に追加

テンプレート内のブロックの一覧を返します。 $recursive が FALSE の場合は、$parent の直下のサブブロックのみを'フラットな' 配列で返します。 - PEAR

If current page is last page this function returns FALSE, otherwise returns next page number. 例文帳に追加

もし、現在のページが最後のページの場合、この関数はFALSEを返します。 それ以外は、次のページ番号を返します。 - PEAR

If current page is first page this function returns FALSE, otherwise returns previous page number. 例文帳に追加

もし、現在のページが最初のページの場合、この関数はFALSEを返します。 それ以外は、前のページ番号を返します。 - PEAR

Returns array transformed language codes as locale codes. 例文帳に追加

言語コードをロケールコードに変換した配列を返します。 - PEAR

Returns array transformed loclae codes as language codes. 例文帳に追加

ロケールコードを言語コードに変換した配列を返します。 - PEAR

returns [string | array], depending on $format 例文帳に追加

$formatの内容に応じて、文字列あるいは配列を返します。 - PEAR

Returns the directory currently selected on the server. 例文帳に追加

サーバ上で、現在選択されているディレクトリを返します。 - PEAR

This returns the entries at once unsorted. 例文帳に追加

これは、エントリの内容を並べ替えずにすぐに返します。 - PEAR

Returns the body of the message with given message number. 例文帳に追加

指定したメッセージ番号のメッセージ本文を返します。 - PEAR

Returns the entire message with given message number. 例文帳に追加

指定されたメッセージ番号のメッセージ全体を返します。 - PEAR

Returns the headers of the specified message in an associative array. 例文帳に追加

指定したメッセージのヘッダを、連想配列で返します。 - PEAR

This methods simply returns the color of the pieces that have the next move. 例文帳に追加

このメソッドは、次がどちらの番なのかを返します。 - PEAR

Returns the user-given name for the given drive. 例文帳に追加

そのドライブに対してユーザが設定した名前を返します。 - PEAR

Returns the integer fault code return from the XML-RPC response $resp. 例文帳に追加

XML-RPC レスポンス $respから、失敗のコードを整数値で返します。 - PEAR

Returns a string containing struct, array or scalar describing the base type of the value. 例文帳に追加

値の型を表す文字列 struct、arrayあるいは scalar を返します。 - PEAR

Returns the $nth element in the array represented by the value $val. 例文帳に追加

$val で表される配列から、$n番目の要素を返します。 - PEAR

Returns an array containing all reources that have been found. 例文帳に追加

見つかったすべてのリソースを含む配列を返します。 - PEAR

This method returns the result of the last unserialization. 例文帳に追加

このメソッドは、最後にアンシリアライズした結果を返します。 - PEAR

For example, cmp([1,2,x], [1,2,y]) returns the same as cmp(x,y).例文帳に追加

例えば、cmp([1,2,x], [1,2,y]) はcmp(x,y) と等しい結果を返します。 - Python

Returns number of audio channels (1 for mono, 2 for stereo).例文帳に追加

オーディオチャンネル数(モノラルなら1、ステレオなら2)を返します。 - Python

Returns a pointer to a writeable memory location. 例文帳に追加

書き込み可能なメモリ上の位置へのポインタを返します。 - Python

Returns number of audio channels (1 for mone, 2 for stereo). 例文帳に追加

オーディオチャンネル数(モノラルなら1、ステレオなら2)を返します。 - Python

If this is not implemented or returns NotImplemented, 例文帳に追加

この演算が実装されていないか、NotImplemented を返す場合、次に - Python

Returns the window object associated with the panel. 例文帳に追加

パネルに関連付けられているウィンドウオブジェクトを返します。 - Python

Returns true if p is a dict object or an instance of a subtype of the dict type.Changed in version 2.2:Allowed subtypes to be accepted.例文帳に追加

引数が PyDictObject のときに真を返します。 - Python

If an exception is raised the error indicator is set and the function returns 1;otherwise the function returns 0.例文帳に追加

例外が発生した場合、エラーインジケータが設定され、関数は1を返します。 そうでなければ、関数は0を返します。 - Python

Returns the given code, instead of the usual type. 例文帳に追加

通常の形式 (usual type) ではなく指定したコードを返します。 - Python

Returns socket instance used to connect to server. 例文帳に追加

サーバへの接続に使われているソケットインスタンスを返します。 - Python

Returns a C long representation of the contents of pylong.例文帳に追加

pylong の指す長整数値を、 C の long 型表現で返します。 - Python

Returns a C unsigned long representation of the contents of pylong.例文帳に追加

pylong の指す長整数値を、 C の unsigned long 型表現で返します。 - Python

Returns an AEDesc object containing a conversion of Python value x.例文帳に追加

Python 値 x を変換した値を保持する AEDesc オブジェクトを返します。 - Python

Removes the item with the index i from the array and returns it.例文帳に追加

アレイからインデクスがi の要素を取り除いて返します。 - Python

例文

Returns the filename of the executable for the given basename. 例文帳に追加

basenameで指定された実行ファイルのファイル名を返します。 - Python




  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS