1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

boolean valueの部分一致の例文一覧と使い方

該当件数 : 69



例文

reverse is a boolean value. 例文帳に追加

reverse は真偽値です。 - Python

propagate Specifies a Boolean value.例文帳に追加

propagate 1i真偽値を指定する。 - XFree86

Argument is a pointer to a boolean value. 例文帳に追加

引き数はブール値へのポインタ。 - JM

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

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

例文

Argument is a pointer to a boolean value in an integer. 例文帳に追加

引き数はブール値の入った整数。 - JM


例文

Return boolean value indicating whether cookie should be returned to server. 例文帳に追加

クッキーがサーバに返されるべきかどうかを表わす boolean 値を返します。 - Python

"memberisdn" boolean TRUE Whether the memberattr is the dn of the user (default) or the value of userattr (usually uid). 例文帳に追加

"memberisdn" boolean TRUE memberattr がユーザの dn (デフォルト) であるか、それともuserattr (通常は uid) であるか。 - PEAR

array of submitted values to search boolean $assoc whether to return the value as associative array 例文帳に追加

送信された値の配列。 boolean$assoc 結果を連想配列で返すかどうか。 - PEAR

Return boolean value indicating whether cookie should be accepted from server. 例文帳に追加

クッキーがサーバから受け入れられるべきかどうかを表わす boolean 値を返します。 - Python

例文

For compatibility reason the boolean value TRUEmeans 'gz'. 例文帳に追加

互換性のため、ブール値 TRUEは 'gz' を意味します。 - PEAR

例文

This function can not be calledstatically.Return value boolean - TRUE if the preference was set properly, FALSEotherwise. 例文帳に追加

返り値 boolean - 設定が正しく行われた場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

Where to perform validation: "server", "client" boolean $reset Client-side: whether to reset the element's value to its original state if validation failed. 例文帳に追加

検証を行う位置。 "server" あるいは "client"。 - PEAR

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

データベースとの接続を切断します。 返り値 boolean - 成功時には 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

The sequence program is provided with Boolean value data for describing the operation of each of control elements with a binary digital value, namely, Boolean value, for example.例文帳に追加

シーケンスプログラムは、例えば2値のデジタル値すなわちブール値で各制御要素の動作を記述するブール値データを備える。 - 特許庁

Variables described as Boolean take an integer value, with a non-zero value ("true") meaning that the corresponding option is enabled, and a zero value ("false") meaning that the option is disabled. 例文帳に追加

Booleanと書かれた変数は整数値をとり、0 以外の値 ("true") は対応するオプションが有効、0 値 ("false") は無効、であることを意味する。 - JM

The argument is a pointer to a boolean value in an integer. 例文帳に追加

引き数はブール値の入った整数へのポインタである。 - JM

Return value Returns boolean whether passwords of this passwd file are shadowed in another file. 例文帳に追加

返り値 パスワードファイルのパスワードが別のファイルに暗号化されているかどうかをboolean 値で返します。 - PEAR

Convert a value to a Boolean, using the standard truth testingprocedure. 例文帳に追加

標準の真値テストを使って、値をブール値に変換します。 - Python

Returns the value of the Boolean capability corresponding to the terminfo capability name capname.例文帳に追加

terminfo 機能名 capname に対応する機能値をブール値で返します。 - Python

Boolean value indicating whether two-digit year values will be accepted.例文帳に追加

2 桁の西暦年を使えるかを指定するブール型の値です。 - Python

Any object can be tested for truth value, for use in an if or while condition or as operand of the Boolean operations below. The following values are considered false:例文帳に追加

以下の値は偽であると見なされます: - Python

Specifies a Boolean value that determines whether the property is deleted.例文帳に追加

delete 1iプロパティを削除するかどうか決定する真偽値を指定。 - XFree86

?$2=0(True)?!$2=0(False) displays the inverted value of field2 as a boolean. 例文帳に追加

?$2=0(True)?!$2=0(False) は、フィールド2 の真偽値の反対の値を表示する。 - XFree86

This function can not be calledstatically.Return value boolean - FALSE if the information was not available.例文帳に追加

この関数は、スタティックにコールすることはできません。 返り値 boolean - 情報が取得できない場合は FALSEを返します。 - PEAR

An optional third boolean parameter tells if the value should be appended to the existing value (defaults to false). 例文帳に追加

オプションの三番目のパラメータにboolean 値を指定すると、新しい値を既存の値に追記するかどうかが設定できます(デフォルトは false です)。 - PEAR

A convenience method which coerces the option in the specified section to a Boolean value.例文帳に追加

指定した section の option 値をブール値に型強制する便宜メソッドです。 - Python

center A Boolean value specifying whether to pop up the window at the center of the screen.例文帳に追加

centerウィンドウをスクリーンの中央に出すかどうか指定する真偽値。 - XFree86

nearMouse A Boolean value specifying whether to pop up the window near the mouse cursor.例文帳に追加

nearMouseウィンドウをマウスカーソルの近くに出すかどうか指定する真偽値。 - XFree86

The Boolean value of '0' or '1' is related to each of operation timing data.例文帳に追加

各動作時期データには「0」または「1」のブール値が関連付けられる。 - 特許庁

This function can be calledstatically.Return value boolean - TRUE if the file is includable, FALSE otherwise.例文帳に追加

この関数は、スタティックにコールすることができます。 返り値 boolean - ファイルがインクルード可能な場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

Note since0.4.0a1 This function can not be calledstatically.Return value boolean - TRUE if the user's preferences allow an update for the latest version of the package, FALSE otherwise.例文帳に追加

返り値 boolean - 利用者が、パッケージの最新版の更新を許可している場合にTRUE、それ以外の場合に FALSEを返します。 - PEAR

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

この関数は、スタティックにコールすることはできません。 返り値 boolean - 更新に成功した場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

contig Specifies a Boolean value that indicates whether the planesmust be contiguous. 例文帳に追加

contig 1iプレーンが連続でなければならないかどうかを示す真偽値を指定する。 - XFree86

This function should be calledstatically.Return value boolean - TRUE if the http proxy server address was set successfully, FALSE otherwise.例文帳に追加

この関数は、スタティックにコールされます。 返り値 boolean - HTTP プロキシサーバのアドレスの設定に成功した場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

This function can not be calledstatically.Return value boolean - TRUE if the user's preferences were saved successfully, FALSEothewise. 例文帳に追加

この関数は、スタティックにコールすることはできません。 返り値 boolean - 設定の保存に成功した場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

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

この関数は、スタティックにコールすることはできません。 返り値 boolean - 設定が正しく行われた場合に TRUE、そうでない場合に FALSEを返します。 - PEAR

Returns boolean TRUE if you set a value, or the actual value if called without param.例文帳に追加

値を設定した場合は TRUEを返します。 パラメータを指定せずにコールした場合は実際の設定値を返します。 - PEAR

However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application defined object value. 例文帳に追加

ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans

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

この関数は、スタティックにコールすることはできません。 返り値 boolean - 設定の読み込みに成功した場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

This function can not be calledstatically.Return value boolean - TRUE if errors(/warnings) have been captured, FALSEothewise. 例文帳に追加

この関数は、スタティックにコールすることはできません。 返り値 boolean - エラー (そして警告) が捕捉された場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

The DoesSaveUnders macro returns a Boolean value indicating whether the screen supports save unders.例文帳に追加

マクロDoesSaveUndersはスクリーンがセーブアンダー機能をサポートしているかどうかを示す真偽値を返す。 - XFree86

However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application-defined object value. 例文帳に追加

ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのいずれかのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans

expiration time, number of seconds boolean $add if TRUE$time is added to the existing expiration time, if FALSE the exitsing time value will be replaced.例文帳に追加

認証有効期間(単位:秒)boolean$add TRUE の場合、現在指定されている認証有効期間に $time が加えられます。 FALSE の場合は、$timeに置き換えられます。 - PEAR

In Lisp, you use the empty list (or "nil list") to represent the Boolean value False. 例文帳に追加

リスト処理プログラム(LISP)では,ブール値のFalse(偽)を表すために空リスト(または"ニルリスト")を使う. - コンピューター用語辞典

This function can not be calledstatically.Return value returns boolean FALSE if no content disposition, otherwise string for inline filename例文帳に追加

返り値 content disposition が存在しない場合に FALSE、それ以外の場合にインラインファイル名を返します。 - PEAR

Note since0.4.0a1 This function can not be calledstatically.Return value boolean - TRUE if all the preferences were set properly, FALSE otherwise.例文帳に追加

注意 since0.4.0a1この関数は、スタティックにコールすることはできません。 返り値 boolean - すべての項目が正しく設定できた場合に TRUE、それ以外の場合に FALSEを返します。 - PEAR

You can use a logical(Boolean) expression to assign the binary value 1 or 0 to a SETB symbol 例文帳に追加

論理(ブール)式は,SETB記号に,2進数値,1または0を割り当てるために使用することができる - コンピューター用語辞典

If desired, select a Booleanbean property, the value of which determines whether the action is enabled or not.例文帳に追加

必要に応じて、Boolean 型の Bean プロパティーを選択します。 この値によって、アクションが有効かどうかが決まります。 - NetBeans

例文

This function can not be calledstatically.Return value boolean - TRUE if an update is available and the user has asked to be notified about the update, FALSE otherwise.例文帳に追加

この関数は、スタティックにコールすることはできません。 返り値 boolean - 更新が存在し、その更新について利用者が「通知しないでほしい」と設定していなければ TRUE、それ以外の場合に FALSEを返します。 - PEAR




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
© 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-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 (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