Argumentsを含む例文一覧と使い方
該当件数 : 1471件
args points to a block containing the actual arguments, which are passed through to the appropriate call. 例文帳に追加
argsは適切なコールに渡すための実際の引き数を含んでいるブロックを指す。 - JM
and truncate64 (2)) which perform similar tasks, but which vary in details such as the size of their arguments. 例文帳に追加
(すでに述べたように、一般にはアプリケーションがこのことを意識することはない。 - JM
pauses for an amount of time specified by the sum of the values of the command line arguments. 例文帳に追加
はコマンドラインで指定した引数の値を足した時間の分だけ停止して待つ。 - JM
The output of this program is based on arguments that you provide when you run the program.例文帳に追加
このプログラムの出力は、プログラムの実行時に指定する引数に基づきます。 - NetBeans
CGI designates how to pass arguments to the executing program as part of the HTTP request. 例文帳に追加
CGIは,引数をHTTP要求の一部として実行プログラムに渡す方法を指定する. - コンピューター用語辞典
The list arguments may be any kind of sequence; the result is always a list.例文帳に追加
list 引数はどのようなシーケンス型でもかまいません;結果は常にリストになります。 - Python
The second parameter(often called args) is a tuple object representing all arguments.例文帳に追加
第二のパラメタ (よく args と呼ばれます) は、全ての引数を表現するタプルオブジェクトです。 - Python
Converts a Python keyword argument dictionary arguments to the format required by packevent by replacing the keys,which are Python identifiers, by the four-character OSA keys according to the mapping specified in keydict.例文帳に追加
Python キーワード引数辞書 arguments を、写像による4文字の OSA キーとして keydict の中で指定されたPython 識別子であるキーの交換により packevent によって要求されるフォーマットへ変換します。 - Python
All string and character arguments are represented by Python strings,for instance,winopen('Hi There!')androtate(900, 'z'). 例文帳に追加
全ての文字列と文字の引数は、Pythonの文字列に相当します。 例えば、winopen('Hi There!')とrotate(900, 'z')。 - Python
The co-ordinates may be specified either as two separate arguments or as a 2-tuple.例文帳に追加
座標は二つの別個の引数か、2-タプルのどちらかで指定することができます。 - Python
Call the method named method of object o with a variable number of C arguments.例文帳に追加
オブジェクト o の method という名前のメソッドを、可変数個の C 引数とともに呼び出します。 - Python
The attr=value keyword arguments define option attributes,i.e. attributes of the Option object. 例文帳に追加
attr=value キーワード引数では、オプションの属性、すなわち Option オブジェクトの属性を定義しています。 - Python
To give a widget to the packer (geometry manager), you call pack with optional arguments.例文帳に追加
Tk でウィジェットを packer (ジオメトリマネジャ) に渡すには、pack コマンドをオプション引数付きで呼び出します。 - Python
Otherwise,it sets neither of the return arguments and returns a zero status. 例文帳に追加
そうでない場合には、関数はいずれの引き数も設定せず、ステータスとして 0 を返す。 - XFree86
... Specifies thevariable arguments to override resources obtained from the resource database. 例文帳に追加
\\fI...\\fP 1iリソースデータベースから取得したリソースを上書きする可変長引き数を指定する。 - XFree86
"program argv[0] ..." gives the program to run andits arguments, in the same form as the EXEC keyword. 例文帳に追加
"program argv[0] ." は実行するプログラムとその引き数であり、EXEC キーワードと同じ形式である。 - XFree86
There are more arguments for and against than before towards the original theory of Butsubachi (Buddha's punishment) and the theory of death. 例文帳に追加
独特の仏罰論、死相観に対しては以前より賛否両論がある。 - Wikipedia日英京都関連文書対訳コーパス
The Design Argument is a very important concept both in the History of Science and in the present arguments 例文帳に追加
設計論は科学史でも現在の議論でもとても重要な概念なんだ。 - Ian Johnston『科学のカリキュラムで創造説?』
A lookup table is generated to include a group for each node other than CHOOSE arguments.例文帳に追加
ルックアップテーブルを生成して、CHOOSE引数以外の各ノードのグループを含める。 - 特許庁
As a member of the meetings, what arguments will you make from what standpoint? 例文帳に追加
そのメンバーで、どんな立場からどんな主張をしていきたいと考えていらっしゃいますか。 - 金融庁
Article 416 Judgment for amendment may be rendered without hearing oral arguments. 例文帳に追加
第四百十六条 訂正の判決は、弁論を経ないでもこれをすることができる。 - 日本法令外国語訳データベースシステム
The filters should use the user and host arguments to generate a suitable header page. 例文帳に追加
フィルタは、 適切なヘッダページを生成するために、ユーザ名とホスト名の引数を使うべきです。 - FreeBSD
LPD starts lpf with page width and length arguments (from the pw and pl capabilities). 例文帳に追加
LPD は、紙のページの幅と行数 (pwと pl 項目で 指定される) を引数として lpf を起動します。 - FreeBSD
You can append any of those options to the kernel arguments above. Check once more to make sure the settings are correct and then save the configuration.例文帳に追加
設定が正しいかもう一度確認し、そして設定を保存してください。 - Gentoo Linux
When arguments are supplied, an alias is defined for each name whose value is given. 例文帳に追加
引き数を与えた場合には、value を与えられたname それぞれに対するエイリアスが定義されます。 - JM
test and [ evaluate conditional expressions using a set of rules based on the number of arguments. 例文帳に追加
test および [ は、引き数の数に基づいた規則の集合を用いて条件式を評価します。 - JM
Comments appearing in arguments of a macro call will be copied to the output before the expansion of the macro call. 例文帳に追加
マクロ呼び出しの引数に現れるコメントはマクロ呼び出しの展開後にコピーされます。 - JM
Useful when arguments might contain white space, quote marks, or backslashes. 例文帳に追加
入力される文字列に空白・引用符・バックスラッシュが含まれている場合に有用であろう。 - JM
Functions so registered are called in the reverse order of their registration; no arguments are passed. 例文帳に追加
ここで定義された関数は、登録した順番とは逆の順番で呼び出される。 - JM
for each of its command-line arguments, and for each call displays the values in the fields of the returned tm structure. 例文帳に追加
を呼び出し、それぞれについて返されたtm構造体のフィールド値を表示する。 - JM
returns the real UID, the effective UID, and the saved set-user-ID of the calling process, in the arguments ruid , 例文帳に追加
は、呼び出したプロセスの実 (real) UID、実効 (effective) UID、保存 (saved) set-user-ID( getresgid の場合はグループ ID) を、それぞれ引き数ruid , - JM
etc. , the return type of these functions differs from that of their arguments.例文帳に追加
と違い、これらの関数の返り値の型は引き数の型と異なる点に注意すること。 - JM
etc. , the return type of these functions differs fromthat of their arguments. 例文帳に追加
などと違い、これらの関数の返り値の型は引き数の型と異なる点に注意すること。 - JM
If no arguments are given, the command is applied to the following line of text. 例文帳に追加
引き数が全く与えられなければ、そのコマンドは次の行のテキストに適用される。 - JM
A macro that decodes the arguments of an RPC request associated with the RPC service transport handle, xprt . 例文帳に追加
このマクロは RPC サービス通信ハンドルxprtに関連付けられた RPC 要求の引き数をデコードする。 - JM
socket, the arguments to and tolen are ignored (and the error EISCONN 例文帳に追加
で使用された場合、引き数toとtolenは無視される (各々の引き数が NULL と 0 でない場合はEISCONN - JM
You can enter IDE-specific startup switches and pass arguments directly to the JVM in which the IDE runs. 例文帳に追加
IDE 固有の起動スイッチを指定し、IDE が動作する JVM に直接、引数を渡すことができます。 - NetBeans
Now we need to set the main class and execution arguments so we can run our project.例文帳に追加
プロジェクトを実行するには、主クラスおよび実行時引数を設定する必要があります。 - NetBeans
However, the judgment caused arguments mainly with the two opinions as follows. 例文帳に追加
ただし、判示部分の意味については、争いがあり、主に以下の2つの見解が存在した。 - Wikipedia日英京都関連文書対訳コーパス
It consisted of the following three clauses and developed arguments citing Chinese historical events. 例文帳に追加
全3条からなり、次の3点を中国の故事を引用しながら論を展開している。 - Wikipedia日英京都関連文書対訳コーパス
Further, a collection of arguments and discussions on courtyards are published by Sagami-Shobo Publisher. 例文帳に追加
また古建築の中庭に関する論考集が相模書房から出版されている。 - Wikipedia日英京都関連文書対訳コーパス
Changed in version 2.3:Support for building a dictionary from keyword arguments added.例文帳に追加
バージョン 2.3 で 変更 された仕様:キーワード引数から辞書を構築する機能が追加されました - Python
The argument list must always be a tuple object, whose length is the number of arguments.例文帳に追加
引数リストは常にタプルオブジェクトでなければならず、その長さは引数の数になります。 - Python
If both arguments are standard numeric types, the following coercions are applied:例文帳に追加
引数がいずれも標準の数値型である場合、以下の型強制が適用されます: - Python
Return a datetime with the same members, except for those members given new values by whichever keyword arguments are specified.例文帳に追加
キーワード引数で指定したメンバの値を除き、同じ値をもつ datetime オブジェクトを返します。 - Python
All arguments are optional. tzinfo may be None, or an instance of a tzinfo subclass.例文帳に追加
全ての引数はオプションです。 tzinfo はNone または tzinfo クラスのサブクラスのインスタンスにすることができます。 - Python
Return a time with the same value, except for those members given new values by whichever keyword arguments are specified.例文帳に追加
キーワード引数で指定したメンバの値を除き、同じ値をもつ timeオブジェクトを返します。 - Python
The constructor arguments are used to initialize the member variables of the same names.例文帳に追加
コンストラクタの引数は、インスタンスの同名のメンバ変数を初期化するために使われます。 - Python
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright(C) 2026 金融庁 All Rights Reserved. |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| © 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. |
| この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
原題:”Creationism in the Science Curriculum?” 邦題:『科学のカリキュラムで創造説?』 | This work has been released into the public domain by the copyright holder. This applies worldwide. 本翻訳は Ian Johnston : Creationism in the Science Curriculum? を日本語訳したものです。 翻訳は http://www.mala.bc.ca/~johnstoi/essays/creationism.htm に基づいています。 なお、この文書は著者によりパブリック・ドメインとして公開されています。 Copyright on Japanese Translation (C) 2004 Ryoichi Nagae 永江良一 本翻訳は、原著作を明示し、かつこの著作権表示を付すかぎりにおいて、訳者および著者に一切断ることなく、商業利用を含むあらゆる形で自由に利用し複製し配布することを許諾します。翻訳の改変を行うことも許諾しますが、その場合は、この著作権表示を付すほか、著作権表示に改変者を付加し改変を行ったことを明示してください。 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

