DEFAULT IMPLEMENTATION Meaning in Japanese - translations and usage examples

[di'fɔːlt ˌimplimen'teiʃn]
[di'fɔːlt ˌimplimen'teiʃn]
デフォルトの実装では

Examples of using Default implementation in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The default implementation returns 0.
デフォルトの実装では0を返します。
Certain types of dialogs are usedso frequently that the OS can provide a default implementation.
あるタイプのダイアログは、OSがデフォルト実装を提供しているためにしばしば使用されます。
The default implementation does nothing.
デフォルトの実装では、何も行いません。
This means that the cancellation semantics depend on the producer, and there is no default implementation.
つまり、キャンセルの動作はプロデューサに依存するし、デフォルトの実装は存在しない。
The default implementation does nothing.
デフォルトの実装では何も呼び出されません。
To customize,add your own handlers to the pdfHTML framework to override or extend default implementation.
カスタマイズするには、独自のハンドラーをpdfHTMLフレームワークに追加してデフォルト実装をオーバーライドまたは拡張します。
Default implementation for Object. GetHashCode().
Object.GetHashCode()のデフォルトの実装
You see output from the default implementation(DefaultItemDao) again.
デフォルトの実装(DefaultItemDao)による出力が再度表示されます。
The default implementation of preprocess method is as follows; it does nothing.
Preprocessのデフォルトの実装は以下の通り何もしません。
The mockImplementation methodis useful when you need to define the default implementation of a mock function that is created from another module:.
MockImplementationメソッドは他のモジュールによって作成されたモック関数のデフォルト実装を定義したいときに便利です。
The default implementation makes the following assumption of the directory structure:.
デフォルトの実装は、以下のようなディレクトリ階層を前提としています。
Justification The nsString class is a wide character stringclass used throughout all of Gecko(and other modules) as the default implementation.
正当化nsStringクラスは、デフォルトのインプリメンテーションとしてGecko(とその他のモジュール)のすべてを通して使われるwidecharacterの文字列です。
You may view the default implementation in the framework as an example.
フレームワークのデフォルト実装を例として参照してください。
Last but not least: If you provided a list of room properties that should be available in the lobby,those are also sent by GetGameList in our default implementation.
最後に、ロビーで利用可能なルームプロパティのリストを提供している場合には、デフォルトの実装でそれらのルームプロパティもGetGameListに送信されます。
The default implementation defined by the built-in type object calls object.__repr__().
組み込み型objectによって定義されたデフォルト実装は、object.__repr__()を呼び出します。
This definition both creates a new type called Ord,which plays the same role as Java's Comparable interface, and default implementations of three predicates in terms of a fourth, abstract one.
この定義は、JavaのComparableインターフェースと同じ働きをするOrdという新しい型と、3つの述語のデフォルト実装を4つ目の抽象述語を使うことで作成しています。
The default implementation of this function returns true, leaving React to perform the update:.
この関数のデフォルト実装はtrueを返し、Reactに更新処理をそのまま実行させます:。
Context variables that implement the ILazyContextVariable interface-most probably by extending its LazyContextVariable default implementation- will be resolved in the moment of being executed. For example:.
ILazyContextVariableを実装したコンテキスト変数-ほとんどがデフォルト実装のLazyContextVariableを継承したものになるでしょう-は実行する瞬間に取得されます。例えば:。
The default implementation formats the auto property with the desired image, and then checks if the computed filename exists.
デフォルトの実装ではautoプロパティーを要求した画像でフォーマットし、その結果のファイル名が存在するかを確認します。
For these reasons, do not use the default implementation of this method as a unique object identifier for hashing purposes.
Forthesereasons,donotusethedefaultimplementationofthismethodasauniqueobjectidentifierforhashingpurposes.これには、次の2つの影響があります。
The default implementation of this JS serialization mechanism will look for the Jackson library in the classpath and, if present, will use it.
JSシリアライゼーションメカニズムのデフォルト実装は、クラスパスからJacksonlibraryを探して、もし見つかればそれを使用します。
Output_dir string Directory used by the default implementation of the iXHProfRuns interface(namely, the XHProfRuns_Default class) for storing XHProf runs.
Output_dirstringiXHProfRunsインターフェイスのデフォルト実装(つまりXHProfRuns_Defaultクラス)が、XHProfの実行結果の保存に使うディレクトリ。
The default implementation of GetHashCode() for reference types returns a hash code that is equivalent to the one returned by the GetHashCode(Object) method.
既定実装GetHashCode()参照型で返されると等価のハッシュコードを返します、GetHashCode(Object)メソッド。
Furthermore, by using reflection, FsCheck can derive default implementations of record types, discriminated unions, tuples, enums and basic classes in terms of any primitive types that are defined(either in FsCheck or by you).
さらに、リフレクションを用いて、FsCheckはあらゆるプリミティブ型に関して(FsCheck内に、あるいはユーザーによって)定義されたレコード型、判別共用体、タプル、列挙型の既定の実装を得ることができます。
They have no default implementation, and you must provide a version of these for each of your subclasses of the IlvGraphic class.
これらにはデフォルトで実装されていないため、IlvGraphicクラスの各サブクラスにこれらのバージョンを提供する必要があります。
ToString, hashCode, equals: Java provides default implementations for these three methods, but these are rarely useful, meaning developers usually have to override the default and create their own.
ToString,hashCode,equals:Javaはこの3つのメソッドのデフォルト実装を提供しているが,これらが役に立つことはほとんどなく,通常は開発者がオーバーライドして独自の実装を用意しなければならない。
The file contains a default implementation of main that instantiates a new goa service, initializes default middleware, mounts the bottle controller and runs the HTTP server.
このファイルには、新しいgoaサービスをインスタンス化し、デフォルトのミドルウェアを初期化し、bottleコントローラをマウントし、HTTPサーバーを実行するmainのデフォルト実装が含まれています。
In ActionScript Thread Library, the Monitor class which is the default implementation of the IMonitor interface is prepared, and in addition, the Thread class is inherited from the Monitor class, so it is easy to use this either.
ActionScriptThreadLibraryには、IMonitorインターフェイスの標準の実装であるMonitorクラスが用意されており、更にThreadクラスはMonitorクラスを継承しているので、このどちらかを使用するのが簡単です。
I have a simple protocol called Loggable and it has a default implementation that uses a Singleton underneath, but that information is never leaked outside of that file and the logger is never accessed outside of this initial configuration in application controller.
内部的にシングルトンを使用する基本実装(DefaultImplementation)を持ったLoggableというプロトコルを作成すると、シングルトンを使用したという情報が外部に露出せず、初期設定(initialconfiguration)を除く外部ではloggerにアクセスできません。
Results: 29, Time: 0.0281

Word-for-word translation

Top dictionary queries

English - Japanese