1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

default Nameの部分一致の例文一覧と使い方

該当件数 : 183



例文

Edit the name, target namespace, and default namespace as necessary. 例文帳に追加

必要に応じて、名前、ターゲット名前空間、およびデフォルト名前空間を編集します。 - NetBeans

Accept the default values or type a project name and location of your choice.Note that in this document, the project name is TravelReservationService. 例文帳に追加

デフォルト値を受け入れるか、プロジェクト名と選択した場所を入力します。 このドキュメントでは、プロジェクト名は TravelReservationService です。 - NetBeans

The host name is the host name of the machine that runs the GlassFish V2 Application Server you are connecting to ( localhost by default). 例文帳に追加

ホスト名が、ユーザーが接続している GlassFish V2 アプリケーションサーバーを実行しているマシンのホスト名になっている (デフォルトでは localhost)。 - NetBeans

If you want to change the Tomcat Web Server's default port number (8080), edit the manager.url property in the File and DirectoryNames section: property name="manager.url"value="http://localhost:8084/manager"/ 例文帳に追加

Tomcat Web サーバーのデフォルトのポート番号 (8080) を変更する場合は、「File and Directory Names」セクションにある manager.url プロパティーを編集します。 property name=manager.urlvalue=http://localhost:8084/manager/ - NetBeans

例文

Following a fresh install of FreeBSD, it is also possible that domain and name server information is missing from /etc/resolv.conf. This will often cause a delay in SSH, as the option UseDNS is set to yes by default in the sshd_config file in /etc/ssh. 例文帳に追加

3.23.file: table is full という メッセージが繰り返し dmesgにあらわれます。 - FreeBSD


例文

If you accepted the default values during the installation, the user name is admin and the password is adminadmin . 例文帳に追加

インストール時にデフォルト値をそのまま使用した場合、ユーザー名は「admin」で、パスワードは「adminadmin」です。 - NetBeans

If you do not plan to start a new process instance, keep the default N/A value. Name. 例文帳に追加

新しいプロセスのインスタンスを開始しない場合は、デフォルトの「 N/A 」の値にしておきます。 - NetBeans

xsl:stylsheet) string $defaultNs- default namespace, will be used in return value, if qualified name contains only a local part 例文帳に追加

string $defaultNs-デフォルトネームスペースです。 有修飾がローカルパートのみを含む場合使用されます。 - PEAR

Return the name of the encoding used to convert Unicode filenamesinto system file names, or None if the system default encoding is used.例文帳に追加

Unicodeファイル名をシステムのファイル名に変換する際に使用するエンコード名を返します。 - Python

例文

Ifname is empty, return a controller for a default browserappropriate to the caller's environment. 例文帳に追加

もしnameが空文字列なら、呼び出した環境に適したデフォルトブラウザのコントローラーを返します。 - Python

例文

By default,optparse converts the destination variable name to uppercase and uses that for the meta-variable.例文帳に追加

デフォルトでは、optparse は保存先の変数名を大文字だけにしたものをメタ変数に使います。 - Python

By default, a unique name is constructed of the form ``Thread-N'' where N is a smalldecimal number.例文帳に追加

デフォルトでは、 N を小さな10 進数として、``Thread-N'' という形式の一意な名前を生成します。 - Python

There is no default value for this resource, but XRoot/lib/X11/xdm/Xresources is the conventional name.例文帳に追加

このリソースにはデフォルト値はないが、慣習的に/lib/X11/xdm/Xresourcesという名前が使われている。 - XFree86

In the Name and Location page, leave the default value of UMLBankAppSample for the Java project name, or modify it if the project already exists. 例文帳に追加

「名前と場所」ページで、Java プロジェクト名のデフォルト値 UMLBankAppSample をそのまま使用するか、そのプロジェクトがすでにある場合は変更します。 - NetBeans

By default, the configuration will add server version and virtual host name to server-generated pages.例文帳に追加

デフォルトの設定では、サーバのバージョン、サーバによって生成されたページのバーチャルホスト名が追加されます。 - Gentoo Linux

Accept the default project name and location (or specify an alternate location using the Browse button).例文帳に追加

デフォルトのプロジェクト名と場所を使用するか、「参照」ボタンを使用して別の場所を指定します。 - NetBeans

Accept the default name and location (or specify an alternate location using the Browse button). 例文帳に追加

デフォルトのプロジェクト名と場所を使用するか、「参照」ボタンを使用して別の場所を指定します。 - NetBeans

In the Add Element window, accept the default name for the element and select Use Exiting Type.例文帳に追加

「要素の追加」ウィンドウで要素のデフォルト名を変更せずに「既存の型を使用」を選択します。 - NetBeans

Use the default session name (session1) and ensure that the travel database is selected for the Database Connection and the Connection URL.例文帳に追加

デフォルトのセッション名 (session1) を使用し、「Database Connection」と「Connection URL」に Travel データベースが選択されていることを確認します。 - NetBeans

Name the file login, leave the other fields at their default value and click Finish. 例文帳に追加

ファイルに login という名前を付け、その他のフィールドはデフォルトの値のままにし、「完了」をクリックします。 - NetBeans

We only pass the form's name to the constructor, which means that default values will be used for other parameters. 例文帳に追加

ここで、コンストラクタには、フォームの名称のみを渡し、他のパラメータはデフォルト値が使われています。 - PEAR

Drive name reading may crash PHP, so this is disabled by default. 例文帳に追加

ドライブ名の読み込み処理はPHP をクラッシュさせる可能性があるので、デフォルトでは無効になっています。 - PEAR

Return the name of the current default string encoding used by the Unicode implementation.New in version 2.0.例文帳に追加

現在のUnicode処理のデフォルトエンコーディング名を返します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python

The default is the name of the source file with an appropriate extension for the output format. -optparts例文帳に追加

デフォルト値はソースの名前の拡張子を出力されるフォーマットに合わせて置き換えたものである。 - XFree86

The default for n is 1, meaning that if there are any dots in a name, the name will be tried first as an absolute name before any search list elements are appended to it. 例文帳に追加

n のデフォルトは 1 である。 これは、名前にドットがある場合、search list の要素が付加される前に、その名前が完全な名前として最初に試されるということを意味している。 - JM

Depending on the system you are using, the default may be the local DNS name server at your service provider, some intermediate name server, or the root server system for the entire domain name system hierarchy. 例文帳に追加

利用するシステムによって、デフォルトはサービスプロバイダのローカルDNSネームサーバか、中間的なネームサーバか、あるいは全ドメイン名階層に対するルートサーバシステムであるかもしれない。 - コンピューター用語辞典

Enter the user name and password for the domain's administrator.If you accepted the default values during the installation, the user name is admin and the password is adminadmin. 例文帳に追加

ドメインの管理者のユーザー名とパスワードを入力します。 インストール時にデフォルト値のままにした場合、ユーザー名は admin で、パスワードは adminadmin です。 - NetBeans

(Optional) In the Name field, accept the default value or type the name you want to use to identify the server in the IDE. 例文帳に追加

(省略可能)「名前」フィールドで、IDE 内でこのサーバーを識別するために使用する任意の名前を入力するか、デフォルト値のままにします。 - NetBeans

Supply the user name and password for the domain's administrator.If you accepted the default values during the installation, the user name is admin and the password is adminadmin. 例文帳に追加

ドメインの管理者のユーザー名とパスワードを入力します。 インストール時にデフォルト値のままにした場合、ユーザー名は admin で、パスワードは adminadmin です。 - NetBeans

function reads the configuration files (see resolv. conf(5)) to get the default domain name, search order and nameserver address(es). 例文帳に追加

関数は、デフォルトのドメイン名、検索順、ネームサーバーアドレスを得るために設定ファイル (resolv.conf(5) 参照) を読む。 - JM

Type an encoding name or leave blank to use your system's default encoding. 例文帳に追加

エンコーディングの名前を入力するか、システムのデフォルトのエンコーディングを使用する場合は、空白のままにします。 - NetBeans

The default target is declared as an attribute of the project, together with other project attributes, such as its name. 例文帳に追加

デフォルトターゲットは、名前などのほかのプロジェクト属性とともに、プロジェクトの属性として宣言します。 - NetBeans

Name the property currentItemData, make it a String array (String[]), and use the default mode Read/Write. 例文帳に追加

「新規プロパティーパターン」ダイアログで、名前を「currentItemData」にし、String 配列 (String[]) にして、モードをデフォルト値「読み取り/書き込み 」のままにします。 - NetBeans

The label is the name of the Command button widget created and will be the default text displayed to the user.例文帳に追加

ラベルは生成される Command button ウィジェットの名前であり、ユーザに対して表示されるデフォルトのテキストとなる。 - XFree86

The following table shows the default key bindings: "C-a ' (select)" Prompt for a window name or number to switch to. 例文帳に追加

以下の表はデフォルトのキー割り当てである:"C-a ' (select)"切り替え先のウィンドウ名またはウィンドウ番号を問い合わせる。 - JM

To use a pager other than the default more, set environment variable PAGER to the name of the desired program, such as less. 例文帳に追加

デフォルトのmore以外のページャーを使いたい場合、環境変数 PAGER をlessのような好みのプログラム名に設定すること。 - JM

The IDE creates the project directory in the selected (or default) project folder and gives it the same name as your project. 例文帳に追加

選択した (またはデフォルトの) プロジェクトフォルダにプロジェクトディレクトリが作成され、プロジェクトと同じ名前が付けられます。 - NetBeans

In the Part Name column for message1, double-click the default value, part1 to make the field editable, type inputType and press Enter.例文帳に追加

message1 の「部品名」列で、デフォルト値 part1 をダブルクリックしてフィールドを編集可能にし、「inputType」と入力して Enter キーを押します。 - NetBeans

Select the Driver Class, type a name for the database (or keep the default), and click OK. 例文帳に追加

ドライバクラスを選択してデータベースの名前を入力し (またはデフォルトをそのまま使用し)、「了解」をクリックします。 - NetBeans

Write the file named filename to the archive, giving it the archive name arcname (by default, this will be the same as filename).例文帳に追加

filename に指定したファイル名を持つファイルを、アーカイブ名をarcname (デフォルトでは filename と同じ) にしてアーカイブに収録します。 - Python

This default behavior is not desirable when you really want to track the actual name of the file, not the file descriptor (e. 例文帳に追加

数値 (`N') が `+' を前置して指定された場合には、tailはそれぞれのファイルの先頭から N 番目の項目以降を表示する。 - JM

The WSDL file is retrieved and the rest of the fields on the page are filled with default names derived from the WSDL file name.例文帳に追加

WSDL ファイルが読み出され、そのファイル名から得られるデフォルト名を使用して、ページ上のほかのフィールドが埋められます。 - NetBeans

Some RDBMS, for example SQLite, will default to use the fully qualified name for a column in assoc fetches if it is qualified in a query. 例文帳に追加

例えば SQLite のデフォルト設定では、修飾子つきのクエリで結果を取得するとカラム名の修飾子が付加されます。 - PEAR

Right-click the word name in the field declaration at the start of the class and choose Refactor Encapsulate Fields.Click Next to run the command with its default options.例文帳に追加

クラスの先頭部分のフィールド宣言にある変数 name を右クリックして、「リファクタリング」「フィールドをカプセル化」を選択します。 「次へ」をクリックして、デフォルトのオプションでコマンドを実行します。 - NetBeans

The 'basedn' for the default 'Users' folder on an ActiveDirectory server for the ActiveDirectory Domain (which is not related to its DNS name) "win2000.example.org" would be: "CN=Users, DC=win2000, DC=example, DC=org" where every component of the domain name becomes a DC attribute of its own. 例文帳に追加

ActiveDirectory ドメイン (DNS 名とは関係ありません) "win2000.example.org"の ActiveDirectory サーバ上にあるデフォルトの 'Users' フォルダの'basedn' は、"CN=Users, DC=win2000, DC=example, DC=org"となります。 ドメイン名は、すべて DC 属性となります。 - PEAR

Optional argument name gives the name of the test; by default,or if None, os.path.basename(filename) is used.Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for a module-relative filename.例文帳に追加

オプション引数 name には、テストの名前を指定します; デフォルトの場合や None を指定した場合、 os.path.basename(filename) になります。 オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

When any at-mark is not included in the input data as the result of the analysis by the input data analyzing part 601, the judging part 602 judges that the input data are a user name, and transmits the user name to a default domain name adding part 603.例文帳に追加

判定部602は、入力データ解析部601による解析の結果、入力データにアットマークが含まれいない場合、入力データはユーザ名と判定し、デフォルトドメイン付加部603にユーザ名を送る。 - 特許庁

To accomplish a mobile electronic device for ensuring that a default communication party list display name is meaningful to a user.例文帳に追加

デフォルトの通信相手リストの表示名を、ユーザにとって確実に意味のあるものにする移動体電子装置を実現する。 - 特許庁

Choose Hibernate as the Persistence Provider, and select None as the table generation strategy.Keep the default Persistence Unit Name. 例文帳に追加

「持続性プロバイダ」に「Hibernate」を選択し、「表生成の方針」に「なし」を選択します。 持続性ユニットの名前はデフォルトのままにしておきます。 - NetBeans

例文

A shelf-life printer 1 is equipped with a default pattern memory 33b for storing information of icons except icons drawn on a top face of a selection dial 2 and a default name memory 33c.例文帳に追加

賞味期限印刷装置1は、選択ダイヤル2の上面に描かれたアイコンの情報以外のアイコンの情報を記憶するディフォルト図柄33bメモリと、デフォルト名称メモリ33cとを備えている。 - 特許庁




  
コンピューター用語辞典
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-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/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 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) 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS