Fileを含む例文一覧と使い方
該当件数 : 48244件
Each section consists of one option per line, specified as option=value.For example, the following is a complete config file that just forces all commands to run quietly by default:例文帳に追加
各セクションにはoption=value の形で、一行あたり一つのオプションを指定します。 例えば、以下は全てのコマンドに対してデフォルトでメッセージを出さないよう強制するための完全な設定ファイルです: - Python
Including a particular command in config files has no such implication; it only means that if the command is run, the options in the config file will apply.例文帳に追加
特定のコマンドに対するオプションを設定ファイルに含めると、このような関連付けの必要はなくなります;あるコマンドが実行されると、そのコマンドに対するオプションが適用されます。 - Python
p does not have to be a file object for thisfunction to work properly; any object is supported (thought its onlyinteresting if the softspace attribute can be set). 例文帳に追加
この関数を正しく動作させるために、p がファイルオブジェクトである必然性はありません; 任意のオブジェクトをサポートします (softspace 属性が設定されているかどうかのみが問題だと思ってください)。 - Python
If you're only interested in one target format, you can include the extension of the appropriate input file, but to allowsupport for multiple formats, omitting the extension makes life easier.例文帳に追加
もし特定の形式のドキュメントしか生成したくないのなら、拡張子をつけてもかまいませんが、複数の形式をサポートしたければ拡張子を省略しておいたほうが楽です。 - Python
Cross-platform compatibility note: because of the nature of text editors on non-UNIX platforms, it is unwise to use a mixture of spaces and tabs for the indentation in a single source file.例文帳に追加
プラットフォーム間の互換性に関する注意: 非 UNIX プラットフォームにおけるテキストエディタの性質上、一つのソースファイル内でタブとインデントを混在させて使うのは賢明ではありません。 - Python
function with the difference that the first entry should refer to the script file to be executedrather than the executable hosting the Python interpreter.例文帳に追加
に渡したパラメタに似ていますが、最初の要素が Python インタプリタの宿主となっている実行形式の名前ではなく、実行されるスクリプト名を参照しなければならない点が違います。 - Python
Optionally, you can save this information to a file instead of sending it to the browser.To enable this feature, simply add one line to the top of your CGI script:例文帳に追加
オプションとして、この情報をブラウザに送信する代わりにファイルに保存することもできます。 この機能を有効化するためには、単に自作の CGI スクリプトの最初に以下の一行を追加します: - Python
The whence argument is optional and defaults to 0 (absolute file positioning); other values are 1 (seek relative to the current position) and2 (seek relative to the file's end).例文帳に追加
引数whenceは省略可能で、デフォルト値は0(ファイルの絶対位置)です;他に1(現在位置から相対的にシークします)と2(ファイルの末尾から相対的にシークします)の値を取ります。 何も値は返しません。 - Python
For Unix, this will be a file generated by the configure script; the meaning for other platforms will vary.例文帳に追加
Unixの場合、このファイルは configure スクリプトによって生成されます; 他のプラットフォームでは、この関数の返す値の意味は様々です。 有意なファイル名を返す場合、ファイルはプラットフォーム固有のテキストファイル形式です。 - Python
Note that additional file formats which can be decompressed by the gzip and gunzip programs, such as those produced by compress and pack, are not supported by this module. The module defines the following items:例文帳に追加
gzip や gunzip プログラムで解凍できる、compress や pack による他の形式の圧縮ファイルはこのモジュールではサポートされていないので注意してください。 このモジュールでは以下の項目を定義しています: - Python
Stats objects are manipulated by methods, in order to print useful reports. The file selected by the above constructor must have been created by the corresponding version of profile.例文帳に追加
Stats オブジェクトはレポートを出力するメソッドを通じて操作します。 上記コンストラクタで指定するファイルは、使用する Stats に対応したバージョンの profile で作成されたものでなければなりません。 - Python
It cannot be used on regular files to determine whether a file has grown since it was last read.The module defines the following:例文帳に追加
通常のファイルに対して適用し、最後にファイルを読み出した時から内容が増えているかを決定するために使うことはできません。 このモジュールでは以下の内容を定義しています: - Python
handles directories, regular files, hard links, symbolic links, fifos,character devices and block devices and is able to acquire and restore file information like timestamp, access permissions and owner.例文帳に追加
ディレクトリ、普通のファイル、ハードリンク、シンボリックリンク、fifo、キャラクタデバイスおよびブロックデバイスを処理します。 また、タイムスタンプ、アクセス許可およびオーナーのようなファイル情報の取得および保存が可能です。 - Python
To do this, set the TZ environment variable to the path of the required timezone data file, relative to the root of the systems 'zoneinfo' timezone database,usually located at /usr/share/zoneinfo.例文帳に追加
これを行うには、必要なタイムゾーンデータファイルへのパスをシステムの 'zoneinfo' タイムゾーンデータベースからの相対で表した値を環境変数 TZ に設定します。 システムの 'zoneinfo' は通常/usr/share/zoneinfo にあります。 - Python
Set the access and modified times of the file specified by path.If times is None, then the file's access and modified times are set to the current time.例文帳に追加
path で指定されたファイルに最終アクセス時刻および最終修正時刻を設定します。 times が None の場合、ファイルの最終アクセス時刻および最終更新時刻は現在の時刻になります。 - Python
The following example demonstrates how to use the readline module's history reading and writing functions to automatically load and save a history file named .pyhist from the user's home directory.例文帳に追加
以下の例では、ユーザのホームディレクトリにある .pyhist という名前のヒストリファイルを自動的に読み書きするために、readlineモジュールによるヒストリの読み書き関数をどのように使うかを例示しています。 - Python
There should be no blank lines at the top or bottom of any verbatim display.Longer displays of verbatim text may be included by storing the example text in an external file containing only plain text.例文帳に追加
verbatim で表示する際には、先頭や末尾に空行を入れてはなりません。 長いverbatim テキストを表示する場合には、平文テキストだけの入った例題のテキストを外部ファイルに入れて取り込めます。 - Python
Note that authorization information transmitted``in the clear'' through a network file system or using ftp or rcp can be ``stolen''by a network eavesdropper, and as such may enable unauthorized access. 例文帳に追加
NFS, \\fIftp\\fP, \\fIrcp\\fP 経由で「暗号化されずに」送信された認証情報はネットワーク盗聴者が「盗む」ことができるので、認証されないアクセスを許してしまうかもしれない点に注意すること。 - XFree86
When a font has glyph images which do not fill the bitmap image (i.e., the "on" pixels don't extend to the edges of the metrics) bdftopcf computes the actual ink metrics and places them in the .pcf file; the -t option inhibits this behaviour.例文帳に追加
フォントのグリフイメージがビットマップイメージ全体を満たさない(つまり「on」のピクセルは寸法幅の端まで届かない)場合、bdftopcfは実際のインク寸法を計算し、これを PCF ファイルに格納する。 - XFree86
The editor can edit only one file at a time.If you need interactive editing, run a number of editors and use cut and paste mechanism as described below.例文帳に追加
このエディタは同時に1つのファイルしか編集できない。 編集において複数イメージ間のやりとりが必要ならば、複数のエディタを立ち上げて後述のカット・アンド・ペーストの機構を使うこと。 - XFree86
On error, unlikesxpm, cxpm prints out an error message indicating where the parser choked.This should help finding out what's wrong with an XPM file but do not expecttoo much from it though. 例文帳に追加
エラーが起きた場合の動作は sxpm と異なり、cxpm はパーザが止まった場所を示すエラーメッセージを出力する。 これは XPM ファイルの問題箇所の発見に役立つはずであるが、過大な期待しないこと。 - XFree86
In that case, the output file consists only of entries from the directories on the command line. The input resource database files are only used to assist in identifying files.例文帳に追加
この場合、出力ファイルにはコマンド行で指定したディレクトリに含まれているエントリだけが含まれる。 入力したリソースデータベースファイルは、ファイルの識別の補助にしか使われない。 - XFree86
PolyglotMan(1) manual page Table of Contents 例文帳に追加
PolyglotMan 1名前PolyglotMan, rman - マニュアルページを整形済みの状態から、各種ソース形式に逆コンパイルする書式rman [ options ] [ file ] 説明PolyglotMan は UNIX 系 OS のほとんどで使われているマニュアルページを入力とし、これらを各種テキストのソース形式に変換する。 - XFree86
If no configuration file is specified, all X client data connection requests routed through xfwp will be by default permitted, assuming that other X server authorization checks are successful.例文帳に追加
設定ファイルが指定されていなければ、xfwp を通過する全ての X クライアントのデータ接続リクエストは、デフォルトで許可される。 ただし、この場合にも他の X サーバ認証チェックには成功しているものとする。 - XFree86
If a configuration file is specified and it contains at least one valid deny or permit rule, then a host that is not explicitly permitted will be denied a connection.例文帳に追加
設定ファイルが指定されており、その中に有効な許可か拒否の規則がひとつでも含まれる場合は、許可が明示的に与えられていないホストは接続を拒否されるようになる。 - XFree86
Note that sincepreprocessor commands in the input resource file are part of the inputfile, not part of the property, they won't appear in the output from this option.例文帳に追加
入力リソースファイル中のプリプロセッサコマンドは、プロパティの一部ではなく入力ファイルの一部なので、このオプションを指定したときに得られる出力に現れない点に注意すること。 - XFree86
This conference minute creation system extracts a static image PS1 related to a display scene of conference materials from image data of the conference, and generates a conference minute file PR based on the static image PS1.例文帳に追加
議事録作成システムは、会議の映像データから、会議資料の表示シーンに係る静止画像PS1を抽出し、静止画像PS1に基づいて議事録ファイルPRを生成する。 - 特許庁
The user who wants to use the utility program selects the utility program, writes it to a memory card 18 by using a file copying function and installs it from the memory card 18 to the personal computer.例文帳に追加
ユーティリティプログラムを利用したい使用者は、ファイルコピー機能を用いることにより上記ユーティリティプログラムを選択してメモリカード18に書き込み、このメモリカード18からパソコンにインストールする。 - 特許庁
Further, a position information collating part 105 checks to see if the position of the cellular phone at the time of the access is in the range of positions recorded in a registered position information file 101c.例文帳に追加
さらに、位置情報照合部105がアクセス時の上記携帯電話の位置が登録位置情報ファイル101cに記録されている位置範囲の中にあるか照合する。 - 特許庁
To solve the following problem: when music data inputted continuously are recorded in a file format and the data input rate is increased, the processing cannot catch up with the rate when changing over a musical piece, and data lack occurs.例文帳に追加
連続的に入力される音楽データをファイル形式で録音する際、データ入力速度が速くなると、曲切替え時に処理が追いつかず、データ欠落が発生する。 - 特許庁
The retrieval enters deep hierarchy of hierarchical folders by selecting the image key, when the folder hierarchy reaches the last, the presence/absence of the image file with the same name as the folder is checked for the last folder when the folder hierarchy becomes the last.例文帳に追加
画像ボタンを選択して階層フォルダの深い階層に入り、フォルダ階層が最後になったとき、最後のフォルダについてフォルダと同名の画像ファイルの有無を調べる。 - 特許庁
Moreover, an image file is generated and the graphic of a bar graph which is slightly shorter than a whole frame is displayed as indicated in D, for example, when writing is performed in a recording medium.例文帳に追加
さらに画像ファイルが形成され、記録媒体への書き込みが行われているときは、例えばDに示すように枠全部より少し短い棒グラフの図形が表示される。 - 特許庁
To provide an engaging binder which enables prompt removal and simple fitting of paper, sheets or the like having holes for filing, without damaging them, and a folder file using this.例文帳に追加
ファイル用の穴の開いた用紙類やシート類等を破損させることなく即座に取り外したり、取り付けも簡単に行える係止綴具及びこれを用いたフォルダーファイルを提供する。 - 特許庁
The correction data contains flag data indicating whether correction has already executed or not yet executed on the basis of the correlation data, and the correction data are stored in an image file storing the image data together with the image data.例文帳に追加
補正データには、補正データに基づいて補正が実施済みか未実施かを示すフラッグデータが含まれ、補正データは、画像データが格納された画像ファイルに一緒に格納される。 - 特許庁
A main CPU 15 of the content accumulation device 1 rips a plurality of music data of a digital type stored in a plurality of CDs 25 and stores the same in an HDD14 in a non-compressed file system.例文帳に追加
コンテンツ蓄積装置1のメインCPU15は、複数のCD25に記憶されたデジタル形式の複数の曲データをリッピングして非圧縮ファイル形式でHDD14に記憶する。 - 特許庁
A preliminary system of a processor of a class A processor group 103 which is a duplex configuration part is separated from the system to stop the duplex processing, and the preliminary system is updated in a new file.例文帳に追加
2重化構成部分である種別Aプロセッサ群103のプロセッサの予備系をシステムから切り離して2重化処理を停止し、予備系を新しいファイルで更新する。 - 特許庁
Even when an intermediate firmware is downloaded and dealt with before the new firmware is updated by backing up to the firmware before the two generations, the firmware can be returned to the file before the downloading is executed.例文帳に追加
二世代前のファームまでバックアップすることにより、新ファームに更新する前に中間ファームをダウンロードして対応している場合でもダウンロード実行前のファイルに戻すことができる。 - 特許庁
Accordingly, after reading the image data once by the scanner device 2, the data does not need to be read again, and it is possible to download the image data stored in the file memory 12 into the application program.例文帳に追加
このことにより、1度スキャナデバイス2で画像データを読込んだ後は、再度の読込みを必要とせず、ファイル記憶部12に保存されている画像データをアプリケーションに取込むことができる。 - 特許庁
To provide an optical disk player capable of reading a file even though the memory capacity required for playing back an optical disk is small.例文帳に追加
光ディスクを再生する際に必要となる、メモリ容量が小さい光ディスクの再生装置であっても、ファイルの読み出しを行うことができる光ディスクの再生装置を提供する。 - 特許庁
In an encapsulated document file structure having a program code together with a content expressing contents of a document, there are a transferring program code and a transmitting/receiving program code as one of the program codes.例文帳に追加
文書の内容を表すコンテンツと共にプログラムコードを有するカプセル化文書ファイル構造において、プログラムコードの一つとして転送用プログラムコードと送受信用プログラムコードがある。 - 特許庁
To provide an image processing apparatus that eliminates burden on recovery work of a user even when a problem that a write failure file remains occurs, and can proceed to next work.例文帳に追加
書き込み失敗ファイルが残ってしまうような問題が発生した場合でも、ユーザのリカバリー作業の負担なく、次の作業が進められるような画像処理装置の提供を目的とする。 - 特許庁
Thus, it is possible to circulate the document file under circulation even in a newly generated circulating route, and to share knowledge or know-how included in the circulating document in an institution.例文帳に追加
これにより、回覧中の文書ファイルを新たに生成した回覧経路でも回覧させることができ、回覧文書に含まれる知識やノウハウを組織内で共有することができる。 - 特許庁
A program generating part 193 operates the extraction and assembly of a logical logic from a model program group 194, and prepares a complementary program 197 exclusive for the IDL file 8 (a step A-3).例文帳に追加
プログラム生成部193は雛形プログラム群194より処理ロジックの抽出と組み立てを行い、IDLファイル8専用の補完プログラム197を作成する(ステップA−3)。 - 特許庁
To reduce the man-hour of a test and to further improve the efficiency of the test by reducing the number of test personnel and shortening preparation time for the reading of a test data file or the like.例文帳に追加
試験員の人員削減および試験データファイルの読み出し等の準備時間の短縮が図れ、これにより試験工数を削減できるとともに、試験効率を一段と向上させる。 - 特許庁
The second attachment information indicates the attachment information of a TS packet having an identifier as the attachment information among TS packets configuring the moving picture file and other than the first attachment information.例文帳に追加
第2の付属情報とは、動画ファイルを構成するTSパケットのうち、付属情報としての識別子をもつTSパケットで第1の付属情報以外の付属情報である。 - 特許庁
The data recording device makes a copy list referring to contents of a copy source medium being loaded, when a progress point is not detected in a nonvolatile memory, a file is copied successively according to the copy list.例文帳に追加
データ記録装置は、差し込まれたコピー元媒体の中身を参照して、コピーリストを作成し、不揮発性メモリに進捗ポイントがないときには、コピーリストに従い、順次、ファイルをコピーする。 - 特許庁
A same part decision part 2B decides whether the comment management index to the same part is included in the file 2D from the position information that is read out of the part 1A.例文帳に追加
同一箇所判定部2Bは、コメント該当箇所取得部1Aから読み込んだ位置情報により、同一箇所に対するコメント管理インデックスがコメントファイルに有るか否かを判定する。 - 特許庁
Then the device preserves the searched results in a file and, at the same time, displays the searched used states of the IP addresses on the screen of a display device in the form of a list.例文帳に追加
探索結果をファイルに保存するとともに、管理範囲内のIPアドレスについて、探索により得られたIPアドレスの使用状況を表示装置の画面に一覧表示する。 - 特許庁
To dispense with individual setting work in respective distribution destination computers by generating and distributing a distribution file for which individual setting is executed to the respective distribution destination computers in a distribution origin computer.例文帳に追加
配布元コンピュータにおいて、各配布先コンピュータに個別の設定を施した配布ファイルを生成し配布することにより、各配布先コンピュータでの個別の設定作業を不要とする。 - 特許庁
Based on the statistical values, a policy file generation unit 6 calculates index values for monitoring by the HIDS, and generates information for specifying a target to be monitored by the HIDS and policy information including the index values.例文帳に追加
ポリシファイル生成部6は、HIDSが行う監視に関する指標値を統計値に基づいて算出し、HIDSが監視する対象を特定する情報と指標値を含むポリシ情報を生成する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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会員(無料)になると
|