argumentを含む例文一覧と使い方
該当件数 : 3436件
an argument that is based only on a superficial phenomenon 例文帳に追加
事物の表面の現象だけを根拠とした議論 - EDR日英対訳辞書
in an argument, to talk volubly without letting others speak 例文帳に追加
(相手に話すいとまを与えず)激しくしゃべり続ける - EDR日英対訳辞書
I didn't want to have an argument with you over that. 例文帳に追加
私はあなたとそのことで口論をしたくはなかった。 - Weblio Email例文集
The new evidence reinforces my argument. 例文帳に追加
この新しい証拠は私の議論を強固なものにする. - 研究社 新英和中辞典
of a discussion or argument, to revolve the same point without making any progress 例文帳に追加
(議論が)同じところをまわっていて発展しない - EDR日英対訳辞書
Along the way, we had an argument and decided to break up.例文帳に追加
途中でずっと言い争って分かれることにした - Eゲイト英和辞典
Debaters were completely floored by the opponents' argument.例文帳に追加
討論者は相手方の議論にやり込められてしまった - Eゲイト英和辞典
The fifth argument is the target number of the progress bar. 例文帳に追加
五番目の引数は、プログレスバー全体が表す数値です。 - PEAR
A zero right argument raises the ZeroDivisionError exception.例文帳に追加
右引数値がゼロの場合には、ZeroDivisionError 例外が送出されます。 - Python
If the argument is a complex number, its magnitude is returned.例文帳に追加
引数が複素数の場合、その大きさ (magnitude) が返されます - Python
Return true if the object argument is an instance of theclassinfo argument, or of a (direct or indirect) subclass thereof.例文帳に追加
引数 object が引数 classinfo のインスタンスであるか、(直接または間接的な) サブクラスのインスタンスの場合に真を返します。 - Python
An argument is two bytes, with the more significant byte last.例文帳に追加
引数はより重要なバイトを下位にもつ2バイトです。 - Python
The corresponding user-definedfunction is called, with an argument list that is one longer than the argument list of the call: the instance becomes the first argument.例文帳に追加
対応するユーザ定義の関数が呼び出されます。 このとき、呼び出し時の引数リストより一つ長い引数リストで呼び出されます: インスタンスが引数リストの先頭に追加されます。 - Python
The argument must not be NULL, and the type is not checked:例文帳に追加
引数を NULL にしてはならず、型チェックは行いません: - Python
Without argument, print the list of available commands. 例文帳に追加
引数なしでは、利用できるコマンドの一覧をプリントします。 - Python
The second argument to the Extension constructor is a list of source files.例文帳に追加
Extension コンストラクタの二番目の引数は、ソースファイルのリストです。 - Python
Changed in version 2.4:The pm argument was added. 例文帳に追加
バージョン 2.4 で 変更 された仕様:引数pm を追加しました - Python
The tag argument is the name of the tag converted tolower case. 例文帳に追加
tag 引数はタグの名前で、小文字に変換されています。 - Python
Calling with a zero argument will remove the splashscreen. 例文帳に追加
引数なしで呼びだすと、スプラッシュ画面を取り除きます。 - Python
The pathname argument must point to the shared library.例文帳に追加
pathname引数は共有ライブラリを指していなければなりません。 - Python
The len argument specifies the length of the section that should be locked.例文帳に追加
len 引数にはロックする部分の長さを指定します。 - Python
Changed in version 2.4:chars argument added. 例文帳に追加
バージョン 2.4 で 変更 された仕様:引数chars が追加されました。 - Python
Changed in version 2.4:keepends argument added. 例文帳に追加
バージョン 2.4 で 変更 された仕様:引数keependsが追加されました。 - Python
BadColor A value for a Colormap argument does not name a defined Colormap.例文帳に追加
BadColor引き数 Colormap の値が、定義されている Colormap を指していない。 - XFree86
BadPixmap A value for a Pixmap argument does not name a defined Pixmap.例文帳に追加
BadPixmap引き数 Pixmap の値が、定義されている Pixmap を指していない。 - XFree86
valuemask Specifieswhich window attributes are defined in the attributes argument. 例文帳に追加
valuemask 1i引き数 attributes で定義されるウィンドウ属性を指定する。 - XFree86
BadGC A value for a GContext argument does not name a defined GContext.例文帳に追加
BadGC引き数 GContext の値が、定義されている GContext を指していない。 - XFree86
BadAtom A value for an Atom argument does not name a defined Atom. 例文帳に追加
BadAtom引き数 Atom の値が、定義されている Atom を指していない。 - XFree86
This function passesthe argument string to /bin/sh for execution. 例文帳に追加
"f.exec string" 8この関数は、引き数 string を /bin/sh に渡して実行させる。 - XFree86
The -notype argument specifies that property types should not be displayed.例文帳に追加
-notype オプションを指定するとプロパティのタイプは表示されない。 - XFree86
They got into an argument about her ending their relationship.例文帳に追加
彼女が別れたいというので、二人は口論となった。 - 旅行・ビジネス英会話翻訳例文
When it comes to calling names, argument is pretty nearly at an end. 例文帳に追加
悪口を言い出したら議論もたいがいおしまいだ - 斎藤和英大辞典
When it comes to calling names, argument is pretty nearly at an end. 例文帳に追加
悪口を言い出しては議論はたいがいおしまいだ - 斎藤和英大辞典
Programs that will take a filename as a command-line argument, but will not take input from standard input if no argument is supplied, or that write to a file named as a command-line argument, but will not send their output to standard output if no argument is supplied, can nevertheless be made to use standard input or standard out using /proc/[pid]/fd . 例文帳に追加
標準入出力を用いず、引き数として受け取ったファイル名に対して入力、出力を行うようなプログラムは、以下のようにすれば実質的にフィルタプログラムとして用いることができる。 - JM
a cosmological argument is an argument that the universe demands the admission of an adequate external cause which is God 例文帳に追加
宇宙論的証明とは、宇宙が神という適切な外的要因が入ることを必要とするという主張である - 日本語WordNet
the connections that link the various parts of an event or argument together 例文帳に追加
様々な出来事の一部または議論をつなげること - 日本語WordNet
he supported his argument with an impressive array of facts 例文帳に追加
彼は印象的な事実の列挙でその議論を支えた - 日本語WordNet
it was a strong argument that his hypothesis was true 例文帳に追加
それは彼の仮説が真であるという強い論拠であった - 日本語WordNet
a statement of facts and reasons used to support an argument 例文帳に追加
議論を支持するために使われる事実と理由の言明 - 日本語WordNet
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. 「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編 |
| Copyright © Benesse Holdings, Inc. All rights reserved. |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| Copyright (c) 株式会社 高電社 All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 |
| 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) 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution (CC-BY) 2.0 France



