1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

えさ場の部分一致の例文一覧と使い方

該当件数 : 1579



例文

filenameが NULL ポインタである合は、返されるハンドルはメイン・プログラムのものになる。例文帳に追加

If filename is a NULL pointer, then the returned handle is for the main program.  - JM

yのx倍が 0 の無限大倍 (もしくはその逆) ではなく、zが NaN の合、NaN が返される。例文帳に追加

If x times y is not an infinity times zero (or vice versa), and z is a NaN, a NaN is returned.  - JM

結果がオーバーフローする合、範囲エラー (range error) が発生し、正しい符号の無限大が返される。例文帳に追加

If the result overflows, a range error occurs, and an infinity with the correct sign is returned.  - JM

結果がアンダーフローする合、範囲エラーが発生し、符号付きの 0 が返される。例文帳に追加

If the result underflows, a range error occurs, and a signed 0 is returned.  - JM

例文

serviceが NULL の合、返されるソケットアドレスのポート番号は初期化されないままとなる。例文帳に追加

If service is NULL, then the port number of the returned socket addresses will be left uninitialized.  - JM


例文

string が null ポインタの合には、静的領域に置かれた文字列へのポインタが返される。例文帳に追加

Otherwise, a pointer to a string in a static area is returned.  - JM

POSIX では「送信先プロセスの許可のチェックが全て失敗した合にのみ、EPERM が返される」と記述されている。例文帳に追加

only when the permission check failed for all target processes.  - JM

成功した合、拡張属性の名前リストの長さを表す正の数が返される。例文帳に追加

On success, a positive number is returned indicating the size of the extended attribute name list.  - JM

xが負の合 (負の無限大も含む)、領域エラー (domain error) が発生し、NaN (not a number) が返される。例文帳に追加

If x is negative (including negative infinity), then a domain error occurs, and a NaN (not a number) is returned.  - JM

例文

xが 0 未満の有限値でyが整数でない有限値の合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is a finite value less than 0, and y is a finite non-integer, a domain error occurs, and a NaN is returned.  - JM

例文

結果がアンダーフローし、その値が表現可能でない合、範囲エラーが発生し、 0.0 が返される。例文帳に追加

If result underflows, and is not representable, a range error occurs, and 0.  - JM

オフセットが指定された合、返されるデータは"struct user"の定義と完全に一致しないこともありえる。例文帳に追加

The offset supplied, and the data returned, might not entirely match with the definition of "struct user" .  - JM

返される文字列は、長さが 16 バイトより短い合は NULL 終端される。例文帳に追加

The buffer should allow space for up to 16 bytes; the returned string will be null terminated if it is shorter than that.  - JM

xが無限大でyが NaN でない合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is an infinity, and y is not a NaN, a domain error occurs, and a NaN is returned.  - JM

が返される。 読み込みエラーの合には、そのストリームのエラー指示子がセットされ( ferror (3)例文帳に追加

is also returned if a read error occurs, in which case the error indicator for the stream (see ferror (3))  - JM

xがゼロでexpが正の無限大の合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is zero, and exp is positive infinity, a domain error occurs, and a NaN is returned.  - JM

xが無限大でexpが負の無限大の合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is an infinity, and exp is negative infinity, a domain error occurs, and a NaN is returned.  - JM

でセマフォのロック待ちで停止している合、svalで返される値は 0 もしくは負の値のいずれかとなる。例文帳に追加

POSIX.1-2001 permits two possibilities for the value returned in sval :  - JM

setの値にかかわらず、現在のシグナルマスクの値はoldsetに入れて返される (但し、oldsetが NULL でない合)。例文帳に追加

e. ,how is ignored), but the current value of the signal mask is nevertheless returned in oldset (it is not NULL).  - JM

がエラーを返さなかった合、下位 8 ビットのうち 1 つ以上は常にセットされる。例文帳に追加

has not returned an error, one or more bits among the lower eight ones are always set.  - JM

データの読み出しに成功した合、4 バイトがデータバッファに格納され、返り値として 4 が返される。例文帳に追加

When data has been read successfully, four bytes are placed in the data buffer and the value four is returned.  - JM

が設定される。 それ以外の合、システムリソースの値が返り値として返され、errnoは変更されない。例文帳に追加

Otherwise, the value returned is the value of the system resource and errno is not changed.  - JM

が真を返した合、次のソケットからの読み込みでは緊急データが返される。例文帳に追加

returns true, then the next read from the socket will return the urgent data.  - JM

xが負の整数か負の無限大の合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is a negative integer, or is negative infinity, a domain error occurs, and a NaN is returned.  - JM

この合には dest に書き込まれたバイト数が返される。 しかしこの時点でのシフト状態は失われる。例文帳に追加

In this case the number of bytes written to dest is returned, but the shift state at this point is lost.  - JM

成功した合、書き込まれたバイト数が返される(ゼロは何も書き込まれなかったことを示す)。例文帳に追加

On success, the number of bytes written is returned (zero indicates nothing was written).  - JM

以前にアクセスしたときの Cookie が残っている合は、以前に選択された値が返される可能性があります。例文帳に追加

If there are leftovercookies from a previous visit, the previously selected value might be returned.  - NetBeans

言い換えると、同じような依存性が複数あった合は、最後に現れたものが返されるということです。例文帳に追加

In other words, if there are two similar dependencies, the last one encountered will be returned.  - PEAR

それ以外の合はこのパラメータは無視され、既存のフロントエンドのシングルトンが返されます。例文帳に追加

Otherwise, this parameter is ignored, and the existing single frontend is returned.  - PEAR

TRUEの合、返される連想配列の値がさらに別の配列の中に組み込まれます。例文帳に追加

if TRUE, the values of the returned array is wrapped in another array.  - PEAR

TRUE の合、次のクエリは常に結果セットを返さないものとして扱われます。例文帳に追加

When TRUE, the next query will always be treated as not returning a result set.  - PEAR

指定した名前のカラムがデータベースに存在しない合はPEAR error が返されます。例文帳に追加

If no column with the specified name exists in the database, a PEAR error is returned.  - PEAR

単純な DELETE FROM tablenameクエリを実行した合に、削除された行数を返さない DBMS があります。例文帳に追加

Some DBMSs don't count the number of rows deleted when performing simple DELETE FROM tablename queries.  - PEAR

要素が見つからなかった合は、デフォルトとして最初のページの'display' アクションが返されます。例文帳に追加

If such an element is not found, the first page will be default and 'display' the default action.  - PEAR

これは属性の配列とすることも可能で、その合には、ループ内でそれらの属性が繰り返されます。例文帳に追加

This can also be an array of attributes, in which case the attributes will be repeated in a loop.  - PEAR

すでに $valにスカラ値が設定されていた合、新たにスカラ値が追加されることはなく0 が返されます。例文帳に追加

If $val is already a scalar value, then no more scalars can be added and 0 is returned. - PEAR

この関数は例外を送出してもよく、送出する合には -1 を返さねばなりません。例文帳に追加

This function is allowed to raise an exception, in which case it must return-1. - Python

initializer が与えられておらず、sequence が単一の要素しか持っていない合、最初の要素が返されます。例文帳に追加

If initializer is not given and sequence contains only one item, the first item is returned. - Python

返された上位クラスオブジェクトが非バインドの合、二つめの引数は省略されます。例文帳に追加

If the second argument is omitted the super object returned is unbound. - Python

self other である合には負の値、self == other ならばゼロ、self other であれば正の値を返さなければなりません。例文帳に追加

Should return a negative integer if self other,zero if self == other, a positive integer if self other.  - Python

しかしながら、被比較演算子のもう一方が timetuple 属性を持つ合には NotImplemented が返されます。例文帳に追加

However, NotImplemented is returned instead if the other comparand has a timetuple attribute. - Python

後者の式が None か文字列オブジェクトのいずれかを返さない合には例外を送出します。例文帳に追加

tzinfo.tzname(self),raises an exception if the latter doesn't return None or a string object, - Python

後者の式が None か文字列オブジェクトのいずれかを返さない合には例外を送出します。例文帳に追加

tzinfo.tzname(None), or raises an exception if the latter doesn't return None or a string object. - Python

夏時間 (DST) 修正を、UTC から東向きを正とした分で返します。 DST 情報が未知の合、None が返されます。例文帳に追加

Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information isn't known. - Python

(1.5.1 以降の)後のバージョンでは、そのような合には、シングルトンタプルが返されます。 )例文帳に追加

In later versions (from 1.5.1 on), a singleton tuple is returned in such cases.) - Python

formodulename の指定がない合、オブジェクト参照(例:line 3 of document 1)が、aetypes.ObjectSpecifier のインスタンスとして返されます。例文帳に追加

Object references(ex. line 3 of document 1) are returned as instances ofaetypes.ObjectSpecifier, unless formodulename is specified. - Python

目的のヘッダが欠けていたり、boundary パラメータがない合には failobj が返されます。例文帳に追加

Return the value of the boundary parameter of the Content-Type: header of the message, or failobj if either the header is missing, or has no boundary parameter. - Python

レベルが定義済みのレベル CRITICAL、ERROR、WARNING、 INFO、あるいは DEBUGのいずれかである合、対応する文字列が返されます。例文帳に追加

If the level is one of the predefined levels CRITICAL,ERROR, WARNING, INFO or DEBUGthen you get the corresponding string. - Python

サーバから返される応答が 1-5 の範囲の数字で始まっていない合に送出される例外です。例文帳に追加

Exception raised when a reply is received from the server that doesnot begin with a digit in the range 1-5.  - Python

例文

flags 引数なしの合、現在のフラグを示す文字列が返されます ("?" 修飾子と同じです) 。例文帳に追加

Without the flags argument a string indicating the current flags is returned (this is the same as the "?" modifier). - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
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 (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS