「callback function」を含む例文一覧(82)

1 2 次へ>
  • Callback function/method
    コールバック関数 / メソッド。 - PEAR
  • Function/method to use, callback.
    callback として使用する関数あるいはメソッド - PEAR
  • Sets a callback function.
    コールバック関数を設定します。 - PEAR
  • path to XML package description file mixed $callback callback function used to report output
    XML パッケージ定義ファイルへのパス。 mixed$callback 結果の出力に使用するコールバック関数。 - PEAR
  • function returns whatever value was returned by the last call to callback .
    関数は最後のcallbackの呼び出しで返された値を返す。 - JM
  • callback function/method that should be called
    コールされるコールバック関数/メソッド。 - PEAR
  • directory to save file in mixed $callback function/method to call for status updates
    mixed$callback 状態が更新された際にコールする関数/メソッド。 - PEAR
  • COMMUNICATION APPARATUS WITH CALLBACK FUNCTION
    呼返し機能を有する通信装置 - 特許庁
  • Name of validation rule string $type Either: 'regex' or 'callback' ('function' is also kept for backward compatibility).
    検証規則の名前。 string$type 'regex' あるいは 'callback'(過去との互換性のため、'function' も使用できます)。 - PEAR
  • Thus, the minimal callback function signature is:
    従って、最小のコールバック関数シグネチャは: - Python
  • The callback function is called for each line,with the trailing CRLF stripped.
    関数callbackは末尾のCRLFを取り除いた各行に対して実行されます。 - Python
  • A valid callback (function) that decides to following action.
    以下のアクションを決定するコールバック (関数)。 - PEAR
  • A valid callback (function) to control message generation.
    メッセージの生成を制御するコールバック (関数)。 - PEAR
  • function,but can be any valid callback.
    関数を使用していますが、これ以外にも任意のcallback を使用することができます。 - PEAR
  • TELEPHONE APPARATUS HAVING MAIL INTERLOCK CALLBACK FUNCTION
    メール連動コールバック機能を有する電話装置 - 特許庁
  • TELEPHONE SET HAVING MAIL-INTERLOCKED CALLBACK FUNCTION
    メール連動コールバック機能を有する電話装置 - 特許庁
  • Now, implement the callback function as follows.
    ここで、コールバック関数を次のように実装します。 - NetBeans
  • Set the object's callback function and argument.
    オブジェクトのコールバック関数と引数を設定します。 - Python
  • A valid callback (function) to control error context generation.
    エラーコンテキストの生成を制御するコールバック (関数)。 - PEAR
  • Apart from action, the only option attribute you must specify is callback, the function to call:
    action の他に指定しなければならない属性は callback、すなわちコールバックする関数自体です: - Python
  • Message callback function used when running the phpize program.
    phpize プログラムを実行した際のメッセージコールバック関数です。 - PEAR
  • Callback, either function name or array($object, 'method') boolean $mergeFiles Whether uploaded files should be processed too
    コールバック。 関数名あるいは array($object, 'method') 形式です。 - PEAR
  • Callback, either function name or array($object, 'method')
    コールバック。 関数名あるいは array($object, 'メソッド名') で指定します。 - PEAR
  • A valid callback (function) that decides to call a real free user function.
    後始末用のユーザ関数をコールすることを決定するコールバック (関数)。 - PEAR
  • Tried to pass a name of a non-existant function as a callback
    存在しない関数をコールバックとして渡そうとしました。 - PEAR
  • This can be easily done by specifying a "callback" function.
    これを行うには、単に "コールバック" 関数を指定するだけです。 - PEAR
  • function walks through the list of an application's shared objects and calls the function callback once for each object, until either all shared objects have been processed or callback returns a non-zero value.
    関数はアプリケーションの共有オブジェクトのリストを辿り、各オブジェクトに対して関数callbackを 1 回ずつ呼び出す。 これは全ての共有オブジェクトが処理されるか、callbackが 0 以外の値を返すまで行われる。 - JM
  • The callback function for this interaction is set with the statement:
    この相互作用のコールバック関数は次の文で設定します。 - NetBeans
  • some more content ...Sigma will parse the template for these placeholders and will allow you to define a callback function for them via
    Sigma はこれらのプレースホルダを含むテンプレートをパースし、 - PEAR
  • Call this method without arguments to remove the callback function.
    )引数なしにこのメソッドを呼び出すと、コールバック関数を削除します。 - Python
  • This function sets a callback function which is called upon failed login of a user account.
    この関数は、ユーザがログインに失敗した際にコールされるコールバック関数を設定します。 - PEAR
  • This function sets a callback function which is called upon successful login of a user account.
    この関数は、ユーザがログインに成功した際にコールされるコールバック関数を設定します。 - PEAR
  • This function sets a callback function which is called upon successful logout of a user account.
    この関数は、ユーザがログアウトに成功した際にコールされるコールバック関数を設定します。 - PEAR
  • callback rules can also handle an array here, but the callback function you provide will obviously need to properly handle an array of values.
    callback 規則もここで配列を扱うことができます。 しかし、当然その場合はコールバック関数側できちんと配列を処理できるようにしておく必要があります。 - PEAR
  • Associative array of parameters passed to as second argument to the callback function
    コールバック関数の 2 番目の引数として渡すパラメータの連想配列。 - PEAR
  • This means that you can switch the error mode temporarily and return to callback mode without specifying the callback function again.
    これにより、エラーモードを一時的に変更しても、コールバック関数を再度設定せずにコールバックモードに戻ることができます。 - PEAR
  • If the interaction is set as asynchronous, a callback function must be specified.
    相互作用を非同期に設定する場合は、コールバック関数を指定します。 - NetBeans
  • Here is an example of how you can switch back and forth without specifying the callback function again:
    コールバック関数を再度指定せずに切替える方法の例を示します。 - PEAR
  • Rather than storing the converted value(s) anywhere,though, optparse passes it to your callback function.
    optparse は変換後の値をどこかに保存する代わりにコールバック関数に渡します。 - Python
  • A dynamic loading control module includes the callback function, when calling the callback function, and determines whether a dynamic loading module with a system soft module called by assigning the callback function is loaded in a main storage part or not (step S402).
    動的ローディング制御モジュールは、コールバック関数の呼び出しに際し、コールバック関数を含み、そのコールバック関数を指定してシステムソフトモジュールを呼び出した動的ローディングモジュールが主記憶部にロードされているか否かを判断する(ステップS402)。 - 特許庁
  • When the object needs interaction, the callback function will be called with two arguments: the object, and the callback argument.
    オブジェクトがユーザからの応答を必要とするときには、コールバック関数は2つの引数、オブジェクトとコールバックの引数とともに呼び出されます。 - Python
  • The XUnregisterIMInstantiateCallback function removes an input method instantiation callback previously registered.
    関数XUnregisterIMInstantiateCallbackは、以前に登録した入力メソッドのインスタンス化時のコールバックを削除する。 - XFree86
  • To conduct processing without trying it again, even when unable to call a callback function.
    コールバック関数の呼び出しが不可能であっても、やり直すことなしに処理を行う。 - 特許庁
  • In this example we use a callback function to print out all dropped files to the console.
    この例では、コールバック関数を使用して、ドロップされたファイルをコンソールに表示します。 - PEAR
  • The callback function needs to return true or false, determining if the rule is passed or not.
    コールバック関数は、その規則に通過したかどうかを trueまたは false で返す必要があります。 - PEAR
  • To add a callback function to the predefined function list, you must register the function by calling one of the following functions:
    コールバック関数を定義済関数のリストに加えるには、下記の関数の一つを呼んでそのコールバック関数を登録する必要がある。 - コンピューター用語辞典
  • To provide a communication device with a callback function that can make a callback even when a permitted user makes a call from an optional transmission terminal.
    許可されたユーザが任意の発信端末から発信した場合でも、コールバックを行うことができるコールバック機能を有する通信装置を提供する。 - 特許庁
  • The processing section issues a communication request and a specification of a predetermined callback function to the communication control section.
    処理部は、通信要求と所定のコールバック関数の指定を通信制御部に対して行う。 - 特許庁
  • The callback function should return a boolean depending upon whether the session should continue or not.
    このコールバック関数は、セッションを続行させるかどうかを指定するboolean 値を返さなければなりません。 - PEAR
  • This function sets a callback function which is called whenever the validity of a logged in session is checked.
    この関数はコールバック関数を設定します。 設定したコールバック関数は、ログイン中のセッションが有効かどうかを調べるたびにコールされます。 - PEAR
1 2 次へ>

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • PEAR
    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/ ).
  • NetBeans
    © 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.
  • JM
    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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • Python
    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.