1153万例文収録!

「object format」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > object formatに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

object formatの部分一致の例文一覧と使い方

該当件数 : 292



例文

object reference- to an Excel Format 例文帳に追加

object reference-Excel の書式へのリファレンスを返します。 - PEAR

prevWeekDay($format='int') Returns the previous weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

prevWeekDay($format='int') 週の前日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

thisWeekDay($format='int') Returns the current weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

thisWeekDay($format='int') 週の当日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

nextWeekDay($format='int') Returns the next weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

nextWeekDay($format='int') 週の翌日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

例文

Returns a new string object from format and args.Analogous to 例文帳に追加

新たな文字列オブジェクトを format と args から生成します。 - Python


例文

Specify an object code format other than your system's default format. 例文帳に追加

通常はシステムのデフォルトであるフォーマットが用いられる。 - JM

the format of the array or object variables and how they relate to this object. 例文帳に追加

配列またはオブジェクト変数のフォーマットを指定します。 - PEAR

(where format is a string or Unicode object), % conversion specifications in format are replaced with zero or more elements of values.例文帳に追加

(format は文字列またはUnicode オブジェクト)とすると、format 中の % 変換指定は values 中のゼロ個またはそれ以上の要素で置換されます。 - Python

Returns textual representation of the month of the decorated calendar object nextMonthName($format='long') 例文帳に追加

thisMonthName($format='long') デコレート対象のカレンダーオブジェクトの、当月のテキスト表現を返します。 - PEAR

例文

Returns textual representation of the next month of the decorated calendar object prevDayName($format='long') 例文帳に追加

nextMonthName($format='long') デコレート対象のカレンダーオブジェクトの、翌月のテキスト表現を返します。 - PEAR

例文

Returns textual representation of the previous day of the decorated calendar object thisDayName($format='long') 例文帳に追加

prevDayName($format='long') デコレート対象のカレンダーオブジェクトの、前日のテキスト表現を返します。 - PEAR

Returns textual representation of the day of the decorated calendar object nextDayName($format='long') 例文帳に追加

thisDayName($format='long') デコレート対象のカレンダーオブジェクトの、当日のテキスト表現を返します。 - PEAR

Returns textual representation of the next day of the decorated calendar object orderedWeekdays($format='long') 例文帳に追加

nextDayName($format='long') デコレート対象のカレンダーオブジェクトの、翌日のテキスト表現を返します。 - PEAR

Returns a new string object from format and args; this is analogous to例文帳に追加

新たな文字列オブジェクトを format および args から生成して返します; このメソッドは - Python

FORMAT FOR MANAGING METADATA AND DESCRIPTION OBJECT DATA例文帳に追加

メタデータと記述対象データを管理するフォーマット - 特許庁

It builds a tuple only if its format string contains two or more format units.If the format string is empty, it returns None; if it contains exactly one format unit, it returns whatever object is described by that format unit.例文帳に追加

書式化文字列が空なら、None を返します。 きっかり一つの書式化単位なら、その書式化単位が記述している何らかのオブジェクトになります。 - Python

METHOD FOR TRANSFERRING PRESCRIBED OBJECT DESCRIPTION FORMAT例文帳に追加

所定のオブジェクト記述形式を転送する方法 - 特許庁

the current Error Stack object an array that is in the same format as an error. 例文帳に追加

カレントのエラースタックオブジェクト エラーと同じフォーマットの配列。 - PEAR

To copy a free format digital ink mark on an object to another object related to the object.例文帳に追加

オブジェクト上の自由形式ディジタルインクマークをそのオブジェクトに関連する他のオブジェクトへ複写すること。 - 特許庁

Specify the binary format for input object files that follow this option on the command line. 例文帳に追加

"\\-b " "input-format"コマンドラインでこのオプションに続いて指定された入力オブジェクトファイルのバイナリフォーマットを指定する。 - JM

Every object composing an input document is converted into an internal format object.例文帳に追加

入力されたドキュメントを構成する各オブジェクトを、内部フォーマットのオブジェクトへ変換する。 - 特許庁

Instead the object-oriented factory pattern is used to create a highlighter object depending on the format: Example 64-7. 例文帳に追加

オブジェクト指向なファクトリパターンを用いて、フォーマットに応じたオブジェクトを作成します。 - PEAR

An embedded object preparing mans 131 retains the image data for file output in object format.例文帳に追加

埋込みオブジェクト作成手段131は、ファイル出力用イメージデータをオブジェクト形式で保存する。 - 特許庁

If format is a Unicode object, or if any of the objects being converted using the %s conversion are Unicode objects, the result will also be a Unicode object.If format requires a single argument, values may be a single non-tuple object.例文帳に追加

format が Unicode オブジェクトであるか、または %s 変換を使って Unicode オブジェクトが変換される場合、その結果もUnicode オブジェクトになります。 format が単一の引数しか要求しない場合、values はタプルでない単一のオブジェクトでもかまいません。 - Python

Returns textual representation of the previous month of the decorated calendar object thisMonthName($format='long') 例文帳に追加

デコレート対象のカレンダーオブジェクトの、前月のテキスト表現を返します。 - PEAR

The object registered in the session table is displayed in a designated format.例文帳に追加

セッションテーブルに登録されたオブジェクトを、指定された形式で表示する。 - 特許庁

What this means is that if you want to pass a format to this driver you have to "derive" the Format object out of the workbook used in the driver. 例文帳に追加

" どういう意味かというと、つまり、もしこのドライバに書式を設定したいのなら、Format オブジェクトをドライバで使用するワークブックから作成しなければなりません。 - PEAR

An object is selected from the objects stored in internal format and further a document format of a conversion destination is selected.例文帳に追加

保存された内部フォーマットのオブジェクトの中から、オブジェクトを選択し、更に、変換先のドキュメントフォーマットを選択する。 - 特許庁

An object list LO in which information of each object included in a structured document is collected in a list format is generated.例文帳に追加

構造化文書に含まれる各オブジェクトの情報をリスト形式で纏めたオブジェクトリストLOを生成する。 - 特許庁

A plurality of music data of a first format prescribed to reproduction prescribed information is specified to an object to be converted to a second format being different from the first format.例文帳に追加

再生規定情報に規定された複数の第1フォーマットの音楽データを、第1フォーマットとは異なる別の第2フォーマットへと変換すべき対象に特定する。 - 特許庁

If the format string is empty, it returns None; if it contains exactly one format unit, it returns whatever object is described by that format unit.例文帳に追加

書式化文字列が空の場合、None を返します; 書式化単位が厳密に一つだけ入っている場合、書式化単位で指定されている何らかのオブジェクト単体を返します。 - Python

To aim at transmitting recording reservation information in a recording reservation object signal format or the like.例文帳に追加

記録予約情報の記録予約対象信号形式による伝送等を図る。 - 特許庁

Returns the days of the week using the order defined in the decorated calendar object. 例文帳に追加

orderedWeekdays($format='long') デコレート対象のカレンダーオブジェクトで定義されている順番で、曜日を返します。 - PEAR

To provide a method or the like for serializing a user interface object having a custom object type and a serialization format.例文帳に追加

カスタムオブジェクトタイプおよびシリアライゼーション形式を有するユーザインタフェースオブジェクトをシリアライズする方法等を提供する。 - 特許庁

The oldest and classic UNIX object format. 例文帳に追加

この方法で FreeBSD を使えば、 UNIXオペレーティングシステムの能力と柔軟性を手にすることができます。 - FreeBSD

When set to this format, the only way to retrieve data from the Auth object is by calling getAuthData('attributes'). 例文帳に追加

この書式を指定すると、Auth オブジェクトからデータを取得する手段はgetAuthData('attributes') だけとなります。 - PEAR

If the object or format provided is a unicode string,the resulting string will also be unicode. 例文帳に追加

オブジェクトや与えられた書式が unicode 文字列の場合、変換後の文字列も unicode になります。 - Python

(Python is built with Microsoft Visual C++, which uses COFF as the object file format.)For this reason you have to convert Python's librarypython24.lib into the Borland format.例文帳に追加

Microsoft Visual C++ は COFF をオブジェクトファイル形式に使います。 )このため、以下のようにして、 Python のライブラリ python24.lib を Borland の形式に変換する必要があります: - Python

When the object image of a character recognition object is input, the information processor specifies a format of the object image (step S1), and specifies a position and the character condition of the character image included in the object image, based on the specified format (step S2).例文帳に追加

そして、文字認識対象の対象画像が入力されると、当該対象画像のフォーマットを特定し(ステップS1)、この特定されたフォーマットに基づき、前記対象画像に含まれる文字画像の位置及び文字条件を特定する(ステップS2)。 - 特許庁

A conversion process part 14 of object data performs format conversion of patch data respectively into a data format executable by a detecting exchanger 3 and a data format executable by a commercial exchanger 5.例文帳に追加

対象データ変換処理部14は、検証用交換機3で実行できるデータ型式と、商用交換機5で実行できるデータ型式へ、それぞれパッチデータの型式変換を行う。 - 特許庁

A format memory 13e stores the data with the display format after the conversion, and a format table 13f stores the elected service information of the display object and display format information after the conversion as the information of a display format corresponding to a selected function key as a setting object of the display format among function keys provided in the remote controller 30.例文帳に追加

変換後の表示フォーマットのデータはフォーマットメモリ13eに格納され、フォーマットテーブル13fにおいて、リモコン30に設けられているファンクションキーのうち表示フォーマットの設定対象として選択されたファンクションキーに対応する表示フォーマットの情報として、選択された表示対象のサービス情報及び変換後の表示フォーマット情報が格納される。 - 特許庁

A specific deformation operator is specified and associated with the deformation object and the control object via the format file.例文帳に追加

特定の変形作用素を、フォーマット・ファイルを介して、規定し、変形オブジェクトおよび制御オブジェクトと関連付けることができる。 - 特許庁

A color management system determines a format type for an object that is referenced by an API call.例文帳に追加

カラー管理システムは、APIコールによって参照されるオブジェクトのフォーマットタイプを決定する。 - 特許庁

The signature object content part 204 prepares a basic format for verifying the adequacy of the contents to put it concretely and the signature constraining part 205 includes an additional format to the basic format.例文帳に追加

署名対象コンテンツ部204は、より具体的には、コンテンツの妥当性を検証するための基本書式を用意し、署名制限部205は、当該基本書式に対する追加の書式を含める。 - 特許庁

The object prepared according to the data format of the object to be handled in the virtual world is provided to the user by the terminal computer of the user.例文帳に追加

仮想世界で取り扱うオブジェクトのデータフォーマットに従って作成したオブジェクトをユーザの端末コンピュータでユーザに提供する。 - 特許庁

After receiving the license authentication, the data of the special data format are recovered to an original data format of the recovery object data using license authentication data.例文帳に追加

そして、ライセンス認証を受けた後、ライセンス認証データを用いて、独自データ形式のデータを復元対象データ本来のデータ形式に復元する。 - 特許庁

In a transmitter 2, an object data extraction section 5 extracts object data comprising required class information and data from a transmission request object, a data creation section 6 creates the extracted object data in a prescribed data format, and a compression processing section 7 compresses and processes the object data in the prescribed format for transmission.例文帳に追加

送信装置2は、オブジェクトデータ抽出部5で送信要求オブジェクトから必要なクラス情報とデータとからなるオブジェクトデータを抽出し、データ作成部6で抽出したオブジェクトデータを所定のデータ形式に作成し、圧縮処理部7で所定形式の前記オブジェクトデータを圧縮処理して送信する。 - 特許庁

To print form data of an indefinite amount in an appropriate format by using one form definition object.例文帳に追加

不定なデータ量の帳票データを一つの帳票定義体を用いて適切な体裁で印刷する。 - 特許庁

The recovery object data are output in an special data format by receiving the license authentication.例文帳に追加

本発明では、ライセンス認証を受ける前までは、独自データ形式で復元対象データを出力する。 - 特許庁

例文

If the object is associated with a legacy format, the API call is processed by a legacy processing module.例文帳に追加

オブジェクトがレガシフォーマットに関連付けられる場合、APIコールは、レガシ処理モジュールによって処理される。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
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.
  
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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS