1016万例文収録!

「callbacks」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > callbacksに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

callbacksを含む例文一覧と使い方

該当件数 : 36



例文

Observers are PHP callbacks. 例文帳に追加

オブザーバは PHP コールバックです。 - PEAR

6.21.4 Option Callbacks 例文帳に追加

6.21.4 オプション処理コールバック - Python

In phase two, XtDestroyWidgetperforms the following on each entry in the destroy list: Calls the destroycallback procedures registered on the widget (and all descendants) in post-order (it calls children callbacks before parent callbacks).例文帳に追加

.LPフェーズ2では、XtDestroyWidgetは破棄リストの各エントリーに対して次の処理を行う。 - XFree86

Set both callbacks. setErrorLogCallback($param) 例文帳に追加

setErrorCallback($param)両方のコールバックを設定します。 - PEAR

例文

Character set to use by builtin 'h' and 'e' callbacks. 例文帳に追加

charset 組み込みのコールバック 'h' および 'e' が使用する文字セット。 - PEAR


例文

6.21.4.2 How callbacks are called 例文帳に追加

6.21.4.2 コールバック関数はどのように呼び出されるか - Python

6.21.4.2 How callbacks are 例文帳に追加

6.21.4.2 コールバック関数はどのように呼び出されるか - Python

All callbacks are called as follows: 例文帳に追加

コールバックは全て以下の形式で呼び出されます: - Python

The mandatory arguments are the input style and the set of text callbacks (if the input style selectedrequires callbacks).例文帳に追加

必須の引き数は入力スタイル(input style)とテキストコールバックのセット(選択した入力スタイルがコールバックを必要とする場合)である。 - XFree86

例文

May be used to filter notifications in the callbacks. 例文帳に追加

おそらく、コールバック内で通知にフィルタをかけるために使用されます。 - PEAR

例文

Can be use full for finding bugs hidden by method callbacks.例文帳に追加

メソッドのコールバックに隠されたバグを見つける際に有用です。 - PEAR

See section6.21.4, Option Callbacks for more detail. 例文帳に追加

詳細は、 節の「オプション・コールバック」を参照してください。 - Python

GLwNresizeCallback Specifies the list of callbacks that is called when theGLwDrawingArea is resized. 例文帳に追加

"GLwNresizeCallback"GLwDrawingArea がリアライズされた時に呼び出されるコールバックのリストを指定する。 - XFree86

If you use a lot of such callbacks and implement business logic through them, then you're reinventing the wheel. 例文帳に追加

大量のコールバックでロジックを実装することは、車輪の再発明になってしまいます。 - PEAR

The parser has callbacks for eightdifferent types of data in the digital audio data stream. 例文帳に追加

デジタルオーディオストリームの8つの異なるデータタイプのためのコールバックをパーザは持っています。 - Python

In particular, callbacks should implement the conventional rules for bare "-" and "-" arguments:例文帳に追加

とりわけ、コールバック関数では引数が裸の"-" や "-" の場合における慣習的な処理規則: - Python

These are covered in section6.21.3, Reference Guide and section6.21.4, Option Callbacks. 例文帳に追加

これらのアクションについては、6.21.3 節の「リファレンスガイド」および6.21.4 節の「オプション・コールバック」で触れます。 - Python

GLwNexposeCallback Specifiesthe list of callbacks that is called when the widget receives an exposureevent. 例文帳に追加

"GLwNexposeCallback"ウィジェットが露出イベントを受け取った時に呼び出されるコールバックのリストを指定する。 - XFree86

GLwNginitCallback Specifies the list of callbacks that is called when thewidget is first realized. 例文帳に追加

"GLwNginitCallback"ウィジェットが最初にリアライズされた時に呼ばれるコールバックを指定する。 - XFree86

Example Here are some code fragments that create a GLwDrawingArea widget,and manage the appropriate callbacks. 例文帳に追加

使用例GLwDrawingArea ウィジェットを生成し、適切なコールバックを割り当てるコードを一部抜粋して示す。 - XFree86

As the conversions are made, the callbacks associated with each XtGetSelectionValue and XtGetSelectionValueIncremental are invoked in turn.例文帳に追加

変換が行われるとき、それぞれのXtGetSelectionValueとXtGetSelectionValueIncrementalに対応するコールバックは、順番に呼び出される。 - XFree86

The observer support in LiveUser allows users to automatically have LiveUser call certain callbacks on a number of internal events. 例文帳に追加

LiveUser はオブザーバをサポートしており、内部で発生したさまざまなイベントに対してLiveUser から自動的にコールバックを呼び出すことができるようになっています。 - PEAR

Applications which must distinguish these cases can use the StartCdataSectionHandler, EndCdataSectionHandler,and ElementDeclHandler callbacks to collect the required information.例文帳に追加

これらを識別しなければならないアプリケーションは、要求された情報を収集するために StartCdataSectionHandler, EndCdataSectionHandler,and ElementDeclHandlerコールバックメソッドを使用できます。 - Python

GLwNinputCallback Specifies the list of callbacks that is calledwhen the widget receives a keyboard or mouse event. 例文帳に追加

"GLwNinputCallback"ウィジェットがキーボードイベントまたはマウスイベントを受け取った時に呼び出されるコールバックを指定する。 - XFree86

Between the time the widget is created and itis realized, the following apply: No OpenGL operations can be done to thewindow No resize callbacks are generated. 例文帳に追加

ウィジェット生成とリアライズの間は以下のようになる:\\(buウィンドウに対する OpenGL の操作はできない。 \\(buresize コールバックは生成されない。 - XFree86

Each function then sets the widget that executed the callback list to be insensitive by using XtSetSensitive.Using these functions in callbacks is not required.例文帳に追加

次に、それぞれの関数はXtSetSensitiveを使って、コールバックリストを実行したウィジェットを反応しない状態にする。 - XFree86

To limit incoming call notices originated from nuisance telephone calls such as disconnection after a single ringing, that of after two ringings, and that of after three ringings, and at the same time, to prevent damages caused by callbacks.例文帳に追加

ワンギリやツーギリ、3回切り等の迷惑電話からの着信通知を制限するとともに、コールバックによる被害を防止する。 - 特許庁

To provide a communications apparatus capable of appropriately dealing with callbacks from an emergency institution, even if an automatic call termination function is included.例文帳に追加

自動着信機能を有していても緊急機関からの呼び返しに適切に対応できる通信装置を提供する。 - 特許庁

This lets callbacks use the same mechanism as the rest of optparse for storing option values;you don't need to mess around with globals or closures.例文帳に追加

この値を使うと、コールバック関数がオプションの値を記憶するために、他のoptparse と同じ機構を使えるようにするため、グローバル変数や閉包(closure) を台無しにしないので便利です。 - Python

Not all operations possible in C will also be possible in Python (callbacks are often a problem), and parameters will occasionally be different in Python (input and output buffers, especially).例文帳に追加

Cで可能な操作がすべてPythonで可能なわけではありませんし(コールバックはよく問題になります)、パラメータがPythonだと違ってしまうことはよくあります(特に入力バッファや出力バッファ)。 - Python

Callbacks in this case include not only callbacksprovided by the widget itself, but any other callback that leads to GLactivity such as a timeout or a workproc. 例文帳に追加

ここで言うコールバックには、ウィジェット自身が与えるコールバックだけでなく、GL の動作に影響を与える全てのコールバック(タイムアウトや作業手続き等)も含まれる。 - XFree86

To provide a callback reception business management system and method by which people in charge can quickly and surely handle callbacks received from memberships at random.例文帳に追加

会員からランダムに受け付けるコールバックに対しても、その担当者が迅速かつ確実に応対可能なコールバック応対管理システムおよび方法を提供する。 - 特許庁

If a C interface makes use of callbacks, the equivalent Python often needs to provide a callback mechanism to the Python programmer; the implementation will require calling the Python callback functions from a C callback.例文帳に追加

ある C インタフェースがコールバックを利用している場合、同等の機能を提供する Python コードでは、しばしば Python プログラマにコールバック機構を提供する必要があります; このとき実装では、C で書かれたコールバック関数から Python で書かれたコールパック関数を呼び出すようにする必要があるでしょう。 - Python

In particular, an application must provide customized code for callbacks that create pop-upshells dynamically or that must do more than desensitizing the button.例文帳に追加

これらの関数をコールバック内で使うことは必要ではない。 特に、ポップアップシェルを動的に生成するコールバックやボタンを反応しない状態にする以上の処理を行うコールバックに対しては、アプリケーションは個別に処理を行わなければならない。 - XFree86

When the call destination number from the telephone terminal set at the present is not a recommended telephone number, the management computer 21 disconnects the call, callbacks the telephone terminal set 10 from a call center 15 by using the recommended number, and provides service.例文帳に追加

管理コンピュータ21は、電話端末機からの現在のコール先番号が推奨電話番号でない場合には、そのコールを切断し、推奨電話番号を用いてコールセンタ15から電話端末機10にコールバックしてサービスの提供を行なう。 - 特許庁

例文

Dynamic error message generation allows generation of multiple and distinct error messages from the same error object Sophisticated callbacks are available for error message generation, error context generation, and error handling functionality, see Error Context Display, Custom Error Message Generation, and controlling error generation 例文帳に追加

エラーメッセージの動的な生成機能により、同一のエラーオブジェクトに対して異なるエラーメッセージを生成することが可能 エラーメッセージの生成・エラーコンテキストの生成・エラー処理機能において、洗練されたコールバック機能が利用可能。 エラーコンテキストの表示,カスタムエラーメッセージの生成,および エラー生成の制御も参照ください。 - PEAR

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 © 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/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS