| 例文 |
none specifiedの部分一致の例文一覧と使い方
該当件数 : 54件
If the owner window is specified as None, then the owner of the selection becomes None (that is, no owner).例文帳に追加
所有者のウィンドウにNoneが指定された場合には、セレクションの所有者はNone(つまり所有者無し)となる。 - XFree86
If not specified, or None,an empty dictionary is used. 例文帳に追加
globs を指定しない場合やNone にした場合、空の辞書を使います。 - Python
Return None if lib wasn't found in any of the specified directories.例文帳に追加
指定されたどのディレクトリでも lib が見つからなければ Noneを返します。 - Python
If no selection was specified, the function returns the constant None.例文帳に追加
セレクションが指定されていない場合には、関数は定数Noneを返す。 - XFree86
tagname, if specified and not None, is a string giving a tag name for the mapping.例文帳に追加
tagnameは、None以外で指定された場合、マップのタグ名を与える文字列となります。 - Python
Identifier (or None if not specified), the system identifier, and the uninterpreted contents of the internal DTD subset as a string (or None if not present).例文帳に追加
(指定されていない場合は None)、システム識別子、および内部 DTD サブセットを処理せずそのまま文字列で指定します(指定されていない場合は None)。 - Python
The colormap member is set to the colormap for the specified window and can be a colormap ID or None.例文帳に追加
colormap メンバには指定したウィンドウのカラーマップがセットされる。 このメンバの取る値はカラーマップの ID かNoneである。 - XFree86
If none is specified, the terminalname will be determined with ttyname(3)and stripped of leading components. -h host-name 例文帳に追加
"none" が指定された場合、端末名は ttyname(3) の結果から最後の要素を取り出したものとなる。 - XFree86
If the module is not specified or is None, then the test finder will attempt to automatically determine the correct module.例文帳に追加
module を指定しないか、None を指定した場合には、正しいモジュールを自動的に決定しようと試みます。 - Python
password entry, or /bin/sh if none is specified there. 例文帳に追加
のパスワードエントリから選択される。 ここに何も書かれていない場合は - JM
If not specified or is None, key defaults to an identity function and returns the element unchanged.例文帳に追加
キーを指定しない場合や None にした場合、デフォルトはオブジェクトのアイデンティティ関数をになり、要素をそのまま返します。 - Python
If none are specified it reads from standard input a list of numbers 例文帳に追加
何も指定しなければ標準入力から数値リストを読み込む。 - JM
Note thattzinfo=None can be specified to create a naive datetime from an aware datetime with no conversion of date and time members.例文帳に追加
メンバに対する変換を行わずに aware な datetime オブジェクトから naive な datetime オブジェクトを生成するために、tzinfo=None を指定することもできます。 - Python
Note thattzinfo=None can be specified to create a naive time from an aware time, without conversion of the time members.例文帳に追加
メンバに対する変換を行わずに aware な datetime オブジェクトから naive な time オブジェクトを生成するために、tzinfo=None を指定することもできます。 - Python
If sep is not specified or None, any whitespace string is a separator.New in version 2.4.例文帳に追加
sep が指定されていない、あるいは Noneのとき、全ての空白文字が区切り文字となります。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
The requested authentication method.If none is specified,the best supported method will be used. 例文帳に追加
認証手法。 指定されなかった場合は、最もサポートされている手法が用いられます。 - PEAR
If function is specified,it will be used as the new completer function; if omitted or None, any completer function already installed is removed.例文帳に追加
function が指定されていれば、新たな completer 関数として用いられます; 省略されるか None になっていれば、現在インストールされている completer 関数は除去されます。 - Python
Returned data contains a space separated list of matching message numbers. charset may be None, in which case no "CHARSET" will be specified in the request to the server.例文帳に追加
返されるデータには合致したメッセージ番号をスペースで分割したリストが入っています。 charset は None でもよく、この場合にはサーバへの要求内に "CHARSET" は指定されません。 - Python
Splitting an empty string with a specifiedseparator returns an empty list.If sep is not specified or is None, a different splittingalgorithm is applied. 例文帳に追加
区切り文字を指定して空の文字列を分割すると、空のリストを返します。 sep が指定されていないか None が指定されている場合、異なる分割アルゴリズムが適用されます。 - Python
If the specified colormap is defined as the colormap for a window (by XCreateWindow, XSetWindowColormap,or XChangeWindowAttributes), XFreeColormap changes the colormap associated with the window to None and generates a ColormapNotify event.例文帳に追加
指定したカラーマップが(XCreateWindow ,XSetWindowColormap ,XChangeWindowAttributesによって)あるウィンドウのカラーマップとして定義されている場合には、XFreeColormapはウィンドウに関連付けられたカラーマップをNoneに変更し、ColormapNotifyイベントを生成する。 - XFree86
This is the opposite of passing None as the clip-mask in XCreateGC, XChangeGC, and XSetClipMask.If known by the client, ordering relations on the rectangles can be specified with the ordering argument.例文帳に追加
これはXCreateGC ,XChangeGC ,XSetClipMaskのクリップマスクでは、Noneを指定することと反対の意味である。 クライアントが分かっていれば、長方形の順序関係は引き数 ordering で指定することができる。 - XFree86
The commands are shown together with the default address or address range supplied if none is specified (in parenthesis). 例文帳に追加
コマンド実行時に何の指定もない場合のデフォルトの行番号もしくは行範囲が括弧内に示されています。 - JM
If no owner for the specified selection exists, theX server generates a SelectionNotify event to the requestor with propertyNone. 例文帳に追加
\\(bu 5指定されたセレクションの所有者がいない場合、X サーバはプロパティにNoneを設定してSelectionNotifyイベントを要求者に送る。 - XFree86
Set the access and modified times of the file specified by path.If times is None, then the file's access and modified times are set to the current time.例文帳に追加
path で指定されたファイルに最終アクセス時刻および最終修正時刻を設定します。 times が None の場合、ファイルの最終アクセス時刻および最終更新時刻は現在の時刻になります。 - Python
If you added a folder of classes or resources to the classpath(as opposed to a JAR file or project), none of the classpathelements are copied to the dist folder. If a library on the project's classpath also has a Class-Pathelement specified in its manifest, the content of the Class-Path element must be on the project's runtime path.例文帳に追加
また、アプリケーションの JAR ファイルの manifest.mf ファイルで Class-Path 要素に各 JAR ファイルが追加されます。 - NetBeans
ed maintains a current address which is typically supplied to commands as the default address when none is specified. 例文帳に追加
mはm 現在行を管理しており、コマンドに行番号が指定されない場合は、現在行がデフォルト行として用いられます。 - JM
If none of the table in $from contain a columns with the specified name, the search is instead broadened to all tables in the database.例文帳に追加
$from の中に指定した名前のカラムを含むテーブルがなかった場合は、検索範囲をデータベース内のすべてのテーブルに広げます。 - PEAR
If the window argument is None, XFilterEventapplies the filter to the window specified in the XEvent structure.The window argument is provided so that layers above Xlib that do eventredirection can indicate to which window an event has been redirected. 例文帳に追加
引き数 window を与える目的は、Xlib より上にあってイベントのリダイレクションを行う 層がリダイレクト済みのウィンドウを指示できるようにすることである。 - XFree86
In the fishing game board, fish bodies swim in a simulated manner at random on a specified track, not none the same circumference in the game board.例文帳に追加
本発明は、魚つりゲーム盤であって、ゲーム盤面上の魚体が同一円周上ではなく、所定の軌跡でランダムに擬似遊泳するものである。 - 特許庁
The particular interpretation of the property's encoding and data as text is left to the calling application.If the specified property does not exist on the window, XGetTextPropertysets the value field to NULL, the encoding field to None, the format field to zero, and the nitems field to zero.例文帳に追加
プロパティのエンコーディングの解釈やデータをテキストと解釈することは、関数を呼び出したアプリケーションの裁量に任される。 指定されたプロパティをウィンドウが持っていない場合、XGetTextPropertyは value フィールドに NULL, encoding フィールドにNone ,format フィールドに 0, nitems フィールドに 0 を設定する。 - XFree86
The display number of candidate station names of the specified line and the other lines is limited, and when candidate names exceeding the limit number are retrieved, none is displayed.例文帳に追加
また、特定路線と他路線との候補駅名はその表示個数が制限されており、その制限数を超える候補駅名が検索されたときには、1つも表示されない。 - 特許庁
If locale is specified, it may be a string, a tuple of the form (language code, encoding), or None.If it is a tuple, it is converted to a string using the localealiasing engine.例文帳に追加
locale を指定する場合、文字列、(language code, encoding)、からなるタプル、またはNone をとることができます。 locale がタプルのの場合、ロケール別名解決エンジンによって文字列に変換されます。 - Python
If the client that is the owner of a selection is later terminated (that is, its connection is closed) or if the owner window it has specified in the request is later destroyed, the owner of the selection automatically reverts to None, but the last-change time is not affected.例文帳に追加
セレクションの所有者になっているクライアントが後で終了した(つまり接続が閉じた)か、リクエストで指定された所有者のウィンドウが後で破棄された場合には、セレクションの所有者は自動的にNoneに戻るが、最終更新時間はこの影響を受けない。 - XFree86
The specified relationship is, for example, that none of the judgment figures defined and displayed three times in the past show '15' with the largest degree of profit and the specified relationship is grouped into a plurality of types to grant the different degree of profit per group.例文帳に追加
特定の関係は、例えば、過去3回の確定表示された判定図柄がいずれも利益量の最も多い「15」でないことであり、特定の関係を複数種類のグループにグループ分けして、グループ毎に度合いの異なる利益量を付与する。 - 特許庁
To provide an on-board image displaying device capable of reflecting the information more certain about the vehicle condition, running or stopping, on the existence or none of the specified image displaying.例文帳に追加
車両の走行又は停止状態についてのより確実な情報を所定の画像表示の有無に反映させることを可能とする車載用画像表示装置を提供すること。 - 特許庁
If none of the unmanged proxies can satisfy the request, the proxy managerwill timeout for a configurable amount of time (specified by -timeout ordefault of 10) and reattempt to find an unmanaged proxy willing to satisfythe request. 例文帳に追加
いずれの非管理プロキシもリクエストを扱えなければ、一定時間の間タイムアウトし(この時間は\\-timeoutオプションで設定でき、デフォルト値は10秒である)、非管理プロキシがリクエストを処理できるかどうか再び調べる。 - XFree86
If none of -font, -id, -name, and -root are specified, a crosshairs cursor is displayed and the user is allowed to choose any visible window by pressing any pointer button in the desired window.例文帳に追加
-font, -id, -name, -root のいずれも指定されていない場合、十字形のカーソルが表示され、ユーザは選択したいウィンドウ上でポインタのボタンをクリックすることで表示されている任意のウィンドウを選択することができる。 - XFree86
The specified relationship, for example, is that none of the judgment figures defined and displayed three times in the past show '15' with the largest degree of profit and the specified relationship is grouped into a plurality of types and the probability varying games different in the degree of profit (rate of generating jackpot) are granted per group.例文帳に追加
特定の関係は、例えば、過去3回の確定表示された判定図柄がいずれも利益量の最も多い「15」でないことであり、特定の関係を複数種類のグループにグループ分けして、グループ毎に利益度合い(大当たり発生率)の異なる確変遊技を付与する。 - 特許庁
(i) None of the holders of filed rehabilitation claims has submitted a proposed rehabilitation plan that specifies no special clause on home loan within the period specified by the court or any extension thereof: The time when said period or extension has expired 例文帳に追加
一 いずれの届出再生債権者も裁判所の定めた期間又はその伸長した期間内に住宅資金特別条項の定めのない再生計画案を提出しなかったとき 当該期間が満了した時 - 日本法令外国語訳データベースシステム
(2) A written statement attesting to the fact that none of the items in Article 45, Paragraph 1 apply to the Parties Applying to Register as Collection Operators and other documents specified by ordinance of the competent minister shall be appended to the written application set forth in the preceding paragraph. 例文帳に追加
2 前項の申請書には、引取業登録申請者が第四十五条第一項各号に該当しない者であることを誓約する書面その他主務省令で定める書類を添付しなければならない。 - 日本法令外国語訳データベースシステム
(2) A written statement attesting to the fact that none of the items in Article 56, Paragraph 1 apply to the Parties Applying to Register as Fluorocarbons Recovery Operators and other documents specified by ordinance of the competent minister shall be appended to the written application set forth in the preceding paragraph. 例文帳に追加
2 前項の申請書には、フロン類回収業登録申請者が第五十六条第一項各号に該当しない者であることを誓約する書面その他主務省令で定める書類を添付しなければならない。 - 日本法令外国語訳データベースシステム
(2) A written statement attesting to the fact that none of the items in Paragraph 1, Item 2, (a) to (j) of the following article apply to the Dismantling Operation License Applicant and other documents specified by ordinance of the competent minister shall be appended to the written application set forth in the preceding paragraph. 例文帳に追加
2 前項の申請書には、解体業許可申請者が次条第一項第二号イからヌまでのいずれにも該当しないことを誓約する書面その他主務省令で定める書類を添付しなければならない。 - 日本法令外国語訳データベースシステム
If the new KeyCodes specified for a modifier differ from those currently defined and any (current or new)keys for that modifier are in the logically down state, XSetDeviceModifierMapping returns MappingBusy, and none of the modifiers is changed.例文帳に追加
モディファイアとして指定された新しい KeyCode が、現在定義されているものと異なり、そのモディファイアに対する(現在あるいは新しい)キーが論理的に押されている状態である場合、XSetDeviceModifierMappingは MappingBusy を返し、いずれのモディファイアも変更されない。 - XFree86
When the write signal generation circuit 3 recognizes that none of an external device 5 is connected, it sets the address area specified by the circuit for a protection area and does not generate the write memory signal if the CPU 1 tries to write data to the protection area.例文帳に追加
ライト信号生成回路3は外部装置5が接続されていないと認識すると、回路的に設定された所定アドレス範囲を保護エリアとし、CPU1が保護エリアに書込みを行おうとした場合、メモリライト信号)を生成しない。 - 特許庁
If the new KeyCodes specified for a modifier differ from those currently defined and any (current or new) keys for that modifier are in the logically down state, XSetModifierMapping returns MappingBusy, and none of the modifiers is changed.例文帳に追加
モディファイアに対して指定された新しい KeyCode が現在定義されているモディファイアと異なり、そのモディファイアに対する(現在の、あるいは新しい)キーのいずれかが論理的に押された状態にある場合は、XSetModifierMappingはMappingBusyを返し、どのモディファイアも変更されない。 - XFree86
To provide paste-like food having moderate viscosity and good solubility in the mouth, irrespective of solely having ≤1% content of a specified or conventional additive used as a thickening stabilizer or containing none of them and having 70-95% water content.例文帳に追加
指定添加物または既存添加物であって増粘安定剤として使用するものの含有量が1%以下あるいは含有しておらず、水分含量が70〜95%であるにもかかわらず、適度な粘度を有した口溶けの良いペースト状食品を提供する。 - 特許庁
The decision to register a trade mark shall be made if examination reveals none of the circumstances specified in subsection 9 (1) and § 10 of this Act which preclude legal protection or if the applicant eliminated circumstances which were revealed by the examination and which preclude legal protection. 例文帳に追加
審査の結果,第9条 (1)及び第10条に定める法的保護を妨げる如何なる事情も明らかにならなかった場合又は審査の結果明らかになった法的保護を妨げる事情を出願人が除去した場合は,商標を登録する決定を行うものとする。 - 特許庁
The paste-like food has ≤1% content of the specified or conventional additive used as the thickening stabilizer or contains none of them and has 70-95% water content, and further contains agar, wet heat-treated starch and fruit puree having ≥0.8% dietary fiber content, and has pH 3-5.例文帳に追加
指定添加物または既存添加物であって増粘安定剤として使用するものの含有量が1%以下あるいは含有しておらず、水分含量が70〜95%であるペースト状食品であって、寒天、湿熱処理澱粉、および食物繊維含有量が0.8%以上である果実のピューレを含有し、pHが3〜5であるペースト状食品。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ). |
| © 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. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
