HANDLER FUNCTION Meaning in Japanese - translations and usage examples

['hændlər 'fʌŋkʃn]
['hændlər 'fʌŋkʃn]
ハンドラ関数を

Examples of using Handler function in English and their translations into Japanese

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Default Welcome Intent" intent handler function.
DefaultWelcomeIntent"を処理するハンドラ関数の登録。
The handler function receives a context object that exposes the following properties:.
ハンドラ関数は次のプロパティを持つcontextオブジェクトを受け取ります。:。
This example shows a route and its handler function(middleware system).
次の例は、ルートとそのハンドラー関数(ミドルウェア・システム)を示しています。
The event handler function is called with several arguments which are documented with the event.
イベントハンドラの関数は、ドキュメントに関する引数をいくつか伴って呼び出されます。
It will be an object containing an event name anda link to the handler function.
これがイベント名とハンドラ関数へのリンクを含むオブジェクトになります。
The event handler function defined by the developer has three arguments: event, dom, and registry.
開発者が定義するイベントハンドラ関数にはevent,dom,registryの3つの引数があります。
In the application class of the SFC applet, the XANDLER_DECLARE_… macro isnot used to declare a handler function.
SFCアプリでは、ハンドラ関数の宣言にXANDLER_DECLARE_…マクロを使いません。
A reference to the handler function is returned and should be saved if it needs to be removed later.
ハンドラ関数参照は後で削除する必要がある場合、保持しておく必要があります。
Also, we must call thesefunctions against the conv object passed as the argument of the handler function.
また、これらの関数は、ハンドラ関数の引数として渡されてくるconvに対して呼び出します。
View: A view is a request handler function, which receives HTTP requests and returns HTTP responses.
ビュー:ビューは、HTTPリクエストを受け取り、HTTPレスポンスを返すリクエストハンドラ関数です
The event is transmitted within the Invoke function's argument,and then sent to a handler function based on it's type parameter.
イベントはInvoke関数の引数として渡され、イベントのtypeに応じて、ハンドラ関数が呼び出されます。
Within the event handler function, processing can be divided by keys pressed at the same time as follows.
イベントハンドラ関数内で、次のようにして同時に押下されたキーにより処理を分けることができます。
When you need to handle multiple controlled input elements,you can add a name attribute to each element and let the handler function choose what to do based on the value of event. target. name.
複数の制御されたinput要素を処理する必要がある場合、それぞれの入力要素にname属性を追加すれば、ハンドラー関数にevent.target.nameに基づいて処理を選択させるようにできます。
The handler function is where we perform actual state modifications, and it will receive the state as the first argument:.
ハンドラ関数はVuexの状態(state)を第1引数として取得し、実際に状態の変更を行います:。
When the module is loaded, the event handler function is called with the what argument set to MOD_LOAD.
そのモジュールがロードされた時に、what引数にMOD_LOADが設定されて、イベントハンドラ関数が呼び出されます。
The handler function should match the SA_SIGINFO prototype if the SA_SIGINFO bit is set in sa_flags.
Sa_flagsフラグ中でSA_SIGINFOビットが設定されている場合、ハンドラ関数はSA_SIGINFOプロトタイプに一致しなくてはなりません。
A moduledata_t structure, which contains two main items, the official name of the module name,which will be used in the module_t structure and a pointer to the event handler function of type modeventhand_t.
Module_t構造体の中で使用されるモジュール名の正式名称および型modeventhand_tのイベントハンドラ関数ポインタの2つの主要な要素を含むmoduledata_t構造体です。
The handler function always receives state as the first argument(will be module local state if defined in a module), and receives a second payload argument if there is one.
ハンドラ関数は第一引数にstateを常に受け取り(モジュール内で定義されていれば、モジュールのローカルステートを受け取り)、指定されていれば第二引数にpayloadを受け取ります。
Used after changing the error handler function using set_error_handler(), to revert to the previous error handler which could be the built-in or a user defined function..
Set_error_handler()を使用してエラーハンドラ関数を変更した後、元のエラーハンドラ(組込またはユーザ定義関数)に戻すために使用されます。
Sets the default handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserのデフォルトのハンドラ関数を設定します。handlerは、parserに関してxml_parse()がコールされた際に必要な関数の名前を有する文字列です。
Sets the character data handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserの文字データ用ハンドラ関数を設定します。handlerは、parserに関してxml_parse()がコールされた際に必要な関数の名前を有する文字列です。
Sets the notation declaration handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserの表記法宣言用ハンドラ関数を設定します。handlerは、parserに関してxml_parse()がコールされた際に必要な関数の名前を有する文字列です。
Sets the external entity reference handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserの表記宣言用ハンドラ関数を設定します。handlerは、parserに関してxml_parse()がコールされた際に必要な関数の名前を有する文字列です。
The event object passed to the event handler function contains information for referring to the key information that was pressed at the same time, such as the code of the key that was pressed, the shift key, and so on.
イベントハンドラ関数に引き渡されるeventオブジェクトには押下されたキーのコード、シフトキー等同時に押下されたキー情報を参照するための情報が含まれています。
Sets the processing instruction(PI) handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserの処理命令(PI)用ハンドラ関数を設定します。handlerは、parserに関してxml_parse() がコールされた際に必要な関数の名前を有する文字列です。
If the SA_SIGINFO flag is not set, the handler function should match either the ANSI C or traditional BSD prototype and be pointed to by the sa_handler member of struct sigaction.
SA_SIGINFOフラグが設定されていない場合、ハンドラ関数はANSICもしくは伝統的なBSDプロトタイプのどちらかに一致しなくてはならず、 structsigaction構造体のsa_handlerメンバがハンドラ関数を指していなければなりません。
Sets the unparsed entity declaration handler function for the XML parser parser.handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
XMLパーサparserの処理されないエンティティ宣言用ハンドラ関数を設定します。handlerは、parserに関してxml_parse()がコールされた際に必要な関数の名前を有する文字列です。
SA_SIGINFO If this bit is set, the handler function is assumed to be pointed to by the sa_sigaction member of struct sigaction and should match the prototype shown above or as below in EXAMPLES.
SA_SIGINFOこのビットが設定されている場合、ハンドラ関数は、structsigaction構造体のsa_sigaction メンバが指すものと見なします。ハンドラ関数は、先に示したプロトタイプもしくは後で示す使用例に一致しなくてはなりません。
If you connect a common event handler function, or DOM manipulation before loading all of the DOM in JavaScript lead it would Therefore, even if an error occurs manipulate the DOM need to access the DOM status after the error does not occur.^^.
一般的な場合、Javaスクリプト的でDOMをすべてロードする前に、イベントハンドラ関数を接続したり、DOMを操作すると、エラーが発生しますよしたがって、DOMを操作しても、エラーが発生していない状態の後にDOMにアクセスする必要があります。^^。
Results: 29, Time: 0.0222

Word-for-word translation

Top dictionary queries

English - Japanese