Formatterを含む例文一覧と使い方
該当件数 : 153件
formatter (standard module),[Link] 例文帳に追加
formatter (standard モジュール) formatter (標準 モジュール) - Python
12.1 formatter -- Generic output formatting 例文帳に追加
12.1 formatter -- 汎用の出力書式化機構 - Python
The writer instance with which the formatter interacts. 例文帳に追加
formatter とやり取りを行う writer インスタンスです。 - Python
Formatter callback. 例文帳に追加
フォーマッタ用のコールバック。 - PEAR
Column Formatter--What can I do with the column formatter? 例文帳に追加
カラムフォーマッタ--カラムフォーマッタで何ができるのか? - PEAR
The callback array for a column header formatter method. 例文帳に追加
カラムヘッダの formatter メソッドで使用するコールバックの配列。 - PEAR
The following attributes are defined for formatter instance objects: 例文帳に追加
formatter インスタンスオブジェクトには以下の属性が定義されています: - Python
Predefined formatter name, followed by formatter-specific parameters 例文帳に追加
定義済みフォーマッタの名前の後にフォーマッタ固有のパラメータを続けます。 - PEAR
Inform the formatter that data has been added to the current paragraphout-of-band. 例文帳に追加
現在の段落にデータが予期せず追加されたことを formatter に知らせます。 - Python
module, and the writer interface is required by the formatter interface.例文帳に追加
モジュールのHTMLParser クラスで使われており、writer インタフェースは formatter インタフェースを使う上で必要です。 - Python
You need a formatter for the new column that should hold the row number. 例文帳に追加
これが行番号を保持します。 - PEAR
Interfaces to create for matters are dependent on the specificformatter class being instantiated.例文帳に追加
formatter を作成するためのインタフェースは、インスタンス化しようとする個々の formatter クラスに依存します。 - Python
Two implementations of formatter objects are provided in the例文帳に追加
formatter では 2 つのフォーマッタオブジェクト実装が提供されています; フォーマッタのインタフェースについての情報は - Python
module; refer to the documentation for that module for information on the formatter interface.例文帳に追加
モジュールのドキュメントを参照してください。 - Python
The level is interpreted as for loggers, and NOTSET is taken to mean "log everything".The formatter entry indicates the key name of the formatter for this handler.例文帳に追加
level はロガーの場合と同じように解釈され、NOTSET は "全てを記録する (log everything)" と解釈されます。 formatter エントリはこのハンドラのフォーマッタに対するキー名を表します。 - Python
The formatter part performs initialization (step 1418).例文帳に追加
フォーマッタ部では初期化が行われる(ステップ1418)。 - 特許庁
This is the formatter instance associated with the parser. 例文帳に追加
パーザに関連付けられているフォーマッタインスタンスです。 - Python
Then, the formatter 24 transmits the instruction to the controller 26.例文帳に追加
次に、フォーマッタ24は命令をコントローラ26に送る。 - 特許庁
Another special case includesmethods and members of general ``protocols,'' such as the formatter and writer protocols described for the formatter module: these may be documented without any specific implementation classes, and will always require the type name parameter to be provided.例文帳に追加
もう一つ特殊なケースとして、formatter モジュールにおける formatter や writer のような、汎用の ``プロトコル'' のメソッドやメンバがあります: これらは特定の実装クラスなしにドキュメントを書くことがあり、常に type name パラメタを指定する必要があります。 - Python
Formatter objects transform an abstract flow of formatting events intospecific output events on writer objects. 例文帳に追加
formatter オブジェクトはある抽象化された書式イベントの流れをwriter オブジェクト上の特定の出力イベントに変換します。 - Python
The interface makes available mechanisms for setting the properties which formatter objects manage and inserting data into the output. Subsections例文帳に追加
デバイスインタフェースは formatter オブジェクトが管理しているプロパティを設定し、データを出力端に書き込めるようにします。 - Python
Specific writerproperties which may be controlled via formatter objects are horizontal alignment, font, and left margin indentations.例文帳に追加
writer の特定のプロパティのうち、formatter オブジェクトを介して制御できるのは、水平方向の字揃え、フォント、そして左マージンの字下げです。 - Python
Does basic configuration for the logging system by creating a StreamHandler with a default Formatter and adding it to the root logger.例文帳に追加
デフォルトのフォーマッタ (formatter) を持つ StreamHandler を生成してルートロガーに追加し、ログ記録システムの基本的な環境設定を行います。 - Python
MASTER DISK EXPOSURE METHOD AND PULSE GENERATOR, AND FORMATTER SYSTEM, AND MEDIA例文帳に追加
原盤露光方法とパルスジェネレータおよびフォーマッタシステムとメディア - 特許庁
FORMATTER DRIVE CLOCK GENERATING METHOD, FORMATTER DRIVE COMMAND PULSE COLUMN GENERATING METHOD, OPTICAL DISK ORIGINAL DISK EXPOSING APPARATUS, AND OPTICAL RECORDING MEDIUM例文帳に追加
フォーマッタ駆動クロック生成方法、フォーマッタ駆動指令パルス列生成方法、光ディスク原盤露光装置及び光記録媒体 - 特許庁
Associative array of arguments passed as second argument to the formatter callback 例文帳に追加
フォーマッタ用のコールバックの二番目の引数として渡す連想配列。 - PEAR
For a complete list of specifiers, consult theFormatter documentation. 例文帳に追加
指定子の完全なリストについては Formatter のドキュメントを参照してください。 - Python
WAVE FORM FORMATTER AND SEMICONDUCTOR DEVICE TESTING DEVICE MOUNTING IT例文帳に追加
波形フォーマッタ・この波形フォーマッタを搭載した半導体デバイス試験装置 - 特許庁
Sections which specify formatter configuration are typified by the following. 例文帳に追加
フォーマッタの環境設定を指定しているセクションは以下のような形式です。 - Python
The interfaces described below are the required interfaces which all writers must support once initialized.Note that while most applications can use theAbstractFormatter class as a formatter, the writer must typically be provided by the application.例文帳に追加
ほとんどのアプリケーションでは AbstractFormatter クラスをformatter として使うことができますが、通常 writer はアプリケーション側で与えなければならないので注意してください。 - Python
The laser beam printer 100 is provided with a formatter control part 101, and the formatter control part 101 has a ROM 203, a RAM 204, an NV-RAM 205 and an HDD 206.例文帳に追加
レーザビームプリンタ100はフォーマッタ制御部101を備え、フォーマッタ制御部101はROM203、RAM204、NV−RAM205、HDD206を有する。 - 特許庁
An SMPTE-305M formatter 104 attaches information necessary for the SMPTE-305M standard to each stream block.例文帳に追加
SMPTE-305Mフォーマッタ104は、各ストリームブロックにSMPTE-305M規格に必要な情報を付加する。 - 特許庁
Two implementations of formatter objects are provided by this module.Most applications may use one of these classes without modification or subclassing.例文帳に追加
このモジュールでは、formatter オブジェクトに関して二つの実装を提供しています。 ほとんどのアプリケーションではこれらのクラスを変更したりサブクラス化することなく使うことができます。 - Python
Begins saving character data in a buffer instead of sending it to the formatter object.例文帳に追加
文字列データをフォーマッタオブジェクトに送らずにバッファに保存する操作を開始します。 - Python
The MimeWriter class implements a basic formatter for creatingMIME multi-part files.例文帳に追加
このMimeWriter クラスは、MIME マルチパートファイルを作成するための基本的なフォーマッタを実装します。 - Python
| Copyright © Japan Patent office. 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 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|