invokeを含む例文一覧と使い方
該当件数 : 249件
The input and output variables associated with the Invoke element. 例文帳に追加
「呼び出し」要素に関連付けられた、入力変数および出力変数。 - NetBeans
You can add one Compensation Handler to either the Scope or the Invoke elements. 例文帳に追加
スコープ要素または呼び出し要素に補償ハンドラを 1 つ追加できます。 - NetBeans
Each thread can invoke the test case multiple times (see the following property). 例文帳に追加
各スレッドは、複数回テストケースを起動できます (次のプロパティーを参照)。 - NetBeans
To invoke explicit validation, do one of the following: 例文帳に追加
明示的妥当性検査を起動するには、次のどちらかを実行します。 - NetBeans
The Invoke element enables the business process to invoke a one-way or request-responseoperation on a portType offered by a partner. 例文帳に追加
呼び出し要素により、ビジネスプロセスは、パートナーによって提供される「ポート型」に対する単方向操作または要求-応答操作を起動できます。 - NetBeans
The first remaining argument specifies a program to invoke; it is 例文帳に追加
残った引き数のうちの最初のものが、実行されるプログラムを指定する。 - JM
In Tkinter, you call methods on the class instance to invoke actions on the widget.例文帳に追加
Tkinter では、クラスインスタンスのメソッドを呼び出して、ウィジェットのアクションを呼び出します。 - Python
Thus, 1 2>a will invoke register a 's contents and 2 1>a will not. 例文帳に追加
したがって、1 2>aは、レジスタaの内容を実行しますが、2 1>aでは実行しません。 - JM
Directly draw a message flow from the Invoke element to the target Partner Link. 例文帳に追加
呼び出し要素からターゲットのパートナーリンクにメッセージフローを直接描画します。 - NetBeans
Right-click the element in the diagram and choose Properties to invoke a Properties window.例文帳に追加
図で要素を右クリックして「プロパティー」を選択し、「プロパティー」ウィンドウを呼び出します。 - NetBeans
From the drop-down list, select a scope or an invoke activity to be compensated. 例文帳に追加
ドロップダウンリストから、補償するスコープまたは呼び出しアクティビティーを選択します。 - NetBeans
Place breakpoints on the ReserveAirline (line 130), ReserveVehicle (line 183) and ReserveHotel (line 236) invoke activities. 例文帳に追加
ブレークポイントを ReserveAirline (行 130)、 ReserveVehicle (行 183)、 ReserveHotel (行 236) の各呼び出しアクティビティーに設定します。 - NetBeans
module is supported, this can invoke a signal handler written in Python.例文帳に追加
モジュールがサポートされている場合は、これはPythonで書かれたシグナルハンドラを呼び出せます。 - Python
call determines which IPC function to invoke; the other arguments are passed through to the appropriate call. 例文帳に追加
callはどの IPC 関数を呼び出すかを決め;他の引き数は適切なコールへと渡される。 - JM
Place breakpoints on the ReserveAirline (line 218-226), ReserveVehicle (lines 304-312) and ReserveHotel (lines 362-370) Invoke activities. 例文帳に追加
ブレークポイントを ReserveAirline (行 218-226)、 ReserveVehicle (行 304-312)、 ReserveHotel (行 362-370) の各呼び出しアクティビティーに設定します。 - NetBeans
Perform one of the following procedures to associate the Invoke element with a Partner Link element: 例文帳に追加
次のいずれかの手順で、呼び出し要素をパートナーリンク要素に関連付けます。 - NetBeans
Click the CheckTextBodyoperation in the "Select Operation to Invoke" dialog box,as shown below: 例文帳に追加
次に示すように、「呼び出すオペレーションを選択」ダイアログで「CheckTextBody」オペレーションをクリックします。 - NetBeans
You are recommended to deeply devote yourself to Amida Nyorai (Amitabha Tathagata) and invoke the name of Amida Buddha. 例文帳に追加
それには阿弥陀如来に深く帰依し、称名念仏する事を勧めます。 - Wikipedia日英京都関連文書対訳コーパス
To invoke code completion, press Ctrl-Space when working in the Source Editor:例文帳に追加
コード補完を実行するには、ソースエディタ内の操作の実行時に Ctrl- スペースキーを押します。 - NetBeans
Invoke the built-in help system. (This function is intended for interactive use.)例文帳に追加
組み込みヘルプシステムを起動します (この関数は対話的な使用のためのものです)。 - Python
Python applications should normally find no need to invoke these functions, and should use例文帳に追加
Python アプリケーションでは、通常これらの関数を呼び出す必要はないはずで、代わりに - Python
This flag is initially False and is set to True by XtNoticeSignal; the Intrinsics invoke the callback whenever the flag is True, and the flag is set to False just before the callback is invoked.例文帳に追加
このフラグの初期値はFalseであり、XtNoticeSignalによってTrue に設定される。 - XFree86
When Hossho-bo makes In (shapes made with fingers to invoke supernatural power) and chants Shingon (words to be chanted to invoke divine help), the fire is put out and, in the smoke of it, the ghost of Michizane SUGAWARA rushes away to the noh stage and enters inside the curtain. 例文帳に追加
法性坊が印を結んで真言をとなえると火は消え、その煙のうちに菅原道真の霊は能能舞台めがけて走り去り、幕内に入る。 - Wikipedia日英京都関連文書対訳コーパス
a hymn of praise (especially one sung in ancient Greece to invoke or thank a deity) 例文帳に追加
賞賛の賛美歌(特に神に祈るか、感謝するために古代ギリシャで詠唱されるもの) - 日本語WordNet
In this case, the programmer must manually invoke the system call using syscall (2). 例文帳に追加
このような場合は、プログラマはsyscall (2) を使って、自分でシステムコールを呼び出さなければならない。 - JM
The IDE adds merge markers by default when you invoke the Code Generation action from your UML project. 例文帳に追加
UML プロジェクトからコード生成アクションを呼び出すと、デフォルトでマージマーカーが追加されます。 - NetBeans
Before each switch, however, you should invoke Reverse Engineer or Code Generation, as appropriate. 例文帳に追加
ただし、各切り替えの前に、適宜「リバースエンジニアリング」または「コード生成」を呼び出すようにします。 - NetBeans
The first time you invoke the Find Usages function, the window has no tabs.例文帳に追加
「使用状況を検索」機能をはじめて起動した場合は、ウィンドウにタブがありません。 - NetBeans
The operation associated with the Invoke element.Note, that the operation is defined in the partner's WSDL file.例文帳に追加
呼び出し要素に関連付けられた操作.操作は、パートナーの WSDL ファイル内で定義されます。 - NetBeans
To add a Compensation Handler to Scope or Invoke elements: 例文帳に追加
スコープ要素または呼び出し要素に補償ハンドラを追加するには、次の手順に従います。 - NetBeans
You can also invoke the Page Setup dialog box by choosing File Page Setup. 例文帳に追加
「ファイル」「ページ設定」を選択することにより、「ページ設定」ダイアログを起動することもできます。 - NetBeans
Type the first few letters of the template name and invoke the code completion by pressing Ctrl+Space.例文帳に追加
テンプレート名の最初の数文字を入力し、Ctrl- スペースキーを押してコード補完を起動します。 - NetBeans
Drag the bean to the form.You should then see the bean in the Inspector window.You can then invoke the Bind dialog for any of the bean's properties. 例文帳に追加
Bean をフォームまでドラッグします。 すると、Bean が「インスペクタ」ウィンドウに表示されます。 - NetBeans
Takakuni had to invoke a powerful government and maintain it after Yoshioki's return to his province. 例文帳に追加
義興が帰国した後の高国は強権政治を敷きこれを維持せざるを得なかった。 - Wikipedia日英京都関連文書対訳コーパス
I would have thought a seasoned prosecutor like ms. watkins would invoke her right to an attorney.例文帳に追加
ワトキンスさんようなベテラン検事のようだと思ってた 弁護士に彼女の権利を訴える - 映画・海外ドラマ英語字幕翻訳辞書
laying hands on a person's head to invoke spiritual blessing in Christian ordination 例文帳に追加
キリスト教の叙階式で、神の祝福をもたらすために人の頭の上に手を置くこと - 日本語WordNet
The add operation, which you want to invoke from the client, is now exposed.Drag the add operation to the client's index.jsp page,and drop it below the H1 tags.例文帳に追加
この add オペレーションをクライアントの index.jsp ページまでドラッグし、その H1 タグの下にドロップします。 - NetBeans
The array element specifies the location and size of a null-terminated pathname to invoke as an interpreter. 例文帳に追加
この配列要素は、インタプリタとして起動されるパス名 (NULL 文字終端)の位置とサイズを指定する。 - JM
Workaround: If you encounter this behavior, invoke the Fix Imports action on the class. 例文帳に追加
回避策:この問題が発生した場合は、クラスに対して「インポートを修正」アクションを呼び出します。 - NetBeans
In the Source view, right-click the source to invoke the pop-up menu and choose Validate XML (Alt-Shift-F9) 例文帳に追加
ソースビューで、ソースを右クリックしてポップアップメニューを呼び出し、「XML の妥当性検査」(Alt-Shift-F9) を選択します。 - NetBeans
The showPlaylist(index) function takes an argument that identifies the playlist the user has selected in the playlistsObj array.After retreiving playlist details, we invoke playlist.例文帳に追加
showPlaylist(index) 関数は、ユーザーが playlistsObj 配列で選択したプレイリストを識別する引数を取ります。 - NetBeans
The Correlations tab in the Invoke Property Editor dialog box enables you to examine or specify a correlation set.例文帳に追加
呼び出しのプロパティーエディタダイアログの「相互関係」タブでは、相互関係セットを確認または指定できます。 - NetBeans
To invoke the Properties window, right-click the test case node and choose Properties from the pop-up window.例文帳に追加
「プロパティー」ウィンドウを開くには、テストケースのノードを右クリックし、ポップアップウィンドウから「プロパティー」を選択します。 - NetBeans
Her body was buried under the wooden floor of Fukusho-in Temple Goma (the Buddhist rite of burning small sticks of wood on the alter to invoke divine help) Hall in Goganji Temple (a temple for the Imperial Family) located in the eastern part of Kyoto. 例文帳に追加
遺骸は御願寺・洛東の福勝院護摩堂の板敷の下に埋葬。 - Wikipedia日英京都関連文書対訳コーパス
It is also said that the clapping sounds are made to invoke gods to make your wish come true or to ward off evil spirits. 例文帳に追加
その他に、願いをかなえるために神を呼び出す、または邪気を祓うためともいわれている。 - Wikipedia日英京都関連文書対訳コーパス
To invoke the utility automatically during kernel configuration via this script, set this option to 'yes' here; otherwise, choose 'no'.CLEAN=[yes|no]: Setting this option to 'yes' is equivalent to the --clean flag used by genkernel, and invokes the make clean command to remove all object files and dependencies from thekernel's source tree.例文帳に追加
-最近のgenkernelは、/etc/genkernel.conf内のMOUNTBOOTを"yes"に設定すれば、自動でそれを試みます。 - Gentoo Linux
You can invoke many common editing tasks with a simple key combination as shown in the following examples. 例文帳に追加
次の表に示すように、簡単なキーの組み合わせで数多くの一般的な編集機能を実行できます。 - NetBeans
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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 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 |
| 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)