| 例文 |
false trueの部分一致の例文一覧と使い方
該当件数 : 516件
true: always, false: never, 'auto': when needed'auto' 例文帳に追加
true: 常に囲む、false: 決して囲まない、'auto': 必要に応じて囲む'auto' - PEAR
This flag is initially False and is set to True by XtNoticeSignal; the Intrinsics invoke the callback whenever the flag is True, and the flag is set to False just before the callback is invoked.例文帳に追加
このフラグの初期値はFalseであり、XtNoticeSignalによってTrue に設定される。 - XFree86
unable to distinguish true from false 例文帳に追加
真偽の判断ができない - Weblio Email例文集
people will believe something false if many agree that it is true (an example of argumentum ad populum)例文帳に追加
市に虎あり - JMdict
returnTRUE or FALSE, wrt it is the last page or not. 例文帳に追加
return TRUE または FALSE、つまり、最後のページかどうか - PEAR
Returns true if address is valid, false if not. 例文帳に追加
アドレスが有効な場合、true を返し、そうでなければ false を返します。 - PEAR
TRUE if the MAC address is valid, FALSE otherwise例文帳に追加
MAC アドレスが有効な場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR
The function returns True if it succeeds; otherwise,it returns False. 例文帳に追加
この関数は成功時にはTrueを、そうでない時にはFalseを返す。 - XFree86
?$2=0(True)?!$2=0(False) displays the inverted value of field2 as a boolean. 例文帳に追加
?$2=0(True)?!$2=0(False) は、フィールド2 の真偽値の反対の値を表示する。 - XFree86
! expression True if expression is false. 例文帳に追加
! expressionexpressionが偽ならば真になります。 - JM
returnTRUE or FALSE, wrt it is the first page or not. 例文帳に追加
return TRUE または FALSE、つまり、最初のページかどうか - PEAR
If the user has already been authenticated, the function returns TRUE. Otherwise it returns FALSE. 例文帳に追加
ユーザが認証済みならばTRUEを、そうでなければ FALSEを返します。 - PEAR
Returns true if netmask is valid, false if not. 例文帳に追加
ネットマスクが有効な場合、true を返し、そうでなければ false を返します。 - PEAR
Allowed parameters are a integer or the strings "true", "false","on" and "off". 例文帳に追加
指定可能なパラメータは整数または "true", "false", "on", "off" のいずれかである。 - XFree86
boolTRUE if the observer could be removed, FALSE otherwise例文帳に追加
bool オブザーバが削除された場合 TRUE、さもなければ FALSE。 - PEAR
Note: The true, false and null constants are excepted from the all-uppercase rule, and must always be lowercase. 例文帳に追加
注意true, false およびnull は例外で、すべて小文字で記述します。 - PEAR
If you want to allow login set this to TRUE otherwise set it to FALSE. 例文帳に追加
ログインを有効にしたい場合は TRUE、それ以外は FALSEを指定します。 - PEAR
Returns TRUE if element is in the form, FALSE otherwise.例文帳に追加
もし要素がフォームにある場合は TRUE が、そうでなければ FALSEを返します。 - PEAR
boolean - true if Business ID is valid, false otherwise ExampleExample 66-1. 例文帳に追加
有効なビジネス ID である場合に true、それ以外の場合に false を返します。 - PEAR
boolean - true if bank account is valid, false otherwise ExampleExample 66-1. 例文帳に追加
有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
Return True if access is allowed,False if not.See the Unix man page 例文帳に追加
アクセスが許可されている場合 True を、そうでない場合 False を返します。 - Python
mixed - Returns true or false if $info = false or gender (Male or Female) and date of birth (YYYY-MM-DD) in array if PIN is valid, false otherwise ExampleExample 66-1. 例文帳に追加
$info が false の場合は、true あるいは false を返します。 $info が true の場合は、PIN が有効なら性別 (Male あるいは Female)と生年月日 (YYYY-MM-DD) の配列、それ以外の場合に false を返します。 - PEAR
returnstrue if client is connected, false otherwise 例文帳に追加
returnsもしクライアントが接続していれば true、そうでなければ false - PEAR
TRUE if given dir is valid, FALSE otherwise例文帳に追加
指定されたディレクトリが有効な場合にTRUE、そうでない場合に FALSEを返します。 - PEAR
This method returns TRUE if the path is absolute, FALSE otherwise.例文帳に追加
このメソッドは、絶対パスの場合 TRUE を返し、そうでないなら FALSEを返します。 - PEAR
boolean - true if FINUID is valid, false otherwise ExampleExample 66-1. 例文帳に追加
FINUID が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
indicates whether the first parameter should is a filename (TRUE) or an XML string (FALSE). 例文帳に追加
最初のパラメータがファイル名 (TRUE)もしくは XML 文字列 (FALSE) かを指定します。 - PEAR
Returns True if year is a leap year, otherwiseFalse. 例文帳に追加
yearが閏年ならTrueを、そうでなければFalseを返します。 - Python
If I am true to one, I must be false to the other; if I am true to both, I must be false to myself. 例文帳に追加
あちら立てればこちらが立たぬ、両方立てれば身が立たぬ - 斎藤和英大辞典
true if you want to display the login form and false if you want to hide it. 例文帳に追加
ログインフォームを表示したければ TRUE、表示したくなければ FALSEを指定します。 - PEAR
TRUE to turn auto-commit on. FALSE to turn auto-commit off.例文帳に追加
自動コミットを有効にする場合に TRUE、無効にする場合に FALSEを指定します。 - PEAR
Finally one returns strings: T if true or F if false. 例文帳に追加
また、true の場合に文字列の T、false の場合に文字列の Fを返すものもあります。 - 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
Optionally, default is FALSE, set TRUE to force measurizing.例文帳に追加
オプションでデフォルトは FALSE です。 強制的に測定させるには TRUEを設定してください。 - PEAR
boolean - true if license plate number is valid, false otherwise ExampleExample 66-1. 例文帳に追加
番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
boolean - true if number is valid, false otherwise ExampleExample 66-1. 例文帳に追加
番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
boolean - true if VAT number is valid, false otherwise ExampleExample 66-1. 例文帳に追加
VAT 番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
debug: May be either TRUE or FALSE, thus enabling or disabling complete debugging information. 例文帳に追加
debug: TRUE あるいは FALSEで、デバッグ情報の出力を有効あるいは無効にします。 - PEAR
| 例文 |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. 「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編 |
| This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence. |
Tanaka Corpusのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|


