defaultを含む例文一覧と使い方
該当件数 : 4612件
Right-click the Drop Down List and choose Configure Default Options. 例文帳に追加
ドロップダウンリストを右クリックし、「デフォルトオプションを設定」を選択します。 - NetBeans
The following figure shows the Navigator window with the default managed beans. 例文帳に追加
次の図に、デフォルトの管理 Bean を持つ「ナビゲータ」ウィンドウを示します。 - NetBeans
By default, your JRuby applications run in the WEBrick browser. 例文帳に追加
デフォルトでは、使用している JRuby アプリケーションは WEBrick ブラウザで実行されます。 - NetBeans
If it does, change the IDE's default user directory.例文帳に追加
含まれている場合は、IDE のデフォルトのユーザーディレクトリを変更します。 - NetBeans
This is because the router, by default, displays the Public index.html file.例文帳に追加
これは、デフォルトで、ルーターが「公開」「index.html」ファイルを表示するためです。 - NetBeans
In the Name field, change the default name for the server.The IDE uses this name to identify the server. 例文帳に追加
IDE は、サーバーを識別するためにこの名前を使用します。 - NetBeans
Type username and password (default values areadmin/adminadmin) and log in. 例文帳に追加
ユーザー名とパスワードを入力して (デフォルト値は admin/adminadmin) ログインします。 - NetBeans
By default the client class package name is taken from the WSDL. 例文帳に追加
デフォルトでは、クライアントクラスのパッケージ名は WSDL から取得されます。 - NetBeans
Use the specified version of the Java? 2 SDK instead of the default SDK. 例文帳に追加
デフォルトの SDK ではなく、指定されたバージョンの Java[tm] 2 SDK を使用します。 - NetBeans
The default keystore contains the following pre-populated aliases: 例文帳に追加
デフォルトのキーストアには次の別名が事前に入力されています。 - NetBeans
Developing a clearing system concerning over-the-counter derivatives transactions, including CDS (credit default swaps) 例文帳に追加
CDS等の店頭デリバティブ取引に係る清算制度の整備 - 金融庁
The default channels can also get a detailed program description.例文帳に追加
デフォルトチャネルは又、詳細なプログラム解説を得ることができる。 - 特許庁
SYSTEM, METHOD AND PROGRAM FOR MANAGING DEFAULT VALUE OF COMPUTER PROGRAM例文帳に追加
コンピュータ・プログラムのデフォルト値を管理するシステム、方法及びプログラム - 特許庁
You can leave all input parameters at default values. 例文帳に追加
入力パラメータはすべてデフォルトの値のままにしてかまいません。 - NetBeans
The default UML Modeling setting hides these numbers. 例文帳に追加
UML モデリングのデフォルト設定では、これらの番号は表示されません。 - NetBeans
By default, the Rating component includes a row of five stars. 例文帳に追加
デフォルトでは、格付けコンポーネントには 星 5 つの列が含まれます。 - NetBeans
The following figure shows the Outline window with the default managed beans. 例文帳に追加
次の図に、デフォルトの管理 Bean を持つ「アウトライン」ウィンドウを示します。 - NetBeans
Supported features include: Setting of default values.Serialization of values before saving to the database. 例文帳に追加
デフォルト値の設定データベースに保存する前のデータのシリアライズ - PEAR
To set up the default table layout run the following SQL statement: 例文帳に追加
デフォルトのテーブルを準備するには、以下の SQL 文を実行します。 - PEAR
Should default values be searched (overrides the global setting). 例文帳に追加
デフォルト値を取得するかどうか (グローバル設定を上書きします)。 - PEAR
default FALSE, if set, then updates on the database are disabled. 例文帳に追加
デフォルトは FALSE。 セットされた場合、データベースの更新は無効になります。 - PEAR
By default, this creates a builder object that will allow you to fetch a version 3.0 vCard. 例文帳に追加
デフォルトでは、バージョン 3.0 の vCard 用のビルダオブジェクトを作成します。 - PEAR
Works for 'i' and 's' formats currently. Default is array('i' = 1, 's' = 1). 例文帳に追加
現在使用可能な書式は'i' および 's' で、デフォルトは array('i' = 1, 's' = 1) です。 - PEAR
array ( 'defaults' = array(... default form values ...), 'constants' = array(... 例文帳に追加
単にフォームの値を知りたいだけの場合はexportValues()を使用してください。 - PEAR
By default, /sbin/ and /usr/sbin/ are looked up to find them when the class is instantiated. 例文帳に追加
デフォルトでは、/sbin/ および/usr/sbin/ の下を探すようになっています。 - PEAR
By default the column set and the records are numerically indexed arrays. 例文帳に追加
デフォルトでは、カラムセットやレコードは数値添字配列となります。 - PEAR
If the named attribute does not exist, default is returned if provided,otherwise AttributeError is raised.例文帳に追加
指定された属性が存在しない場合、default が与えられている場合にはしれが返されます。 そうでない場合には AttributeErrorが送出されます。 - Python
The default is None, meaning that no line is considered junk.例文帳に追加
デフォルトでは、Noneであり、どんな行であってもjunkとは見なされません。 - Python
The default port number is 21, as specified by the FTP protocol specification.例文帳に追加
ポート番号のデフォルト値はFTPプロトコルの仕様で定められた21です。 - Python
The passwd and acctparameters are optional and default to the empty string. 例文帳に追加
passwdとacctのパラメータは省略可能で、デフォルトでは空文字列です。 - Python
Most messages have a default content type of text/plain, except for messages that are subparts of multipart/digest containers. Such subparts have a default content type of message/rfc822.例文帳に追加
ほどんどのメッセージではデフォルトの content-type はtext/plain ですが、メッセージが multipart/digest コンテナに含まれているときだけ例外的に message/rfc822 になります。 - Python
Load a readline history file.The default filename is ~/.history. 例文帳に追加
readline ヒストリファイルを読み出します。 標準のファイル名設定は ~/.history です。 - Python
Install an OpenerDirector instance as the default globalopener. 例文帳に追加
標準で URL を開くオブジェクトとして OpenerDirector のインスタンスをインストールします。 - Python
The optional third argument is an encoding, by default UTF-8.例文帳に追加
オプションの 3 番目の引数はエンコード方法で、デフォルトでは UTF-8です。 - Python
parser.values the object where option values are by default stored (an instance of optparse.OptionValues).例文帳に追加
[parser.values]オプションの値がデフォルトで保存されるオブジェクト (optparse.OptionValuesのインスタンス です。 - Python
In the default mode, this matches anycharacter except a newline. 例文帳に追加
"." (ドット) デフォルトのモードでは改行以外の任意の文字にマッチします。 - Python
By default, includes all ASCII alphanumerics and underscore.例文帳に追加
標準では、全ての ASCII 英数字およびアンダースコアが入っています。 - Python
By default, includes space, tab, linefeed and carriage-return.例文帳に追加
標準では、スペース、タブ、改行 (linefeed) および復帰 (carriage-return) が入っています。 - Python
In the case it doesn't find such a special library it uses the default name(foo.lib.)例文帳に追加
該当するライブラリがなければ、デフォルトの名前 (foo.lib) を使います - Python
If you skip this step,VC++ will use the Debug configuration by default. 例文帳に追加
このステップを飛ばすと、VC++ はデフォルトでデバッグ構成を使います。 - Python
This attribute is false by default, and may be changed at any time.New in version 2.3.例文帳に追加
この属性はデフォルトでは偽で、いつでも変更可能です。 - Python
The values should be in the range 0.1 to 10.0, and the default is 1.0.例文帳に追加
値は 0.1 から 10.0 の範囲でなければならない。 デフォルト値は 1.0 である。 - XFree86
By default non-local connections are not allowed.例文帳に追加
デフォルトでは、この操作はローカルでないクライアントには禁止されている。 - XFree86
| Copyright(C) 2026 金融庁 All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © Japan Patent office. 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 - 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 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会員(無料)になると
|
