1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

none theの部分一致の例文一覧と使い方

該当件数 : 1407



例文

Return None if lib wasn't found in any of the specified directories.例文帳に追加

指定されたどのディレクトリでも lib が見つからなければ Noneを返します。 - Python

Defaults to None if the envelope header was never set.例文帳に追加

エンベロープヘッダが設定されていない場合は None が返されます。 - Python

If path is omitted or None, the list of directory names given by sys.例文帳に追加

pathが省略されるかNoneならば、sys.pathのディレクトリ名のリストが検索されます。 - Python

If the file filename does not exist or cannot be read, None is returned.例文帳に追加

もしファイル filename が存在しないか、読み込めなければ、None が返されます。 - Python

例文

For host and port, by passing either an empty string or None, you can pass NULL to the C API.例文帳に追加

hostとport に空文字列かNone を指定すると C APIにNULLを渡せます。 - Python


例文

The sound parameter may be a filename, audio data as a string, or None.例文帳に追加

引数 sound はファイル名、音声データの文字列、または Noneをとり得ます。 - Python

If all such methods return None, the algorithm is repeated for methods named like例文帳に追加

このメソッドが全て None を返す場合、同じアルゴリズムを繰り返して、今度は - Python

This will be set to the empty string (''), in non-POSIX mode, and to None in POSIX mode.New in version 2.3.例文帳に追加

非 POSIX モードでは空文字列 ('') 、POSIX モードでは None が入ります。 - Python

This signals a test failure if expr is true, with msg or None for the error message.例文帳に追加

エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

例文

Returns a one-line description of the test, or None if no description has been provided.例文帳に追加

テストの説明を一行分、または説明がない場合にはNoneを返します。 - Python

例文

mask Specifies the cursor'ssource bits to be displayed or None. 例文帳に追加

mask 1iカーソルのソースのうち表示されるビット、あるいはNoneを指定。 - XFree86

The special name "none" disables writing records to /usr/adm/wtmp.例文帳に追加

特別な名前 "none" を指定すると、 /usr/adm/wtmp へのレコード書き込みが無効になる。 - XFree86

The special name "none" disables writing records to /etc/utmp. -l line-name例文帳に追加

特別な名前 "none" を指定すると、/etc/utmp へのレコード書き込みが無効になる。 - XFree86

This method will return (None, None) if there is no matching user/password.For HTTPPasswordMgrWithDefaultRealm objects, the realmNone will be searched if the given realm has no matchinguser/password.例文帳に追加

該当するユーザ名/パスワードが存在しない場合、このメソッドは (None, None) を返します。 HTTPPasswordMgrWithDefaultRealm オブジェクトでは、与えられたrealm に対して該当するユーザ名/パスワードが存在しない場合、レルム None が検索されます。 - Python

The object passed as the tzinfo argument to the datetime constructor, or None if none was passed.例文帳に追加

datetime コンストラクタに tzinfo 引数として与えられたオブジェクトになり、何も渡されなかった場合には Noneになります。 - Python

The object passed as the tzinfo argument to the timeconstructor, or None if none was passed. 例文帳に追加

time コンストラクタに tzinfo 引数として与えられたオブジェクトになり、何も渡されなかった場合には Noneになります。 - Python

If stop is None, then iteration continues until the iterator is exhausted, if at all; otherwise, it stops at the specified position.例文帳に追加

stopがNoneであれば、無限に、もしくはiterableの全要素を返すまで値を返します。 None以外ならイテレータは指定された要素位置で停止します。 - Python

The align value can be any object,but by convention is a string or None, where Noneindicates that the writer's ``preferred'' alignment should be used.Conventional align values are 'left', 'center','right', and 'justify'. 例文帳に追加

align の値は任意のオブジェクトを取りえますが、慣習的な値は文字列または None で、None は writer の ``好む'' 字揃えを使うことを表します。 - Python

tzinfo.utcoffset(None), and raises an exception if the latter doesn't return None or a timedelta object representing a whole number of minutes with magnitude less than one day.例文帳に追加

後者の式が None か、1 日以下の大きさを持つ経過時間を表す timedelta オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

tzinfo.dst(None), and raises an exception if the latter doesn't return None, or a timedelta object representing a whole number of minutes with magnitude less than one day.例文帳に追加

後者の式が None か、1 日以下の大きさを持つ経過時間を表す timedelta オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

The different modes have the following meaning: None No interrupt moderation is applied on the adapter card. 例文帳に追加

それぞれのモードは以下の意味を持つ:Noneアダプタカードに対して割り込み調停を適用しない。 - JM

If the module is not specified or is None, then the test finder will attempt to automatically determine the correct module.例文帳に追加

module を指定しないか、None を指定した場合には、正しいモジュールを自動的に決定しようと試みます。 - Python

Values of type DOMString may also be None where allowed to have the IDL null value by the DOM specification from the W3C.例文帳に追加

DOMString 型の値は、W3C の DOM 仕様で、IDLnull 値になってもよいとされている場所では None になることもあります。 - Python

A macro definition is either a (name, value) 2-tuple or a (name,) 1-tuple.The former defines a macro; if the value is None, the macro is defined without an explicit value.例文帳に追加

もしvalueがNoneであれば、マクロは特定の値をもたないで定義されます。 - Python

Normally,the parameter will be added as key="value" unless the value is None, in which case only the key will be added.Here's an example:例文帳に追加

パラメータの値が None のときはキーのみが追加されます。 例を示しましょう: - Python

If the input string has no timezone, the last element of the tuple returned is None.例文帳に追加

入力された文字列に時間帯が指定されていなかった場合、10番目の要素にはNone が入ります。 - Python

If the values do not compare equal, the test will fail with the explanation given by msg, or None.例文帳に追加

exprが等しくない場合、テスト失敗を通知します。 エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

If the values do compare equal, the test will fail with the explanation given by msg, or None.例文帳に追加

exprが等しい場合、テスト失敗を通知します。 エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

The default implementation of this method returns the first line of the test method's docstring, if available, or None.例文帳に追加

デフォルトでは、テストメソッドのdocstringの先頭の一行、またはNoneを返します。 - Python

The None type indicates that the application should not interact with the user while saving state.例文帳に追加

None を指定すると、アプリケーションは状態保存の間にユーザに対する対話処理を行ってはならない。 - XFree86

whereas `each,' `every,' `either,' `neither,' and `none' are distributive or referring to a single member of a group, `which' in `which of the men' is separative 例文帳に追加

『each』、『every』、『either』、『neither』、『none』が分配的、つまり集団の中の1つのものを指すのに対し、『which of the men』の『which』は分離的である - 日本語WordNet

If the referent no longer exists, calling the reference object returns None:例文帳に追加

リファレントがもはや存在しないならば、参照オブジェクトの呼び出しはNoneを返します: - Python

Like "s", but the Python object may also be None, inwhich case the C pointer is set to NULL. 例文帳に追加

"s" に似ていますが、Python オブジェクトは None でもよく、その場合には C のポインタは NULLにセットされます。 - Python

If the lock argument is given and not None, it must be a Lock or RLock object, and it is used as the underlying lock.例文帳に追加

lock を指定して、None の値にする場合、Lock またはRLock オブジェクトでなければなりません。 - Python

If no namespace is associated with the element, the uri component of name will be None.例文帳に追加

要素に関連付けられた名前空間がないときは、name コンポーネントの uri が None になります。 - Python

URL linking to a comment from the server explaining the function of this cookie, or None.例文帳に追加

このクッキーの働きを説明する、サーバからのコメントのリンク URL、あるいは None。 - Python

The hour, minute, second and microsecond of the result are all 0,and tzinfo is None.例文帳に追加

結果として返されるオブジェクトの時間、分、秒、およびマイクロ秒はすべて 0 となり、tzinfo は None となります。 - Python

For example, returning None is appropriate if the class wishes to say that time objects don't participate in the tzinfo protocols.例文帳に追加

例えば、このクラスが tzinfo プロトコルと関係をもたないということを表明させたければ、None が適切です。 - Python

If a field is not specified or is None,the default values are copied from the DefaultContext. 例文帳に追加

あるフィールドが定義されていないかNone であれば、 DefaultContext からデフォルト値をコピーします。 - Python

define_macros takes a list of (name, value) tuples, wherename is the name of the macro to define (a string) and value is its value: either a string or None.例文帳に追加

name は定義したいマクロの名前 (文字列) で、value はその値です: value は文字列か None になります。 - Python

On success, the size of the file is returned as an integer, otherwise None is returned.例文帳に追加

成功したらファイルサイズが整数で返され、そうでないならNoneが返されます。 - Python

The default argument is used for groups that did not participate in the match; it defaults to None.例文帳に追加

default 引数は、マッチに加わらなかったグループ用に使われます;それはデフォールトでは None です。 - Python

The (count)parameter defaults to None, resulting in the loop terminating only when all channels have been closed.例文帳に追加

引数countのデフォルト値はNoneで、ループは全てのチャネルがクローズされた場合のみ終了します。 - Python

It the timezone item in the tuple is None, assumelocal time. 例文帳に追加

与えられた時間帯が None である場合、時間帯として現地時間 (localtime) が仮定されます。 - Python

The errno and strerror attributes are also None when the instance was created with other than 2 or 3 arguments.例文帳に追加

この例外が 2 または 3 つ以外の引数で生成された場合、errno および strerror 属性もNone になります。 - Python

return the first lock conflicting with the requested lock, or None if there is no conflict.例文帳に追加

要求されたロックと衝突している第一のロックを返すか、衝突がない場合には None を返します。 - Python

If the timezone item in the tuple is None, assumelocal time. 例文帳に追加

タプル内のタイムゾーン要素が None の場合、地域の時刻を表しているものと家庭します。 - Python

The text is a string with leading and trailing whitespace stripped; if the source is not available it is None.例文帳に追加

textは前と後ろに付いている空白を取り除いた文字列です。 ソースが使えない場合はNoneです。 - Python

If the first expression evaluates to None, then sys.stdout is used as the file for output.例文帳に追加

最初の式の値評価結果が None になった場合、 sys.stdout が出力ファイルとして使われます。 - Python

例文

Changing the cursor of a root window to None restores the default cursor.例文帳に追加

ルートウィンドウのカーソルをNoneに設定すると、カーソルはデフォルトのものに戻る。 - XFree86

索引トップ用語の索引



  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2024 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS