Fileを含む例文一覧と使い方
該当件数 : 48244件
It is supposed to check the logical integrity of the schema file, for instance whether you are trying to declare a index field that does not exist or even when you are trying to insert a float in a date field. 例文帳に追加
これは、スキーマファイルの論理的な整合性を調べます。 たとえば、存在しないフィールドをインデックスとして指定していたり日付型のフィールドに浮動小数点値を保存しようとしていたりといったことがないかどうかを調べます。 - PEAR
Level 3 (indicated by the command line argument -vvv) will print all verbosity information for level 1 (file specific token and line counts with running times), level 2 (tokeniser output) as well as token processing output with sniff running times. 例文帳に追加
レベル 3 (コマンドライン引数 -vvv で指定します)は、レベル 1 (ファイルごとのトークン数および行数、そして実行所要時間)およびレベル 2 (トークナイザの出力)と同様の情報をすべて含み、さらに sniff の実行時のトークン処理結果を出力します。 - PEAR
The source character set is defined by the encoding declaration; it is ASCII if no encoding declaration is given in the source file; see section2.1.4.In plain English: String literals can be enclosed in matching single quotes (') or double quotes (").例文帳に追加
ソースコード文字セット(source character set) はエンコード宣言で決まります.エンコード宣言がない場合には ASCII になります.2.1.4 節を参照してください.より平易な説明: 文字列リテラルは、対応する一重引用符 (') または二重引用符 (") で囲われます。 - Python
The following simple example demonstrates how a module can initialize a counter from a file when it is imported and save the counter'supdated value automatically when the program terminates without relying on the application making an explicit call into this module at termination.例文帳に追加
次の簡単な例では、あるモジュールを import した時にカウンタを初期化しておき、プログラムが終了するときにアプリケーションがこのモジュールを明示的に呼び出さなくてもカウンタが更新されるようにする方法を示しています。 - Python
Note that file objects so opened also have an attribute callednewlines which has a value of None (if no newlineshave yet been seen), 'n', 'r', 'rn',or a tuple containing all the newline types seen.If mode is omitted, it defaults to 'r'.例文帳に追加
開かれたファイルオブジェクトはまた、newlinesと呼ばれる属性を持っており、その値は None (改行が見つからなかった場合)、'n'、'r'、 'rn'、または見つかった全ての改行タイプを含むタプルになります。 mode が省略された場合、標準の値は 'r' になります。 - Python
If it is installed as your personal config file (on systems that support them), it will affect only module distributions processed by you.例文帳に追加
ファイルが (個人用の設定をサポートしているシステムで) 個人用の設定ファイルとしてインストールされていれば、そのユーザが処理するモジュール配布物にのみ影響します。 この内容を特定のモジュール配布物の setup.cfg として使えば、その配布物だけに影響します。 - Python
At the end of the file, a DEDENT token is generated foreach number remaining on the stack that is larger than zero.Here is an example of a correctly (though confusingly) indented piece of Python code:例文帳に追加
ファイルの末尾では、スタックに残っているゼロより大きい値は全て除去され、値が一つ除去されるごとに DEDENT トークンが一つ生成されます。 以下の例に正しく (しかし当惑させるように) インデントされた Pythonコードの一部を示します: - Python
Note that mapping HTTP hierarchicstructure to local directory structure is exactly as inSimpleHTTPServer.SimpleHTTPRequestHandler.The class will however, run the CGI script, instead of serving it as a file, if it guesses it to be a CGI script.例文帳に追加
HTTP 階層構造からローカルなディレクトリ構造への対応付けはSimpleHTTPServer.SimpleHTTPRequestHandler と全く同じなので注意してください。 このクラスでは、ファイルが CGI スクリプトであると推測された場合、これをファイルして提供する代わりにスクリプトを実行します。 - Python
This function handles an exception using the default settings(that is, show a report in the browser, but don't log to a file).This can be used when you've caught an exception and want to report it using cgitb.例文帳に追加
この関数は標準の設定 (ブラウザに報告を表示しますがファイルにはログを書き込みません) を使って例外を処理します。 この関数は、例外を捕捉した際に cgitb を使って報告したい場合に使うことができます。 - Python
This version does not copy types like module, class, function, method,stack trace, stack frame, file, socket, window, array, or any similartypes.Classes can use the same interfaces to control copying that they use to control pickling.例文帳に追加
現在のバージョンでは、モジュール、クラス、関数、メソッド、スタック追跡、スタック構造、ファイル、ソケット、ウィンドウ、アレイ、その他これらに類似の型をコピーしません。 クラスでは、pickle 化を制御するためのインタフェースと同じインタフェースをコピーの制御に使うことができます。 - Python
But if an attempt to read a file leads to a 550 error (meaning the URL cannot be found or is not accessible, often for permission reasons), then the path is treated as a directory in order to handle the case when a directory is specified by a URL but the trailing / has been left off.例文帳に追加
しかし、ファイルの読み出し操作が 550 エラー (URL が存在しないか、主にパーミッションの理由でアクセスできない) になった場合、URL がディレクトリを指していて、末尾の / を忘れたケースを処理するため、パスをディレクトリとして扱います。 - Python
The archive file will be named foo-1.0.tar.gz (or .zip), and will unpack into a directory foo-1.0.If an end-user wishes to install your foo module, all she has to do is download foo-1.0.tar.gz (or .zip), unpack it,and--from the foo-1.0 directory--run例文帳に追加
アーカイブファイルの名前はfoo-1.0.targ.gz (または .zip) になり、展開するとディレクトリ foo-1.0 を作成します。 エンドユーザが foo モジュールをインストールしたければ、foo-1.0.tar.gz (または .zip) をダウンロードし、パッケージを展開して、以下のスクリプトを -- foo-1.0 ディレクトリ中で -- 実行します: - Python
An X server can obtain fontsfrom individual files stored in directories in the file system, or fromone or more font servers, or from a mixtures of directories and font servers.The list of places the server looks when trying to find a font is controlledby its font path. 例文帳に追加
X サーバはファイルシステム上のディレクトリに格納された個々のファイル、1 つ以上のフォントサーバ、またはディレクトリとフォントサーバの両方からフォントを取得できる。 フォントを探すときに X サーバが調べる場所のリストは、\\fIフォントパス\\fPで制御する。 - XFree86
Users that have unsecure networks should take care to use encrypted file transfer mechanisms to copy authorization entries between machines.Similarly, the MIT-MAGIC-COOKIE-1 protocol is not very useful in unsecureenvironments.例文帳に追加
安全でないネットワークを使っているユーザは、マシン間で認証エントリをコピーする際には暗号化されたファイル転送の機構を注意深く使用するべきである。 同様に、MIT-MAGIC-COOKIE-1 プロトコルは安全でない環境ではあまり役に立たない。 - XFree86
To obtain an ignition mechanism of lighter in which operability is enhanced and arrangement is improved not to generate noise when a file wheel is rotated for ignition through pushing/rotating operation of a lateral wheel while preventing ignition through idling thereof.例文帳に追加
横車の空転により着火不能とする一方、横車の押し付け回転操作によりヤスリ車を回転させて着火を行うように設けるについて、操作性を向上すると共に、組み付けが良好で異音の出ない機構とする。 - 特許庁
The iris of a guide is collated by an iris recognizing device, and when it matched, the information of the inputted number of people who want to enter (customers) is recorded in an entrance information file 9b, and a door 11 is unlocked.例文帳に追加
案内人の虹彩を虹彩認識装置1aにより照合し、一致したときには、入力された入室希望者(お客様)の人数等の情報を入室情報ファイル9bに記録するとともに扉11を解錠する。 - 特許庁
A mail system 4, in response to the supervisor terminal 2, creates an electronic mail to each sales person for promoting collation or shipping, and stores it in a mailbox of each sales person in a mail storing file 41.例文帳に追加
メールシステム4は、管理者端末2からの依頼に応じて、各営業担当者宛の検収または出庫の処理を促す電子メールを作成しメール記憶ファイル41における各営業担当者のメールボックスに格納する。 - 特許庁
When a large quantity of print data are printed by high speed black-white composite machine HP3 via the operation of a computer PC1, the print data are expanded into an intermediate code or a file on the computer PC1 and transmitted to the machine HP3.例文帳に追加
コンピュータPC1を操作して高速白黒複合機HP3で大量に印刷を実行する際に、コンピュータPC1上で印刷データを中間コードあるいはファイルに展開し、高速白黒複合機HP3に送信する。 - 特許庁
Further, the image file F1 is configured to be read by the electronic equipment when the electronic equipment such as a digital camera 100 or a printer generates the stereoscopically visible image data by using the left image data DL and right image data DR.例文帳に追加
また、画像ファイルF1は、デジタルカメラ100やプリンタなどの電子機器が左画像データDLと右画像データDRとを用いて立体視可能な画像データを生成する際に、電子機器によって読み出し可能に構成されている。 - 特許庁
To register an original image file generated by a user oneself on the waiting screen of a portable terminal (4a) without requiring a web page description language, i.e., description of HTML, or the procedure and charge for rending a home page area.例文帳に追加
利用者自らが作成した独創性のある画像ファイルを、webページ記述言語であるHTMLの記述やホームページ領域を借り受ける為の手続及びその料金などを必要とせずに、携帯端末(4a)の待受画面に登録する。 - 特許庁
A printing device 10 in which a storage medium (a USB memory 20) can be installed is configured as a device by which only each file in a folder of prescribed name made by the printing device 10 on the storage medium is opened to the public on a network.例文帳に追加
記憶媒体(USBメモリ20)を装着可能な印刷装置10を、記憶媒体上の,印刷装置10によって作成される所定名のフォルダ内の各ファイルのみを、ネットワーク上に公開する装置として構成しておく。 - 特許庁
A suffix array generating part 12 finds suffixes as to a plurality of document files 26 stored in a document database 24, and generates a suffix array in which an aggregate of all the suffixes is arrayed according to a dictionary order, to be stored as a suffix array file 28 in the document database 24.例文帳に追加
Suffix Array生成部12は、文書データベース24に格納された複数の文書ファイル26についてsuffixを求め、すべてのsuffixの集合を辞書順に並べたSuffix Arrayを生成し、Suffix Arrayファイル28として文書データベース24に格納する。 - 特許庁
When a plurality of candidates of corresponding components are retrieved in correspondence with one item, each of these candidates is set in the engineering work request information file 5 as a selection object candidate or the like to be selected, for instance, in a selection box.例文帳に追加
一つの項目に対応して、該当する構成要素の候補が複数検索される場合、それらの各候補は、例えば選択ボックスで選択される選択対象候補などとして工事依頼情報ファイル5に設定する。 - 特許庁
The communication interface card 1202 monitors a communication state with a communication means 1300 built in the file server 1301, and when a bus command is received in a communication disabled state, generates a replay of abnormal reception and transmits the replay to the host apparatus.例文帳に追加
通信インターフェースカード1202が、ファイルサーバ1301に備えられた通信手段1300との通信状態を監視し、通信不可である際にバスコマンドを受領すると異常受信のリプライを生成してホスト機器へ伝送する。 - 特許庁
To prevent the stop of printing due to the non-coincidence of print conditions by freely generating the setting of a print control program matched with the setting of a print control program from a managed printer language management file.例文帳に追加
管理されているプリンタ言語管理ファイルから印刷制御プログラムの設定に合致する印刷制御プログラムの設定を自在に生成して、印刷条件不一致に伴う印刷中止という事態を回避することである。 - 特許庁
A Virtual File System part changes the state of a remaining AV Clip to a state in which the remaining AV Clip can or cannot be recognized by a Playback Control Engine according to method access by an application while playback processing to a partial AV Clip in a stream sequence continues.例文帳に追加
VirtualFileSysterm部は、ストリームシーケンスのうち一部のAVClipに対する再生処理が係続している間、アプリケーションによるメソッド呼出に従って、残りのAVClipの状態を、PlaybackControlEngineが認識し得る状態、又は、認識し得ない状態に変化させる。 - 特許庁
When a destination address has a prefix 'iFAX-' before a user address, a communication control controller 21 stores header information into a RAM 23 and stores an image file into a large capacity memory 26 in cross-reference with the header information.例文帳に追加
通信制御コントローラ21は、宛名アドレスがユーザアドレスの前に「iFAX_」が付加されたアドレスの場合には、ヘッダー情報をRAM23に蓄積し、ヘッダー情報と関連付けて画像ファイルを大容量メモリ26に蓄積する。 - 特許庁
A collection means 12 collects access control information and resource information which are set for each unit of processing such as an application 22 and a file system 21d transmitted from transmission means 21b, 22b, and stores them in an access control information storage means 11a.例文帳に追加
収集手段12は、送信手段21b,22bから送信されたアプリケーション22、ファイルシステム21dなどの処理単位のアクセス制御情報と、リソース情報とを収集し、アクセス制御情報(記憶手段)11aに格納する。 - 特許庁
Then, the gateway apparatus 2 performs gateway operation in accordance with the protocol included in the set file and the detailed specifications of the protocol, and transmits data from an ECU (electronic control unit) received via a network bus 201 etc. to the data collecting apparatus 1.例文帳に追加
そして、ゲートウエイ装置2は、設定ファイルに含まれるプロトコル及びこのプロトコルの詳細仕様にしたがってゲートウエイ動作し、ネットワークバス201等を介して受信したECUからのデータをデータ収集装置1に送信する。 - 特許庁
The order sheet 70 is provided with a thumbnail displaying part 71 wherein the content of an image file stored in a storage medium is displayed in thumbnail, an image selecting column 72 arranged below each thumbnail, and a reprint selecting column 73.例文帳に追加
オーダーシート70には、記憶媒体内に格納された画像ファイルの内容をサムネイルで表示したサムネイル表示部71と、各サムネイルの下部に配置された画像選択欄72と、再印刷選択欄73とが設けられている。 - 特許庁
Each function module obtained by dividing one transaction processing in each function unit so that one function to one program (function module) enqueues/dequeues a routine message capable of setting distribution order, a trap processing flag, function ID, and a transac tion file name.例文帳に追加
一トランザクション処理を機能単位に分割し、一機能一プログラム(機能モジュール)とした場合の各機能モジュールは、配信順番、トラップ処理フラグ、機能ID、トランザクションファイル名を設定可能な定型のメッセージをエンキュー/デキューする。 - 特許庁
To provide a data editing apparatus and a method capable of preventing a memory area of a recording medium from being consumed wastefully caused by data of a defective format left in the recording medium due to the stoppage of writing a file.例文帳に追加
ファイル書き込みが中止されたことにより記録媒体に残留した不完全なフォーマットのデータによる記録媒体のメモリ領域の無駄な消費を回避することのできるデータ編集装置および方法を提供すること。 - 特許庁
When the read graphic data are not corrected, a real number value is inputted to the variable of the graphic data (S93), the file form is converted so that the pattern data are usable by an existing CAD program, and the resulting data is used (S94 and 95).例文帳に追加
一方、読み出した図形データを修正しない場合には、その図形データの変数に実数値を入力し(S93)、これを既存のCADプログラムで利用できるようにファイル形式を変換した後、これを使用する(S94,95)。 - 特許庁
Also, while software 309b is started, and the storage module 50 is mounted on the USB terminal, the PC 30 inhibits the storage of any data other than the encrypted TEMP file, and inhibits the output of data to external equipment.例文帳に追加
また、PC30は、ソフトウェア309bが起動しており、かつ記憶モジュール50がUSB端子に装着されている間、暗号化されたTEMPファイル以外のデータ保存を禁止するとともに、外部機器へのデータ出力を禁止する。 - 特許庁
Image data imaged by a digital camera device 2 is to be transferred (copied) to a viewer 1 by connecting the digital camera device 2 to the viewer 1, and is to be stored into a memory 120 after being made correlation with the same file name etc. in the viewer 1 side.例文帳に追加
ディジタルカメラ装置2をビューワー1に接続することで、ディジタルカメラ装置2をで撮像された画像データがビューワー1に転送(コピー)され、ビューワー1側において、同じファイル名等の関連付けがなされてメモリ120記憶される。 - 特許庁
Either of moisture-proof paper using the aluminum-resin laminated film, aluminum sand paper or the synthetic resin as a core is employed as the sheet-shaped article stuck on one side and the exposed surface of the MDF is finished by a file material on the other side as another constitution.例文帳に追加
別の構成として、一方側に貼着したシート状物は、アルミニウム樹脂ラミネートフィルム、アルミサンド紙、合成樹脂を芯とした防湿紙の何れかであり、他方側は中密度繊維板の露出面をヤスリ材で仕上げた。 - 特許庁
When the mail with the attached printing object file is transmitted from the portable telephone, an identifier granting part 206 grants an identifier, and a mail transmitting part 208 sends back the mail with the identifier described therein to the portable telephone of the transmission origin.例文帳に追加
プリント対象ファイルが添付されたメールが携帯電話機から送信された場合、識別子付与部206が識別子を付与し、メール送信部208が、当該識別子を記載したメールを送信元の携帯電話機に返信する。 - 特許庁
Then a mail text based upon mail data is displayed in the mail text display area at the display part and an image based upon the attached image file is displayed in the image display area through a process of a step S109.例文帳に追加
次に、ステップS109での処理により、表示部のメール本文表示領域にメールデータに基づくメール本文を表示させるとともに、画像表示領域に添付されていた画像ファイルに基づく画像を表示させる。 - 特許庁
When the printing of a destination is specified from an input device 5 in the address data processor, a CPU 1 accesses an address book file in a storage device 2 and correspondingly prints out an address and a jip code specified to be outputted.例文帳に追加
入力装置5から宛名印刷が指示された際に、CPU1は記憶装置2内の住所録ファイルをアクセスし、出力対象として指示された住所および郵便番号を対応付けて印刷出力する。 - 特許庁
In addition, the information about the file does not match to the local data base at the present point of time, corresponding data is deleted (step S6), created (a step S7), recorded (step S8) from the local data base at the present point of time and the local data base is updated.例文帳に追加
また、ファイルの情報が現時点でのローカルデータベースと整合しないときは、その現時点でのローカルデータベースから、対応するデータを削除し(ステップS6)、作成(ステップS7)、記録して(ステップS8)、ローカルデータベースをアップデートする。 - 特許庁
To provide a broadcast receiving apparatus for flexibly managing the storage/erasure of data by managing the page data of a teletext program as one file in the case of storing the data of the teletext program.例文帳に追加
文字放送番組のデータ蓄積において、文字放送番組のページデータを一つのファイルとしてファイル管理することで、データの蓄積/削減の管理を柔軟に行なうことのできる、文字放送受信装置を提供することを目的とする。 - 特許庁
The system creates a work procedure list for encapsulating and storing in a functional module file 103, a functional module which sets up an execution environment of a computer, and performing the functional module selected by an administrator according to a designated order.例文帳に追加
コンピュータの実行環境を設定する機能モジュールをカプセル化して機能モジュールファイル103に格納し、管理者によって選択された機能モジュールを指定された順序に従って実行するための作業手順表を作成する。 - 特許庁
An information utilizing notebook file of each visitor is prepared in a database 100, based on the operation history of the retrieving reading of the visitor, the entry information of the visitor and providing information being the object of these, and is provided for the visitor.例文帳に追加
ビジターの検索閲覧の操作履歴、ビジターの記入情報、およびこれらの対象となった提供情報とに基づいてデータベース100に各ビジターごとの情報活用帳ファイルを作成しビジターに提供する。 - 特許庁
A reproduction control mode confirmation section 111 receives reproduction instructions and looks at the reproduction control mode of the file containing a reproduction point and provides a warning telling that specific reproduction except a fast forward mode is inhibited in the reproduction restriction mode.例文帳に追加
再生の指示を受け、再生制御モード確認部111は、再生ポイントが属するファイルの再生制御モードを見て、再生制限モードのとき、早送り再生以外の特殊再生が禁止されている旨の警告をする。 - 特許庁
A print service server 700 sets data for display of a thumb nail image for preview of an already printed image and print appearance information and order information, and transmits a reprint key file 1000 to a sending destination designated by a user.例文帳に追加
プリントサービスサーバ700は、既に印刷を行った画像のプレビュー用サムネイル画像の表示用データと、印刷体裁情報と、オーダ情報とをセットした後に、リプリントキーファイル1000を、ユーザが指定した送り先に送信する。 - 特許庁
The information about the file which is stored in a specified folder among storage parts of the computer is investigated (step S2) and no local data base in which information in the folder is recorded exists, a local data base is newly created (step S16).例文帳に追加
コンピュータの記憶部のうち指定されたフォルダに格納されているファイルの情報を調査し(ステップS2)、フォルダ内の情報を記録したローカルデータベースが存在しない場合は新規にローカルデータベースを作成する(ステップS16)。 - 特許庁
An application executing part 20 is configured by including a local sharing service part 20A for performing a local sharing service, and the instantaneous sharing of a file or folder with a preliminarily set peer is performed by a local sharing service part.例文帳に追加
アプリケーション実行部20は、ローカル共有サービスを行うためのローカル共有サービス部20Aを含んで構成し、ローカル共有サービス部によって、予め設定されたピアに対してファイルまたはフォルダの即時共有を行う。 - 特許庁
When the file is stitched, the papers or the like to be stuck are fixed with a stapler first, then, the release sheet of the adhesive tape is released, and the papers are put between a front and a rear covers in place, and adhered by pressure to complete stitching.例文帳に追加
編綴時は、最初に編綴する書類等をホッチキス等で止め、次に粘着テープの剥離紙を剥離して、表紙・裏表紙の中に位置を整えて挟み、圧着して貼り付ける事により、編綴を仕上げるファイルである。 - 特許庁
A sequence constructing tool generates a sequence setting a message code or ID code specified by using a log analyzing file recoded in a log analysis result recording part with respect to a template recorded in a template recording part.例文帳に追加
そして、シーケンス構築ツールにおいて、テンプレート記憶部に記録されたテンプレートに対して、ログ解析結果記憶部に記録されたログ解析ファイルを用いて特定されたメッセージコードやIDコードが設定されたシーケンスを生成する。 - 特許庁
At this time, image data which cannot be reproduced with a usual personal computer because they are stored in a peculiar format or are encrypted, are returned to a file having a usual format or decrypted, and then are stored in the user area.例文帳に追加
このとき、通常のパーソナルコンピュータでは再生できないような特有なフォーマット或いは暗号化されて保存されていた画像データが、通常の形式のファイルに戻され、又は暗号が復号されて、ユーザ領域に保存される。 - 特許庁
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|