1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

Booleanを含む例文一覧と使い方

該当件数 : 338



例文

function, boolean 例文帳に追加

によるドメインチェックを追加で行うかどうかをしていする boolean - PEAR

Boolean operations are also legal. 例文帳に追加

論理演算も使えます。 - JM

Expects an integer boolean flag. 例文帳に追加

ブール整数のフラグを取る。 - JM

PHP maximal version 例文帳に追加

string|boolean$max (オプション) PHP の最大バージョン。 - PEAR

例文

The Boolean Converter Componentconverts between java.lang.String values and either java.lang.Boolean data types or the Java boolean primitive type, for example binding a JSF component to a database column of type BOOLEAN. 例文帳に追加

Boolean コンバータコンポーネントは、java.lang.String 値と、java.lang.Boolean データ型または Java boolean プリミティブ型のいずれかの間の変換を行います。 たとえば、JSF コンポーネントをデータベースの BOOLEAN 型の列にバインドする場合です。 - NetBeans


例文

A boolean property that tracks whether the user has voted. 例文帳に追加

ユーザーが投票したかどうかを追跡する boolean 型プロパティー。 - NetBeans

Figure 4: The BPEL Mapper Boolean Menu 例文帳に追加

図 4: BPEL マッパーの「論理」メニュー - NetBeans

file to read from boolean $layer whether to overwrite existing data 例文帳に追加

読み込むファイル。 boolean$layer 既存のデータを上書きするかどうか。 - PEAR

block name boolean $clear whether to clear parsed block contents 例文帳に追加

ブロック名。 boolean$clear パースしたブロックの内容をクリアするかどうか。 - PEAR

例文

Performs a Boolean operation. 例文帳に追加

ブール演算を実行します。 - Python

例文

6.21.2.3 Handling boolean (flag) 例文帳に追加

6.21.2.3 ブール値 (フラグ) オプションの処理 - Python

Expects a boolean integer flag. 例文帳に追加

ブール整数値のフラグをとる。 - JM

boolean operation OR is applied to ~ 例文帳に追加

~に論理和が適用される - コンピューター用語辞典

This boolean flag defaults to true. 例文帳に追加

このフラグのデフォルトは true です。 - PEAR

6.21.2.3 Handling boolean (flag) options 例文帳に追加

6.21.2.3 ブール値 (フラグ) オプションの処理 - Python

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

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

enableUndo (Class Undo) A boolean resource,that enables or disables the undo function. 例文帳に追加

enableUndo (Class Undo)Boolean 型のリソース値であり、undo 機能を有効/無効にする。 - XFree86

analog (class Boolean) 例文帳に追加

analog (class Boolean)デジタル時計でなくアナログ時計を使用するかどうかを指定する。 - XFree86

The boolean operators are: "!expr" 例文帳に追加

論理演算子は以下の通り。 - JM

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

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

Create a Boolean property to determine whether the action is enabled.例文帳に追加

アクションが有効かどうかを示す Boolean 型のプロパティーを作成します。 - NetBeans

In the declaration section of the LoginScreenExample.javasource code add the following code: private boolean login =false;. 例文帳に追加

LoginScreenExample.java ソースコードの宣言セクションに private boolean login = false; というコードを追加します。 - NetBeans

debugContains a boolean to control whether extra ouput is shown. 例文帳に追加

debugには、追加の出力を行うかどうかを boolean 値で指定します。 - PEAR

boolean - TRUE on success例文帳に追加

成功した場合に TRUEを返します。 - PEAR

Example 39-4. Boolean column declaration 例文帳に追加

例 39-4論理型のカラムの宣言 - PEAR

Table 5: Boolean Functions Usage 例文帳に追加

表 5: 論理関数の使用方法 - NetBeans

a Boolean query 例文帳に追加

ブール演算子を使った問い合わせ - 研究社 英和コンピューター用語辞典

Write the XML-RPC encoding of this Boolean item to the out stream object. 例文帳に追加

出力ストリームオブジェクト out に、XML-RPCエンコーディングのBoolean値を出力します。 - Python

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

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

Enable ``passive'' mode if boolean is true, other disablepassive mode. 例文帳に追加

booleanがtrueなら``パッシブモード''をオンにし、そうでないならパッシブモードをオフにします。 - Python

Sequence of byte codes of Boolean operations. 例文帳に追加

ブール演算の一連のバイトコード。 - Python

(POSIX bc does NOT have boolean operations). 例文帳に追加

(POSIX bc には論理演算はありません。 - JM

From the == Equal method, drag the link onto the Boolean Condition node on the destination pane. 例文帳に追加

「== 等しい」メソッドから、宛先区画の「Boolean 条件」ノードまでドラッグします。 - NetBeans

"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

integer or float - the unquoted number boolean - output depends on the driver in use 例文帳に追加

integer あるいは float - クォートされない数値。 boolean - 使用しているドライバに依存します。 - PEAR

name of the sequence boolean $onDemand when TRUE the sequence is automatic created, if it not exists.例文帳に追加

boolean$onDemand TRUEの場合は、シーケンスが存在しなければ自動的に作成します。 - PEAR

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

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

Returns boolean whether the two/three letter language code is valid. 例文帳に追加

2 文字 (あるいは 3 文字) の言語コードが有効かどうかを boolean 値で返します。 - PEAR

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

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

The types short int, unsigned int, unsignedlong long, and boolean all map to Python integer objects.例文帳に追加

short int 、 unsigned int 、 unsignedlong long 、および boolean 型は、全て Python 整数オブジェクトに対応付けられます。 - Python

Argument is an integer boolean flag. 例文帳に追加

引き数はブール整数のフラグである。 - JM

The postal code to be validated boolean $strong optional; strong checks (e.g. 例文帳に追加

検証したい郵便番号。 - PEAR

Create a Boolean property to determine whether the action is selected.例文帳に追加

アクションが選択されているかどうかを示す Boolean 型のプロパティーを作成します。 - NetBeans

"checkServer" boolean TRUE Whether to check if we can connect to the server when starting container. 例文帳に追加

"checkServer" boolean TRUE コンテナの開始時に、サーバに接続できるかどうかを調べるかどうか。 - 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

Verify the expected results with assertions specified by calling assert with a boolean. 例文帳に追加

正しい値が返されたかどうかは、assert 関数に boolean を渡すことで確認します。 - PEAR

use-syslog(boolean) Whether syslog(3)(on supported systems) is to be used for errors. 例文帳に追加

"use-syslog (boolean)"(サポートされているシステムにおいて)エラー出力に syslog(3)を使うかどうか。 - XFree86

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

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

Table 4: Operators Used in Boolean Expressions 例文帳に追加

表 4: 論理式で使用する演算子 - NetBeans

例文

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

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




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 © 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) 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