| 意味 | 例文 |
default modeの部分一致の例文一覧と使い方
該当件数 : 133件
This the default mode of operation.例文帳に追加
これがデフォルトの操作モードである。 - XFree86
The connection is in `character mode' (default: `line mode'). 例文帳に追加
この接続は「キャラクタモード」である (デフォルトは「ラインモード」)。 - JM
If the mode of the process policy is also MPOL_DEFAULT , the system-wide default policy will be used. 例文帳に追加
で変更することができる)。 - JM
When it is determined that the current action mode is a mode except the default mode, mode switching processing is performed in step 304, and the mode is returned to the default mode in step 306.例文帳に追加
デフォルトモード以外であると判定された場合は、ステップ304でモード切替処理を行い、ステップ306でデフォルトモードに復帰する。 - 特許庁
Create a directory named path with numeric mode mode.The default mode is 0777 (octal). 例文帳に追加
数値で指定されたモード mode をもつディレクトリ path を作成します。 mode の標準の値は 0777 (8進)です。 - Python
ESC [ ? 5 h DECSCNM (default off): Set reverse-video mode. 例文帳に追加
ESC [ ? 5 hDECSCNM (デフォルトはオフ): 反転表示モードのセット。 - JM
ESC [ ? 3 h DECCOLM (default off = 80 columns): 80/132 col mode switch. 例文帳に追加
ESC [ ? 3 hDECCOLM (デフォルトはオフ = 80 桁): 80/132 の桁モード切替え。 - JM
Thus, a mode is changed from a default button setting mode into a user button setting mode.例文帳に追加
これにより、デフォルト釦設定モードからユーザ釦設定モードに変更可能とする。 - 特許庁
This is the default mode after the power supply is ON.例文帳に追加
これは、電源がオンになった後のデフォルトモードです。 - Weblio Email例文集
By default, the mode of created FIFOs is 0666 (`a+rw') minus the bits in the 例文帳に追加
デフォルトでは、作成される FIFO の許可モードは 0666 (`a+rw') から - JM
Initially,the mode in a model description is set to the default, DRIVE 例文帳に追加
まず,モデル記述のモードを省略値DRIVEに設定する - コンピューター用語辞典
If the user does not select the mode, the first mode is selected as a default value.例文帳に追加
ユーザがモード未選択の場合、デフォルト値として第1モードが選択される。 - 特許庁
The firstvalid mode in this list will be the default display mode for startup. 例文帳に追加
リスト中で最初に有効なモード値が起動時のデフォルトの表示モードとなる。 - XFree86
By default, the mode of created directories is 0777 (`a+rwx') 例文帳に追加
作成されたディレクトリのアクセス権は、特に指定がない場合、 - JM
DEFAULT OPERATION MODE SETTING CHANGE CIRCUIT OF SEMICONDUCTOR STORAGE例文帳に追加
半導体記憶装置のデフォルト動作モード設定変更回路 - 特許庁
(hibernate with TuxOnIce)Enhanced Hibernation (TuxOnIce)--- Image Storage (you need at least one writer)[*] File Writer[*] Swap Writer--- General Options[*] LZF image compression(replace /dev/SWAP with your swap partition)(swap:/dev/SWAP) Default resume device name[ ] Allow Keep Image Mode 例文帳に追加
(/dev/SWAPをswapパーティションに置き換える) []AllowKeepImageMode - Gentoo Linux
In the default mode, this matches anycharacter except a newline. 例文帳に追加
"." (ドット) デフォルトのモードでは改行以外の任意の文字にマッチします。 - Python
If no default error mode is set in an object, this mode will be used. 例文帳に追加
オブジェクトの中でデフォルトのエラーモードが設定されない場合、このモードが使用されます。 - PEAR
file.mode is used as the default value for mode (the "b" flag is still added if necessary).例文帳に追加
file.modeがmodeのデフォルト値として使われます(必要であれば、さらにフラグ"b"が付け加えられます)。 - Python
If not specified, the default value is 'r'.The optional mode argument is the Unix mode of the file, used only when the database has to be created.例文帳に追加
オプションの mode 引数は、新たにデータベースを作成しなければならない場合に使われる Unix のファイルモードです。 - Python
When it is determined in step 300 that the current action mode is the mode except the default mode, it is determined in step 308 whether or not the current action mode is another action mode.例文帳に追加
一方、ステップ300において、デフォルトモード以外であると判定された場合は、ステップ308で現在の動作モードが他の動作モードであるか判定する。 - 特許庁
In Python 2.0 and before, passive mode was off by default; in Python 2.1 and later, it is on by default.例文帳に追加
Python 2.0以前ではデフォルトでパッシブモードはオフにされていましたが、Python 2.1以後ではデフォルトでオンになっています。 - Python
To provide a default operation mode setting change circuit of a semiconductor storage which can change an operation mode of default after completion of a chip.例文帳に追加
デフォルトの動作モードをチップ完成後に変更できるような半導体記憶装置のデフォルト動作モード設定変更回路を提供する。 - 特許庁
Here, we set the default error mode to PEAR_ERROR_DIE, and since we don't specify any error mode in the raiseError call (that'd be the third parameter), raiseError uses the default error mode and exits if fsockopen fails. 例文帳に追加
raiseError のコールにあたって、(3番目のパラメータに)エラーモードを設定していないため、raiseError はデフォルトのエラーモードを使用し、fsockopen が失敗するとスクリプトの実行を終了します。 - PEAR
In contrast, if the connection mode is a local connection (No in S130), the normal mode is automatically set as default mode.例文帳に追加
これに対し、接続形態がローカル接続である場合には(S130:NO)、デフォルトでの動作モードを自動的に通常モードとする。 - 特許庁
Open the file file and set various flags according toflags and possibly its mode according to mode. The default mode is 0777 (octal), and the current umask value is first masked out.例文帳に追加
ファイル file を開き、flag に従って様々なフラグを設定し、可能なら mode に従ってファイルモードを設定します。 mode の標準の設定値は 0777 (8進表現) で、先に現在の umask を使ってマスクを掛けます。 - Python
An operating unit 31 selects color mode and a monochrome mode to set Vda so that it becomes a default set reference voltage.例文帳に追加
操作部31でカラーとモノクロを選択し、デフォルト設定されたリファレンス電圧となるようVdaを設定する。 - 特許庁
Operation is set to be in a fixed focus mode by default at the time of turning on a power source, so that a photographer selects an automatic focusing mode.例文帳に追加
電源投入時デフォルトで固定焦点モードとなり、撮影者が自動焦点モードを選択できる。 - 特許庁
An operating unit 31 selects color mode and a monochrome mode to set Vda so that it becomes a default set reference voltage.例文帳に追加
操作部31でカラーとモノクロモードを選択し、デフォルト設定されたリファレンス電圧となるようVdaを設定する。 - 特許庁
The default value for mode is 't'.Also, for each of these variants, on Unix, cmd may be a sequence, in which case arguments will be passed directly to the program without shellintervention (as with os.例文帳に追加
mode の標準の設定値は't' です。 またUnixではこれらの変種はいずれも cmd をシーケンスにできます。 - Python
Each key has an individual mode of whether or not it should auto-repeat and a default setting for the mode.例文帳に追加
それぞれのキーはオートリピートすべきかどうかを示す個別のモードと、このモードのデフォルトの設定を持っている。 - XFree86
In addition, there is a global mode of whether auto-repeat should be enabled or not and a default setting for that mode.例文帳に追加
さらに、オートリピートを有効にすべきかどうかを示す大域的なモードと、このモードのデフォルトの設定がある。 - XFree86
The default mode is to print a line with checksum, a character indicating type (`*' for binary, ` ' for text), and name for each FILE. 例文帳に追加
このファイルは、各行それぞれ、MD5 sumやバイナリ/テキスト・フラグ、ファイル名を含んでいる。 - JM
and uses the default mode as the point of departure. 例文帳に追加
のシンボル表現で指定し、 デフォルトの許可モードに対する変更点として扱われる。 - JM
Since the value of the mode information memorized as a default is the one for a room (ROOM) mode in a PPV-TV mode, the television receiver is established to the room mode in the PPV-TV mode, and processing corresponding to the mode is executed.例文帳に追加
デフォルト値として記憶されているモード情報の値は、PPV−TVモードのルーム(ROOM)モードであるので、テレビジョン受像機はPPV−TVモードのルームモードに設定され、そのモードに対応する処理が実行される。 - 特許庁
To provide a method and a system for performing an adapter code in an operation mode that is different from the default operation mode of the system.例文帳に追加
システムのデフォールトの操作モードとは異なる操作モードでアダプタ・コードを実行する方法およびシステムを提供する。 - 特許庁
These shell scripts should be set executable, the default file mode is 555. 例文帳に追加
シングルユーザモードに移行して、 マルチユーザモードに戻ってください。 コンソールで次のように実行します。 - FreeBSD
By default, an interactive mode is used, which attempts to make sure you know what you are doing. 例文帳に追加
デフォルトでは、 どういう操作を行なっているか確認できる対話モードが使われます。 - FreeBSD
and then uses the default mode as the point of departure. 例文帳に追加
コマンドと同様にシンボルを使い指定できる。 その時標準のアクセス権を初期値として使う。 - JM
DEFAULT MODE DETECTION SYSTEM FOR TRANSMISSION UTILIZING ELECTROHYDRAULIC CLUTCH AND DETECTION METHOD THEREOF例文帳に追加
電気油圧クラッチを利用するトランスミッションのデフォ—ルトモ—ド検出システムおよびその方法 - 特許庁
| 意味 | 例文 |
| 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/ ). |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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. |
| © 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|
