例文 (21件) |
function name argumentの部分一致の例文一覧と使い方
該当件数 : 21件
function looks up network addresses for the host specified by the name argument. 例文帳に追加
関数はname引き数で指定されたホストのネットワークアドレスを引く。 - JM
The tag argument is the name of the tag, and the method argument is the function (method) which should be used to support semantic interpretation of the start tag.例文帳に追加
tag はタグ名で、method は開始タグの意味解析サポートに使われる関数(メソッド)です。 - Python
Description The XSetICValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
説明関数XSetICValuesはエラーが発生しなければ NULL を返す。 - XFree86
The tag argument is the name of the tag, and the method argument is the function (method) which should be used to support semantic interpretation of the end tag.例文帳に追加
tag はタグ名で、method は終了タグの意味解析サポートに使われる関数(メソッド)です。 - Python
This function takes a single argument that has can be passed to the exec statement, and an optional file name.例文帳に追加
この関数はオプション引数として exec 文に渡すファイル名を指定できます。 - Python
expects the first argument to be the name of a function and any remaining arguments to be function parameters. 例文帳に追加
では最初の引数は関数名であり、残りの引数が関数のパラメータであることが必要です。 - JM
This utility function creates and returns a new exception object.The name argument must be the name of the new exception, a Cstring of the form module.class. 例文帳に追加
このユーティリティ関数は新しい例外オブジェクトを作成して返します。 name引数は新しい例外の名前、module.class形式のC文字列でなければならない。 - Python
DISTRIBUTED FUNCTION COOPERATION SYSTEM, FUNCTIONAL ENTITY, DISTRIBUTED FUNCTION MANAGEMENT DEVICE, ARGUMENT NAME SOLUTION METHOD OF DISTRIBUTED FUNCTION COOPERATION SYSTEM, PARAMETER VERIFICATION METHOD OF DISTRIBUTED FUNCTION COOPERATION SYSTEM AND PROGRAM例文帳に追加
分散機能連携システム、機能実体、分散機能管理装置、分散機能連携システムの引数名解決方法、分散機能連携システムのパラメータ検証方法、およびプログラム - 特許庁
This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加
この関数は成功時には NULL を返す。 そうでない場合には、取得に失敗した最初の引き数の名前を返す。 - XFree86
Whenever a function or method expects a file argument, this argument can be one of three things: (1) a full or partial Macintoshpathname, (2) an FSSpec object or (3) a 3-tuple(wdRefNum, parID, name) as described in Inside Macintosh: Files.例文帳に追加
関数やメソッドがfile 引数をとるようになっている場合、引数は常に次の 3 つ、(1) Macintosh のフルパス名あるいは部分パス名、(2) FSSpec オブジェクト、(3) Inside Macintosh: Files で解説されている 3 要素のタプル(wdRefNum, parID, name)のうちのいずれかになります。 - Python
The XSetOCValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.例文帳に追加
関数XSetOCValuesはエラーが発生しなかった場合に NULL を返す。 そうでない場合、セットできなかった最初の引き数の名前が返される。 - XFree86
The XGetICValues function returns NULL if no error occurred;otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加
関数XGetICValuesはエラーが発生しなければ NULL を返す。 そうでない場合には、得ることができなかった最初の引き数の名前を返す。 - XFree86
When the function or command is invoked, the first argument is the name of the command whose arguments are being completed, the second argument is the word being completed, and the third argument is the word preceding the word being completed on the current command line. 例文帳に追加
関数やコマンドが呼び出されるときは、最初の引き数は引き数が補完されるコマンドの名前、二番目の引き数は補完される単語、三番目の引き数は現在のコマンドラインで補完中の単語の前に置かれる単語となります。 - JM
This function returns NULL ifit succeeds; otherwise, it returns the name of the first argument thatcould not be obtained. 例文帳に追加
この関数は成功の場合には NULL を返す。 そうでない場合には、取得に失敗した取得に失敗した最初の引き数の名前を返す。 - XFree86
The argument to pydoc can be the name of a function, module, or package, or a dotted reference to a class,method, or function within a module or module in a package.例文帳に追加
pydocの引数として与えることができるのは、関数名・モジュール名・パッケージ名、また、モジュールやパッケージ内のモジュールに含まれるクラス・メソッド・関数へのドット"."形式での参照です。 - Python
A compiler 202 analyzes a source file 201, position information composed of class name, object name, function name, argument list, file scope, class scope, function scope, row number and address is extracted by a position information extracting part 404 and a position information table 1000 is prepared.例文帳に追加
コンパイラ装置202がソースファイル201を解析し、位置情報抽出部404によって、クラス名、オブジェクト名、関数名、引数リスト、ファイルスコープ、クラススコープ、関数スコープ、行番号、アドレスで構成される位置情報を抽出、位置情報テーブル1000を生成する。 - 特許庁
If the argument is a string, then the string is looked up as the name of a module,function, class, method, keyword, or documentation topic, and a help page is printed on the console.例文帳に追加
引数が文字列の場合、文字列はモジュール、関数、クラス、メソッド、キーワード、またはドキュメントの項目名として検索され、ヘルプページがコンソール上に印字されます。 - Python
A transmitter side uses a user name, such as a user name or a mail address of a receiver side user, by which the receiver side user can be identified, for an argument and calculates unique numerical sequence by using a HASH function and uses the calculation result for a sub address in the case of transmission.例文帳に追加
送信する際に受信側ユーザのユーザ名又はメールアドレス等の当該受信側ユーザを特定できるユーザ名を引数としてHASH関数で一意的な数値列を演算して、これをサブアドレスとする。 - 特許庁
An instruction book interpretation execution unit 48 extracts a class name of an image processing class corresponding to each processing module and a specific argument from image processing information, converts the class name in accordance with predetermined rules, and calls a factory generation function 60 to which the converted name is given.例文帳に追加
指示書解釈実行部48は、画像処理情報から各処理モジュールに対応する画像処理クラスのクラス名及び固有の引数を抽出し、該クラス名を予め定められた規則によって変換し、該変換された名称が付与されたファクトリ生成関数60を呼び出す。 - 特許庁
例文 (21件) |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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会員(無料)になると
|