1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 516



例文

A good [bad] coin rings true [false]. 例文帳に追加

硬貨は音で本物[偽物]とわかる. - 研究社 新英和中辞典

We choose the true god or the false.例文帳に追加

真の神を選ぶか、偽物を選ぶか - 映画・海外ドラマ英語字幕翻訳辞書

Here is a list of each DBMS, the values returned and the suggested column type: dbase - T/F (Logical) fbase - TRUE/FALSE (BOOLEAN) 例文帳に追加

以下に、各 DBMS についての返り値およびカラム型を示します。 dbase - T/F(Logical) fbase - TRUE/FALSE(BOOLEAN) - PEAR

flag to true if groups are output before elements, false otherwise 例文帳に追加

グループを要素の前に出力する場合は true、そうでない場合は false を設定します。 - PEAR

例文

Optional, initially FALSE, set TRUE to silence measurize errors.例文帳に追加

オプションで、初期値は FALSE です。 測定エラーを表示しない場合は TRUEを設定してください。 - PEAR


例文

boolean - true if telephone number is valid, false otherwise ExampleExample 66-1. 例文帳に追加

電話番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR

Returns TRUE if the given element is overloaded, FALSE otherwise.例文帳に追加

指定した要素がオーバーロードされている場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

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

pathが存在するなら、Trueを返します。 壊れたシンボリッックリンクについてはFalseを返します。 - 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

例文

XGetFontProperty also returns False if the property was not defined or True if it was defined. 例文帳に追加

XGetFontPropertyはプロパティが定義されていなければFalseを返し、定義されていればTrueを返す。 - XFree86

If I am true to the one, I must be false to the other. 例文帳に追加

あちら立てればこちらが立たぬ - 斎藤和英大辞典

If I am true to the one, I must be false to the other. 例文帳に追加

こちら立てればあちらが立たぬ - 斎藤和英大辞典

a proposition that is true and false at the same time 例文帳に追加

同時に真であり偽である命題 - EDR日英対訳辞書

Change the onClick property for the variableControl1 button (the second Start button) so that it uses true instead of false: 例文帳に追加

variableControl1 ボタン (2 番目の「Start」ボタン) の「onClick」プロパティーを変更して、「false」の代わりに「true」を使用します。 - NetBeans

TRUE to allow the session to continue, FALSE to abort the session.例文帳に追加

セッションを続行してもいい場合はTRUE、セッションを終了させる場合は FALSEを返します。 - PEAR

It returns TRUE if data has been collected, and FALSE when there is no more data.例文帳に追加

データが取得できた場合、TRUE を返します。 これ以上データがない場合、FALSEとなります。 - PEAR

Returns TRUE if checkbox has a "checked" attribute, FALSE otherwise. 例文帳に追加

チェックボックスに "checked" 属性が設定されている場合に TRUE、それ以外の場合に FALSE を返します。 - PEAR

Returns an associative array if $getDescription is TRUE, returns a string with the vendor name if $getDescription is FALSE. 例文帳に追加

$getDescription が TRUE の場合に連想配列、$getDescription が FALSE の場合にベンダ名の文字列を返します。 - PEAR

TRUE if custom styles, FALSE if default styles applied.例文帳に追加

独自のスタイルを指定した場合に TRUE、デフォルトのスタイルを適用した場合にFALSEを返します。 - PEAR

Should the spreadsheet be send to the browser? (true = send to browser, false = write to a file) 例文帳に追加

スプレッドシートをブラウザに送信するかどうか (true =ブラウザに送信する、false = ファイルに書き込む)。 - PEAR

It returns true if the wildcard matches the MIME type, false if not. 例文帳に追加

指定した MIME タイプがワイルドカードにマッチする場合にtrue、マッチしない場合にfalse を返します。 - PEAR

boolean - true if postal code is valid, false otherwise ExampleExample 66-1. 例文帳に追加

郵便番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR

boolean - true if reference number is valid, false otherwise ExampleExample 66-1. 例文帳に追加

参照番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR

Returns TRUE if the given namespace is overloaded, FALSE otherwise.例文帳に追加

指定した名前空間がオーバーロードされている場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

Returns true if the line just read is the first line of its file,otherwise returns false. 例文帳に追加

最後に読み込まれた行がファイルの1行目ならTrue、そうでなければFalseを返します。 - Python

Returns true if the last line was read from sys.stdin,otherwise returns false. 例文帳に追加

最後に読み込まれた行がsys.stdinから読まれていればTrue、そうでなければFalseを返します。 - Python

Returns true if all tests run so far have passed, otherwise returns false.例文帳に追加

これまでに実行したテストが全て成功していればTrueを、それ以外ならFalseを返す。 - Python

returnstrue if multiple select, false otherwise Throws 例文帳に追加

multiple が設定されている場合に true、それ以外の場合に false を返します。 - PEAR

MULTI-LAYERED SHEET AND METHOD FOR DETERMINING TRUE OR FALSE例文帳に追加

多層シート及びその真偽判別方法 - 特許庁

GDM: In /etc/X11/gdm/gdm.conf look for the[xdmcp] section and change Enable = false to Enable = True.例文帳に追加

GDM:/etc/X11/gdm/gdm.confの中から[xdmcp]セクションを探して、Enable=falseとなっているものをEnable=trueに変更してください。 - Gentoo Linux

Change the onClick property for the variableControl button (the first Start button) so that it uses true instead of false: 例文帳に追加

variableControl ボタン (最初の「Start」ボタン) の「onClick」プロパティーを変更して、「false」ではなく「true」が使用されるようにします。 - NetBeans

TRUE if you want to enable advanced security features FALSE if you want to disable them.例文帳に追加

高度なセキュリティ機能を有効にしたい場合は TRUE、無効にしたい場合は FALSEを指定します。 - PEAR

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

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

This method returns TRUE if a multiple attribute is present in the select, FALSE otherwise.例文帳に追加

このメソッドは、select に multiple属性が設定されている場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

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

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

TRUE: collect all hidden elements into string; FALSE: process them as usual form elements 例文帳に追加

TRUE: すべての hidden 要素を文字列にまとめます。 FALSE: hidden 要素を通常のフォーム要素として処理します。 - PEAR

string $doReturn - If TRUE, an array will be returned, if FALSE, the data will be imported into the database. 例文帳に追加

string $doReturn TRUE の場合は、配列が返されます。 FALSEの場合は、データがデータベースに保存されます。 - PEAR

NULL if no debugging, TRUE if web interface, FALSE if command-line例文帳に追加

デバッグを行わない場合は NULL、Web インターフェースの場合は TRUE、コマンドラインの場合は FALSEを指定します。 - PEAR

This function can not be calledstatically.Return value boolean - TRUE if the information was retrieved successfully, FALSE otherwise.例文帳に追加

返り値 boolean - 情報の取得に成功した場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

Whether to use this option for all renderers (TRUE) or only for the current one (FALSE) 例文帳に追加

このオプションをすてべのレンダラに適用する(TRUE) か、現在のレンダラにのみ適用する (FALSE) か。 - PEAR

Whether to use these options for all renderers (TRUE) or only for the current one (FALSE) 例文帳に追加

このオプションをすてべのレンダラに適用する(TRUE) か、現在のレンダラにのみ適用する (FALSE) か。 - PEAR

boolean - true if credit card number is valid, false otherwise ExampleExample 66-1. 例文帳に追加

クレジットカード番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR

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

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

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

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

Returns True if filename is a valid ZIP file based on its magic number, otherwise returns False.例文帳に追加

filename が正しいマジックナンバをもつ ZIP ファイルのときにTrue を返し、そうでない場合 False を返します。 - Python

verticalList (Class Boolean) Either `true' or `false,' determines whether the directory listing is vertically or horizontally organized.例文帳に追加

verticalList (Class Boolean)`true' または `false' の値を持ち、ディレクトリのリストを縦に並べるか横に並べるか指定する。 - XFree86

Compare the files named f1 and f2, returning True if they seem equal, False otherwise.Unless shallow is given and is false, files with identicalos.例文帳に追加

名前が f1 および f2 のファイルを比較し、二つのファイルが同じらしければ True を返し、そうでなければ false を返します。 - Python

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

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

例文

returnstrue if postcode is ok, false otherwise Throws 例文帳に追加

郵便番号が有効な場合に true、それ以外の場合に false を返します。 - PEAR




  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
研究社 新英和中辞典
Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved.
  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
Copyright © Japan Patent office. 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 (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 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS