1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

false returnの部分一致の例文一覧と使い方

該当件数 : 98



例文

return false. 例文帳に追加

偽を返す。 - JM

return Next page number or FALSE 例文帳に追加

return 次のページ番号、あるいはFALSEを返します。 - PEAR

return Previous page number or FALSE. 例文帳に追加

return 前のページ番号、あるいはFALSEを返します。 - PEAR

Returns list of files ignored while parsing directories Return value returnsarray or false on error 例文帳に追加

Returns list of files ignored while parsing directories返り値 returnsarrayor false on error - PEAR

例文

The return value can be used to decide whether to usesys. 例文帳に追加

runsource()はFalseを返します。 - Python


例文

default false - if set to true, the compile will return a string of the compiled template, rather than writing it to the cache file. eg. 例文帳に追加

初期値は false です。 - PEAR

return TRUE or FALSE, wrt it is the first page or not.例文帳に追加

return TRUEまたはFALSE、つまり、最初のページかどうかを返します。 - PEAR

return TRUE or FALSE, wrt it is the last page or not.例文帳に追加

return TRUEまたはFALSE、つまり、最後のページかどうかを返します。 - PEAR

returnTRUE or FALSE, wrt it is the last page or not. 例文帳に追加

return TRUE または FALSE、つまり、最後のページかどうか - PEAR

例文

Note that the accepted values for the option are "1", "yes", "true", and "on",which cause this method to return True, and "0", "no","false", and "off", which cause it to return False.例文帳に追加

option として受理できる値は、真 (True) としては"1"、 "yes"、 "true"、 "on" 、偽 (False) としては"0"、 "no"、 "false"、 "off" です。 - Python

例文

returnTRUE or FALSE, wrt it is the first page or not. 例文帳に追加

return TRUE または FALSE、つまり、最初のページかどうか - PEAR

The lattercases return False or True, respectively. 例文帳に追加

後者の場合、それぞれ False または Trueを返します。 - Python

return true (non-zero) or false (0). 例文帳に追加

は、真 (0 以外) か偽 (0) を返す。 - JM

return element type or FALSE if element is not found例文帳に追加

return要素の種類か、要素が存在しない場合はFALSEを返します。 - PEAR

Some return strings: TRUE if true or FALSE if false. 例文帳に追加

中には、true の場合に文字列の TRUE、false の場合に文字列の FALSEを返すものもあります。 - PEAR

Return True if o is true, and False otherwise.例文帳に追加

o が真の場合 True を返し、そうでない場合 False を返します。 - Python

He made a false return of his income. 例文帳に追加

彼は偽りの所得申告をした. - 研究社 新和英中辞典

Return True if the string ends with the specified suffix,otherwise return False. 例文帳に追加

文字列の一部が suffix で終わるときに True を返します。 そうでない場合 False を返します。 - Python

Return True if string starts with the prefix, otherwise return False.例文帳に追加

文字列の一部が prefix で始まるときに True を返します。 そうでない場合 False を返します。 - Python

Most drivers return integers: 1 if true or 0 if false. 例文帳に追加

ほとんどのドライバでは、true の場合に1、false の場合に0 を返します。 - PEAR

Return True if the message's payload is a list ofsub-Message objects, otherwise return False. 例文帳に追加

メッセージのペイロードが子 Message オブジェクトからなるリストであれば True を返し、そうでなければ False を返します。 - Python

Return True if access is allowed,False if not.See the Unix man page 例文帳に追加

アクセスが許可されている場合 True を、そうでない場合 False を返します。 - Python

tests (which return a true or false value), and actions (which have side 例文帳に追加

判別式は真または偽の値を返す。 - JM

``Atomic'' test-and-set, grab the lock if it is not set,and return True, otherwise, return False. 例文帳に追加

ロックがセットされていなければ獲得して True を返します。 それ以外の場合にはFalseを返します。 - Python

Return value returnstrue if the text has started scrolling. false otherwise. 例文帳に追加

返り値 スクロールを開始した場合に true、それ以外の場合に false を返します。 - PEAR

If FALSE then it is assumed that the soap call will return an error if the user does not authenticate properly.例文帳に追加

FALSEの場合、ユーザ認証に失敗すると SOAP コールがエラーを返します。 - PEAR

parent block name boolean $recursive whether to return a tree of child blocks (TRUE) or a 'flat' array (FALSE) 例文帳に追加

親ブロック名。 boolean$recursive 子ブロックのツリーを返す (TRUE) か 'フラット'な配列を返す (FALSE) か。 - PEAR

For example, methods which return true or false have a Boolean return type, those returning literal numbers have a Number return type, and so on. 例文帳に追加

たとえば、True または False を返すメソッドにはブール型の戻り値があり、リテラルの数値を返すメソッドには数値型の戻り値があります。 - NetBeans

If the option existed to be removed, return True;otherwise return False.New in version 1.6. 例文帳に追加

存在するオプションを削除した時は True を、そうでない時は False を返します。 - Python

Return True if path refers to an existing path.Returns False for broken symbolic links. 例文帳に追加

pathが存在するなら、Trueを返します。 壊れたシンボリッックリンクについてはFalseを返します。 - Python

Remove the specified section from the configuration.If the section in fact existed, return True.Otherwise return False. 例文帳に追加

指定されたsectionを設定から削除します。 もし指定されたセクションが存在すればTrue、そうでなければFalseを返します。 - Python

Sets $content parameter to FALSE will return css filename reference (defined by setStyleSheet function).例文帳に追加

$content を FALSEに設定すると、cssのファイル名を返します (これは setStyleSheet 関数で設定したものです)。 - PEAR

Disconnects from a database Return value boolean - Returns TRUE on success, FALSE on failure.例文帳に追加

データベースとの接続を切断します。 返り値 boolean - 成功時には TRUE 、失敗時には FALSEを返します。 - PEAR

The callback function needs to return true or false, determining if the rule is passed or not. 例文帳に追加

コールバック関数は、その規則に通過したかどうかを trueまたは false で返す必要があります。 - PEAR

If an argument is present, the return value is True if the lock is acquired successfully,False if not.例文帳に追加

なお、引数を与えた場合、ロックを獲得するとTrue、できなかったときには False を返します。 - Python

header values to check against for caching use FALSE to return the header values from this download例文帳に追加

キャッシングのためにチェックするヘッダの値。 FALSEを使用すると、今回のダウンロード時のヘッダの値を返します。 - PEAR

Return True if the file is connected to a tty(-like) device, else False.例文帳に追加

ファイルが tty (または類似の) デバイスに接続されている場合 True を返し、そうでない場合 False を返します。 - Python

If a resource was found, both XrmGetResource and XrmQGetResourcereturn True; otherwise, they return False. 例文帳に追加

XrmGetResource とXrmQGetResource のどちらもリソースが見つかった場合にはTrueを返す。 見つからなかった場合にはFalseが返される。 - XFree86

Return true if the message contains a header field named name,otherwise return false. 例文帳に追加

メッセージが name という名前をもつヘッダフィールドを持っていれば真を、そうでなければ偽を返します。 - Python

return TRUE or FALSE, wrt the last page is complete (i.e. it has perPagevalues in the array for the last page) or not.例文帳に追加

return TRUEまたはFALSE、つまり、最後のページが完了したかどうかを返します(例えば、perPageの値が、最後のページのための配列に含まれているかどうか) - PEAR

If the return value is as expected, pass in FALSE, otherwise pass in an array where the first element is the expected return value and the second is the actual return value. 例文帳に追加

返り値が期待通りなら FALSEが渡され、そうでない場合は配列が渡されます。 配列の最初の要素が予期していた返り値、2 番目の要素が実際の返り値となります。 - PEAR

If the multiple property is false, the value of the component's selected property matches the return value of the selected list item. 例文帳に追加

「multiple」プロパティーが False の場合、コンポーネントの「selected」プロパティーの値は、選択されたリスト項目の戻り値と一致します。 - NetBeans

Return True if the queue is empty, False otherwise.Because of multithreading semantics, this is not reliable. 例文帳に追加

キューが空ならTrueを返し、そうでないならFalseを返します。 マルチスレッドセマンティクスにおいて、この値は信頼できません。 - Python

Return the status of the lock: True if it has been acquired by some thread, False if not.例文帳に追加

ロックの状態を返します: 同じスレッドによって獲得されたものならTrue、違うのならFalseを返します。 - Python

If it returns False, Xlib locale-dependent functions for which the XLocaleNotSupported return status is defined will returnXLocaleNotSupported.例文帳に追加

もしFalseが返された場合、 Xlib のロケール依存の関数で返却ステータスXLocaleNotSupported が定義されているものはXLocaleNotSupportedを返す。 - XFree86

Return True if the queue is full, False otherwise.Because of multithreading semantics, this is not reliable. 例文帳に追加

キューが満杯ならTrueを返し、そうでないならFalseを返します。 マルチスレッドセマンティクスにおいて、この値は信頼できません。 - Python

To effectively prevent return processing for converting a false coin to a true coin.例文帳に追加

偽貨を正貨に変換する返却処理を効果的に防止できるようにする。 - 特許庁

For both task types, script and non-script, a return value of FALSE will cause the task to be silently skipped.例文帳に追加

script タスクとそれ以外のタスクのどちらの場合についても、もし返り値がFALSEであればそのタスクの処理を黙って飛ばします。 - PEAR

Return True if name is in the set of SMTP serviceextensions returned by the server, False otherwise.Case is ignored. 例文帳に追加

nameが拡張SMTPサービスセットに含まれている場合にはTrueを返し、そうでなければFalseを返します。 大小文字は区別されません。 - Python

例文

returnTRUE or FALSE, wrt the last page is complete (i.e. it has perPagevalues in the array for the last page) or not. 例文帳に追加

return TRUE または FALSE、つまり、最後のページが完了したかどうか(例えば、perPageの値が、最後のページのための配列に含まれているかどうか) - PEAR




  
研究社 新和英中辞典
Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS