同じ引数 英語 意味 - 英語訳 - 日本語の例文 S

same arguments
同じ 議論
同じ 主張
同じ 口論
同様 の 議論

日本語 での 同じ引数 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Hideと同じ引数をとるべきです。
This should take the same arguments as renpy. hide.
OrWhereメソッドはwhereメソッドと同じ引数を受け付けます。
The orWhere method accepts the same arguments as the where method:.
このオプションはquorumオプションと同じ引数をとります。
The option takes the same arguments as the quorum option.
AssertNotCount()はこのアサーションの逆で、同じ引数をとります。例2.23:assertCount()の使用法<?php。
AssertNotCount() is the inverse of this assertion and takes the same arguments. Example 2.23: Usage of assertCount()<? php.
それどころか、同じ引数で使用されてきた雇わsupralapsarianism賛成反対の共通の恵みです。
In fact, the same arguments used in favor of Supralapsarianism have been employed against common grace.
AssertNotNull()はこのアサーションの逆で、同じ引数をとります。例4.43:assertNull()の使用法<?php。
AssertNotNull() is the inverse of this assertion and takes the same arguments. Example 4.43: Usage of assertNull()<? php.
同じ親モデルまたは別のモデルに別のModelブロックを追加する場合、同じ引数に対して異なる値を設定できます。
When you add another Model block to the same parent model or to a different model,you can set different values for the same arguments.
AssertNotNull()はこのアサーションの逆で、同じ引数をとります。例A。
AssertNotNull() is the inverse of this assertion and takes the same arguments. Example A.
Reflect呼び出しはトラップとまったく同じ名前が付けられており、同じ引数を受け付けます。
Reflect calls are named exactly the same way as traps andaccept the same arguments.
AssertNotContainsOnly()はこのアサーションの逆で、同じ引数をとります。
AssertNotContainsOnly() is the inverse of this assertion and takes the same arguments.
AssertNotCount()はこのアサーションの逆で、同じ引数をとります。例A。
AssertNotCount() is the inverse of this assertion and takes the same arguments. Example A.
AssertArrayNotHasKey()はこのアサーションの逆で、同じ引数をとります。
AssertArrayNotHasKey() is the inverse of this assertion and takes the same arguments.
引数なしで呼ぶと、次のメソッドがこのメソッドよばれたときとと同じ引数で起動されます。
Calling without arguments invokes the next method with the same arguments as this method is called with.
NetBSDのシステムコールnは、すべてのプラットフォームで同じであり、同じ引数を受け取ります。
On NetBSD system call n is the same on all platforms andtakes the same arguments.
AssertArrayNotHasKey()はこのアサーションの逆で、同じ引数をとります。例A。
AssertArrayNotHasKey() is the inverse of this assertion and takes the same arguments. Example A.
同じ引数を何度も繰り返し指定したくないとき、部分適用は便利です。
Partials are convenient when we don't want to repeat the same argument over and over again.
LengthAwarePaginatorはPaginatorとほとんど同じ引数を取りますが、結果にセットされているアイテム総数も指定する必要のある点が異なっています。
The LengthAwarePaginator accepts almost the same arguments as the Paginator; however, it does require a count of the total number of items in the result set.
LengthAwarePaginatorはPaginatorとほとんど同じ引数を取りますが、結果にセットされているアイテム総数も指定する必要がある点が異なっています。
The LengthAwarePaginator accepts almost the same arguments as the Paginator; however, it does require a count of the total number of items in the result set.
このディレクティブは、ログ書式を直接指定できないことと、条件付きロギングが無いことを除くと、CustomLogと全く同じ引数と効果があります。
This directive has exactly the same arguments and effect as the CustomLog directive, with the exception that it does not allow the log format to be specified explicitly or for conditional logging of requests.
複数の同一のイベントリスナー複数の同一のEventListenerが、同じEventTargetに同じ引数で登録された場合、重複するインスタンスは反映されません。
Multiple identical event listeners If multiple identicalEventListeners are registered on the same EventTarget with the same parameters, the duplicate instances are discarded.
Teacher()コンストラクタは継承元のPerson()コンストラクタと同じ引数を取りたいため、call()を呼び出して、すべての引き数を引数として渡します。
We want the Teacher() constructor to take the same parameters as the Person() constructor it is inheriting from, so we specify them all as parameters in the call() invocation.
Shiftキーを押しながら、メニューから自動トレース(R)を選ぶとプログラムに与える引数を入力するように促されます。Shiftキーを押していないと、FontForgeは全開し要したのと同じ引数を使用します。
If you hold down the shift key when you invoke AutoTrace from the menu then you will be prompted for arguments to pass to it, if you do not hold down theshift key FontForge will use the same arguments it used last time.
つまり、関数fを定義し、プログラムの先頭である引数aでその関数を呼び出し、プログラムの最後で同じ引数aでfを再度呼び出したら、同じ結果が得られる。
That is, when we define a function f, and call that function with a particular argument a in the beginning of a program, and then, at the end of the program,again call f with the same argument a, we know we will get out the same result.
従って、PyList_GetItem()を使ってリスト内の要素を得た場合には、参照の所有者にはなりません---が、同じ要素を同じリストからPySequence_GetItem()(図らずもこの関数は全く同じ引数をとります)を使って取り出すと、返されたオブジェクトに対する参照を得ます。
Thus, if you extract an item from a list using PyList_GetItem(), you don't own the reference- but if you obtain the same item from the same list using PySequence_GetItem()(which happens to take exactly the same arguments), you do own a reference to the returned object.
同じ名前空間で同じ名前かつ同じ引数リストを持つ2つの関数が2つの異なる言語リンケージを持つことはできません(しかし、std::qsortやstd::bsearchの場合のように、引数のリンケージはそのようなオーバーロードを許しても良いことに注意してください)。
Two functions with the same name and the same parameter list in the same namespace cannot have two different language linkages(note, however, that linkage of a parameter may permit such overloading, as in the case of std::qsort and std::bsearch).
WeeChatにメッセージ"_pong"と同じ引数を持つ返信pingを送信。
Send a ping to WeeChat which willreply with a message"_pong" and same arguments.
これらは引数により変動するため、PL/CUDA言語ハンドラは、同じ引数を取る他のSQL関数を呼びだしてこれらのパラメータを決定します。
These parameters depend on the arguments,so PL/CUDA handler determines with other SQL functions that take identical argument signature.
結果: 27, 時間: 0.0172

単語ごとの翻訳

S

同じ引数の同義語

トップ辞書のクエリ

日本語 - 英語