1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > return trueに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 172



例文

Will always return true 例文帳に追加

常に TRUE を返します。 - PEAR

Return value returns This method always return true.例文帳に追加

返り値 returnsつねに true例外・エラー - PEAR

Return True if it is a FIFO. 例文帳に追加

FIFO の場合にTrueを返します。 - Python

Return True if it is a directory. 例文帳に追加

ディレクトリの場合にTrueを返します。 - Python

例文

Return true for ignorable lines. 例文帳に追加

無視できる列のときtrueを返します。 - Python


例文

Return True if it is a hard link. 例文帳に追加

ハードリンクの場合にTrueを返します。 - Python

If WIFEXITED(status) is true, return the integer parameter to the例文帳に追加

WIFEXITED(status) が真の場合、 - Python

Return true for ignorable characters. 例文帳に追加

無視できる文字のときtrueを返します。 - Python

Return True if path is an existing directory. 例文帳に追加

pathが存在するなら、Trueを返します。 - Python

例文

Return True if it is a block device. 例文帳に追加

ブロックデバイスの場合にTrueを返します。 - Python

例文

Return True if it is a symbolic link. 例文帳に追加

シンボリックリンクの場合にTrueを返します。 - Python

Return True if it is a character device. 例文帳に追加

キャラクタデバイスの場合にTrueを返します。 - Python

If $doReturn is TRUE, the method will return an array. 例文帳に追加

$doReturn が TRUEの場合は、配列を返します。 - 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

Return True if path refers to a directory entry that is a symbolic link.例文帳に追加

pathがシンボリックリンクなら、Trueを返します。 - Python

Return true if the event queue is empty. 例文帳に追加

もしイベントキューが空ならば、Trueを返します。 - Python

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

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

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

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

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

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

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

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

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

Return True if path is an existing regular file. 例文帳に追加

pathが存在する正しいファイルなら、Trueを返します。 - Python

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

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

All options always return true. 例文帳に追加

全てのオプションは常に真を返す。 - JM

True love that seeks naught return.例文帳に追加

見返りを求めない真実の愛 - 映画・海外ドラマ英語字幕翻訳辞書

Return True if the Tarinfo object is a regular file.例文帳に追加

Tarinfo オブジェクトが普通のファイルの場合に、True を返します。 - Python

setters will return TRUE from the default method, in your implementations of setters. 例文帳に追加

set系メソッドは、デフォルトメソッドや独自実装からは TRUE 。 - PEAR

Otherwise, the method will return TRUE on success.例文帳に追加

それ以外の場合は、成功した場合に TRUEを返します。 - PEAR

Return True if path is an absolute pathname (begins with aslash). 例文帳に追加

pathが絶対パス(スラッシュで始まる)なら、Trueを返します。 - Python

These arithmetic binary operators return true if arg1 例文帳に追加

これらの代数二項演算子は、 - JM

If the key is found within the database, the return value ret will be true. 例文帳に追加

データベース内に key が見つかれば、返り値 ret は true である。 - JM

Returns the status of the connection Return value boolean - TRUE, if connected 例文帳に追加

接続の状態を返します。 - PEAR

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

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

In return, make my dream come true.例文帳に追加

代わりに 私の夢を叶えて欲しい - 映画・海外ドラマ英語字幕翻訳辞書

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 if its argument is a PyCObject. 例文帳に追加

引数が PyCObject の場合に真を返します。 - Python

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 file objects fp1 and fp2 refer to the same file.例文帳に追加

fp1とfp2が同じファイルオブジェクトを指していたら、Trueを返します。 - Python

Return True if the stat tuples stat1 and stat2 refer to the same file.例文帳に追加

statタプルstat1とstat2が同じファイルを指していたら、Trueを返します。 - Python

Return value returnstrue if ok 例文帳に追加

返り値 returns成功した場合に true を返します。 - PEAR

Return true if s is a Python keyword. 例文帳に追加

sがPythonのキーワードであれば真を返します。 - Python

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

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

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

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

Return true for terminal token values. 例文帳に追加

終端トークンの値に対して真を返します。 - 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

例文

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

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




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS