A WRAPPER in Japanese translation

[ə 'ræpər]
[ə 'ræpər]
ラッパー
rapper
lapper
rap
the rappers
is a wrapper
wrapper
ラッパです

Examples of using A wrapper in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
You can also add a wrapper DOM node in your component and attach a ref directly to it.
コンポーネントのラッパーのDOMノードを追加し、そこに直接refを付与することもできます。
The act of peeling off a wrapper will slow you down and give your satiety hormones time to register satisfaction.
あなたを遅くして、満腹感を与えるラッパーを剥離する行為は満足を登録するための時間をホルモン。
Creates a Wrapper that contains the mounted and rendered Vue component.
マウントされて描画されたVueコンポーネントを含むWrapperを生成します。
Add to the prototype of all functions the method defer(ms), that returns a wrapper, delaying the call by ms milliseconds.
すべての関数のプロトタイプにメソッドdefer(ms)を追加してください。それはラッパーを返し、msミリ秒呼び出しを遅延します。
When dangling pointer checking or heap is enabled, the compiler uses a wrapper for the C runtime function free() and the C++ delete operator.
ダングリング・ポインターのチェックまたはヒープが有効な場合、コンパイラーはCランタイム関数free()とC++delete演算子のラッパーを使用します。
In Mozilla, the XUL textbox is implemented as a wrapper around an HTML input element.
Mozillaでは、XULtextboxはHTMLのinput要素のラッパとして実装されています。
If a job calls a generic RaptorXML function, the function acts as a wrapper to the equivalent release-specific function of the RaptorXML Server.
ジョブがRaptorXML関数を呼び出す場合、関数はRaptorXMLServerのリリース固有の関数と同等のラッパーとして役割を果たします。
The application is a wrapper for Gmail/ Google Inbox with unlimited account support, on top of which it adds features such as native desktop notifications notification….
アプリケーションは、Gmailのラッパーです/無制限のアカウントをサポートしているGoogleの受信トレイ,上にそのことは、そのようなネイティブのデスクトップ通知などの機能(通知を追加します…。
Flash4j is a Java API(initially a wrapper over Apache Flex) that offers Java developers a familiar way to develop Flash applications in pure Java without knowledge of ActionScript.
Flash4jはJavaAPI(元々ApacheFlexのラッパー)で、Java開発者にFlashアプリケーションを開発するのに、ActionScriptの知識を必要とせず、純粋にJavaによる手慣れた方法を提供する。
The function always returns NULL, so a wrapper function around a system call can write return PyErr_SetFromErrno(type); when the system call returns an error.
関数は常にNULLを返します。したがって、システムコールがエラーを返したとき、システムコールのラッパー関数はreturnPyErr_SetFromErrno(type);と書くことができます。
Note that if your complex data type is a struct with more than primitive data types(int, double, char), you can create a wrapper DLL from a C-based language to simplify function calls.
複雑なデータ型がプリミティブなデータ型(int、double、char)以上の構造体である場合は、Cベースの言語からラッパーDLLを作成して関数呼び出しを簡略化することができます。
If the perl version is 5.8.1, Jcode acts as a wrapper to Encode, the standard charset handler module for Perl 5.8 or later.
Perlのバージョンが5.8.1以上なら、Jcodeは、Perl5.8以降の標準的な文字集合ハンドラモジュールであるEncodeのラッパーとして振る舞います。
Create a“throttling” decorator throttle(f, ms)- that returns a wrapper, passing the call to f at maximum once per ms milliseconds.
スロットリング”デコレータthrottle(f,ms)を作ります-これはラッパーを返し、msミリ秒毎に最大一度fの呼び出しを渡します。
Mounted components are returned inside a Wrapper, which exposes many convenience methods for manipulating, traversing and querying the underlying Vue component instance.
マウントされたコンポーネントはWrapperの内部に返されます。これは、基のVueコンポーネントインスタンスを操作、トラバース、クエリ処理するための多くの便利なメソッドを公開しています。
Considering that this is really just a wrapper around the native API, it would be hard to prove you had a clean-room implementation even for a team that wasn't intimately familiar with Attachmate's code.
これが実際には単なるネイティブAPIのラッパーであることを考慮すると、Attachmateのコードを熟知しているわけではないチームにとってもクリーンルーム実装を持っていると証明することは難しいだろう。
To use an existing web service as a worker, you can write a wrapper that gets tasks from Amazon SWF, invokes your web service's APIs as appropriate, and returns the results back to Amazon SWF.
既存のウェブサービスをワーカーとして使用するには、ラッパーを作成し、このラッパーでタスクをAmazonSWFから受け取って、ウェブサービスのAPIを必要に応じて起動し、結果をAmazonSWFに返します。
Although Hovel works as a wrapper of Depot and handles a database file usually, if you use the function'gdbm_open2' to open the handle, it is possible to make behavior of a handle as a wrapper of Curia and treat a database directory.
Hovelは通常はDepotのラッパーとして動作してデータベースファイルを扱うが、ハンドルを開く際に関数'gdbm_open2'を用いることによってCuriaのラッパーとしてデータベースディレクトリを扱うようにすることができる。
If you are upgrading from a Wrapper version prior to 3.5.0,
Wrapperバージョン3.5.0より以前のものをアップグレードする場合には、ご利用の「conf\wrapper.
Example 6: Emulating simple KAST expressions in a custom function| Rogue Wave- Documentation To make the traversal of KAST tree nodes in next few examples more readable, we will create a wrapper function that allows us to emulate certain types of KAST expressions, specifically those that traverse a node tree top-down.
例6:カスタム関数の簡単なKAST式をエミュレートする|RogueWave-Documentation次の読み取りやすい例でKASTツリーノードをトラバースするには、ある型のKAST式、特に逆ツリー構造のノードをトラバースするものをエミュレートできるラッパー関数を作成します。
A typical usage is to write a wrapper that includes the original test code(suppose it's called test-suite. scm): Chibi's test directives are translated to Gauche's test directives see Unit testing, for Gauche's test framework.
典型的な使い方は、元のテストコード(test-suite.scmとします)をincludeするラッパーを書くことです。Chibiのテストディレクティブは、Gaucheのテストフレームワークのテストディレクティブへと変換されます(単体テスト参照)。
Results: 54, Time: 0.0427

Word-for-word translation

Top dictionary queries

English - Japanese