意味 | 例文 (36件) |
beusedを含む例文一覧と使い方
該当件数 : 36件
It should not beused for extension modules. 例文帳に追加
拡張モジュールに使ってはなりません。 - Python
The -depth command line option can beused to override this. 例文帳に追加
コマンド行オプション\\-depthで、この指定を上書きできる。 - XFree86
The third parameter is optional and specifies the channel to beused. 例文帳に追加
3つめのパラメータは任意で、使用するチャネルを指定します。 - Gentoo Linux
This can beused to set up SIGPOLL notification, as described below. 例文帳に追加
これは、後述のSIGPOLLの通知を組み立てるのに使われます。 - Python
They can also beused as a zero-copy slicing mechanism. 例文帳に追加
バッファオブジェクトはゼロコピーなスライス機構 (zero-copy slicing mechanism) としても使われます。 - Python
All other methods can only beused after a connection has been made. 例文帳に追加
これ以外の他の全てのメソッドは接続された後で実行可能となります。 - Python
This signal can beused to perform a remote checkpoint of a session. 例文帳に追加
このシグナルはリモートからセッションのチェックポイントを行うときにも利用できる。 - XFree86
It can beused to generate DVI, HTML, PDF, PostScript, and plain text documents.例文帳に追加
これらのツールは、 DVI、HTML、PDF、PostScript、およびプレインテキスト形式のドキュメント生成に利用できます。 - Python
An applicationplatform, which can beused as a generic framework to build any kind of application. 例文帳に追加
アプリケーションプラットフォーム-あらゆる種類のアプリケーションを作成する汎用フレームワークとして利用できます。 - NetBeans
The return value will beused to determine whether to allow an error to be pushed or logged.Synopsis 例文帳に追加
返り値によってエラーをスタックに格納するかどうか・ログに記録するかどうかを判断する。 - PEAR
It is recommended that this option beused initially if any 8-bit cards are present in the system. 例文帳に追加
システム中に 8 ビットカードが存在する場合には、起動時にこのオプションを指定しておくこと。 - XFree86
This is currently not used to generate output, but can beused to help determine the origin of the module. 例文帳に追加
現在は出力生成に使われていませんが、モジュールの起源を判断する際に役立つはずです。 - Python
It may beused in place of glXCreateContext, to share another process's indirect renderingcontext. 例文帳に追加
この関数を \\f3glXCreateContext\\fP の代わりに用いることで、他のプロセスと間接共有コンテクストを共有することができる。 - XFree86
xrxHasFirewallProxy (class XrxHasFirewallProxy) Specifieswhether an X server firewall proxy (see xfwp) is running and should beused. 例文帳に追加
"xrxHasFirewallProxy (class XrxHasFirewallProxy)"X サーバのファイアウォールプロキシ(xfwp 参照)が動作しているかどうか、またこれを利用するかどうかを指定する。 - XFree86
The user 'root' is the most vital user on the system and should not beused for anything except when absolutely necessary. 例文帳に追加
rootユーザはシステム上もっとも重要なユーザであり、必要なとき以外は絶対に使用してはいけません。 - Gentoo Linux
Besides, it can be useful to define different values to beused in shared chapters depending on which handbook includes the chapter. 例文帳に追加
またさらに、共通する章で使われ、含まれるハンドブックに依存するような値を定義することも有用です。 - Gentoo Linux
The bastion's string representation will be "Bastion for name" if a value for name is provided; otherwise, "repr(object)" will beused.例文帳に追加
name の値が与えられた場合、要塞オブジェクトの文字列表現は "Bastion for name" になります; そうでない場合、"repr(object)" が使われます。 - Python
The asyncore. dispatcher methods can beused, although not all make sense in a message/response context. 例文帳に追加
asyncore.dispatcherのメソッドを使用する事もできますが、メッセージ/レスポンス処理を中心に行う場合には使えないメソッドもあります。 - Python
The first found to be defined will beused. envvars defaults to the search path used in GNU gettext;it must always contain the variable name "LANG". 例文帳に追加
envvars は標準では GNU gettext で使われているサーチパスになります; パスには必ず変数名 "LANG" が含まれているからです。 - Python
mechanism specifies which authentication mechanism is to beused - it should appear in the instance variable capabilities in the form AUTH=mechanism.例文帳に追加
mechanismは利用する認証メカニズムを与えます。 認証メカニズムはインスタンス変数capabilities の中にAUTH=mechanismという形式で現れる必要があります。 - Python
The parameters lo and hi may beused to specify a subset of the list which should be considered; by default the entire list is used.例文帳に追加
リストの中から検索する部分集合を指定するには、パラメーターの lo とhi を使います。 デフォルトでは、リスト全体が使われます。 - Python
When this entry is omitted, the largest valid mode referenced by the appropriate Monitor section will beused.例文帳に追加
この項目が省略された時は、適切なMonitorセクションで参照されている有効なモード値のうち、最も大きいものが使われる。 - XFree86
As a common example, if the ESC key is to beused to exit the program (as it often is in GL programs), the translationshould specify keyosfCancel instead of keyEscape. 例文帳に追加
一般的な例としては、(GL プログラムでよくするように)ESC キーを使ってプログラムを終了させる場合には、トランスレーションには Escape でなく osfCancel を指定すべきである。 - XFree86
Its utilities are much more efficient than the equivalent ones from gentoolkit and might be better suited to beused in scripts that need to call Portage repeatedly, but portage-utilsdoes not offer the same functionalities.例文帳に追加
このユーティリティは、gentoolkitで提供される同等のものよりも効率的で、Portageを繰り返し呼び出す必要があるスクリプトで用いるのに適しているかもしれません。 - Gentoo Linux
This function is rarely needed, but can beused to get or set socket options on a socket passed to a program as standard input or output (such as a server started by the Unix inetdaemon).例文帳に追加
この関数が必要な事はあまりありませんが、Unixのinetデーモンのようにソケットを標準入力や標準出力として使用するプログラムで使われます。 - Python
Many extension modules just provide new functions and types to beused from Python, but sometimes the code in an extension module can be useful for other extension modules.例文帳に追加
多くの拡張モジュールは単に Python から使える新たな関数や型を提供するだけですが、時に拡張モジュール内のコードが他の拡張モジュールでも便利なことがあります。 - Python
We will work together to ensure thatthese principles can brought into operational use as quickly as possible, to beused in the design of adjustment programs by the World Bank, the IMF and theirmember countries. 例文帳に追加
我々は、これらの原則が出来る限り速やかに実際に利用されるようになり、世銀、IMF及びその加盟国による調整プログラムの策定に使われるよう、協力していく。 - 財務省
The XF86VidModeModModeLine function can beused to change the settings of the current video mode provided the requestedsettings are valid (e.g. 例文帳に追加
関数XF86VidModeModModeLineは、リクエストされた設定が有効(例えばモニタの能力を越えていない)ならば、現在のビデオモードをその設定に変更できる。 モードを利用可能なモードのリストに追加するには関数XF86VidModeAddModeLineを使うことができる。 - XFree86
XrmPermStringToQuark is just like XrmStringToQuark, except that Xlib is permitted to assume the string argument is permanently allocated, and, hence, that it can beused as the value to be returned by XrmQuarkToString.例文帳に追加
関数XrmPermStringToQuarkはXrmStringToQuarkとほぼ同じであるが、Xlib が引き数 string が割り当てられたままの領域であることを想定してもよい点が異なる。 したがって、この関数では引き数 string をXrmQuarkToStringに返される値として使うことができる。 - XFree86
It is often used to make a C function pointer defined in one module available to other modules, so the regular import mechanism can beused to access C APIs defined in dynamically loaded modules.例文帳に追加
正規の import 機構を使って動的にロードされるモジュール内で定義されている C API にアクセスするために、あるモジュール内で定義されている C 関数ポインタを別のモジュールでも利用できるようにするためによく使われます。 - Python
The solution is to create a separate process or thread to handle each request; theForkingMixIn and ThreadingMixIn mix-in classes can beused to support asynchronous behaviour.Creating a server requires several steps.例文帳に追加
こうした状況の解決方法は別のプロセスを生成するか、個々の要求を扱うスレッドを生成することです; ForkingMixIn および ThreadingMixIn 配合クラス(mix-in classes) を使えば、非同期的な動作をサポートできます。 サーバの作成にはいくつかのステップがあります。 - Python
It is also possible to execute commands when a service is accessed (this can beused when activating relaying for dial-in users) but it is not recommended,since people tend to create more problems than they are trying to solve. 例文帳に追加
また、サービスがアクセスされた際に、コマンドを実行することもできます(これは、ダイヤルアップユーザの中継を行う場合に用いられるかもしれません)が、お勧めはできません。 なぜなら、人というのは解決しようとしている問題よりも、多くの問題を引き起こしてしまう傾向があるためです。 - Gentoo Linux
When flag is false, the values of lines and columns specified in the terminfo database will beused, even if environment variables LINES and COLUMNS (used by default) are set, or if curses is running ina window (in which case default behavior would be to use the window size if LINES and COLUMNS are not set).例文帳に追加
flag が偽の場合、環境変数LINES および COLUMNS の値 (これらは標準の設定で使われます) の値が設定されていたり、curses がウィンドウ内で動作して (この場合 LINES や COLUMNS が設定されていないとウィンドウのサイズを使います) いても、terminfo データベースに指定された lines および columns の値を使います。 - Python
意味 | 例文 (36件) |
Copyright(C) 財務省 ※この記事は財務省ホームページの情報を転載しております。内容には仮訳のものも含まれており、今後内容に変更がある可能性がございます。 財務省は利用者が当ホームページの情報を用いて行う一切の行為について、何ら責任を負うものではありません。 |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
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 |
© 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. |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|