1153万例文収録!

「Files」に関連した英語例文の一覧と使い方(110ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

Filesを含む例文一覧と使い方

該当件数 : 9592



例文

You begin this tutorial by downloading the Hibernate library files and using the Library Manager tool to make the required Hibernate libraries available to the IDE. 例文帳に追加

このチュートリアルでは、まず、Hibernate ライブラリファイルをダウンロードし、ライブラリマネージャーツールを使用して必要な Hibernate ライブラリを IDE で使用できるようにします。 - NetBeans

For more information about importing and using your own source files, see the Importing Existing Java Source Code Guide and the Importing Existing Web Applications Guide.例文帳に追加

既存のソースファイルのインポートと利用の詳細は、『既存の Java ソースコードのインポート』および『既存の Web アプリケーションのインポート』をお読みください。 - NetBeans

Packages are distributed as gzipped tar files with a description file inside, and installed on your local system using the PEAR installer. 例文帳に追加

各パッケージは、説明用のファイルを含め、gzip 圧縮された tar アーカイブとして配布されており、PEAR インストーラを用いてローカルシステムにインストールします。 - PEAR

Existing Large Packages Existing packages with many files are encouraged to adopt the new headers as soon as possible. 例文帳に追加

既存の大規模なパッケージ 多くのファイルから構成される既存のパッケージは、できるだけ早く上記の新ヘッダに対応することが望まれる。 - PEAR

例文

Am I expected to add examples and/or test files to my package and where to store them? 例文帳に追加

パッケージに、そのサンプルやテスト用のファイルは必要ですか?必要なら、どこに保存すればよいですか? サンプルを添付するのは良い考えです。 - PEAR


例文

Note that package-info replacements are performed at packaging time, so files contain package-info replacements inside a .tgz/.tar release. 例文帳に追加

package-info 型の置換はパッケージの作成時に行われることに注意しましょう。 そのため、.tgz/.tar リリースの中には置換後のファイルが含められます。 - PEAR

This tag must be either installable1/installable or empty (installable/) and determines whether files utilizing this custom role can be installed. 例文帳に追加

このタグは、installable1/installable あるいは空タグ(installable/) のいずれかでなければなりません。 このカスタムロールを使用するファイルがインストール可能かどうかを示します。 - PEAR

Only roles such as the "src" role that is processed and used to create the files that are eventually installed should set this to an empty tag. 例文帳に追加

これを空タグに設定しなければならないのは、たとえば "src"ロールなど、インストール用のファイルを作成するために使用するロールだけです。 - PEAR

PEAR channel server REST interface This manual section describes how the REST interface of a PEAR channel server works, as well as the files and their formats look like. 例文帳に追加

このセクションでは、PEAR チャネルサーバの RESTインターフェイスの動作原理を説明します。 また、使用するファイルやそのフォーマットについても説明します。 - PEAR

例文

The automatic cleaning process destroy too old (for the given life time) cache files when a new cache file is written. 例文帳に追加

自動クリーニングプロセスは、新しいキャッシュファイルを書き込むとき(与えられた生存期間に対して)古くなったキャッシュファイルを削除します。 - PEAR

例文

'Unix-to-Unix'-Encoding is used to send binary files (eg. programs, graphics) over 7bit-ASCII-only media, like email. 例文帳に追加

'Unix-to-Unix'エンコードは、電子メールのような7ビットASCIIのみのメディア上で、バイナリファイル(例えばプログラムや画像)の送信を送信するときに使用します。 - PEAR

This will often be used in conjunction with platformexceptions if there are two files for different OSes that must have the same name when installed. 例文帳に追加

これは、たとえば OS に応じて違う内容のファイルを同じ名前でインストールする必要がある場合などにplatformexceptions と組み合わせて使用します。 - PEAR

A negative bufsize means to use the system default, which is usually line buffered for tty devices and fully buffered for other files.例文帳に追加

bufsize の値が負の場合、システムの標準を使います。 通常、端末は行単位のバッファリングであり、その他のファイルは完全なバッファリングです。 - Python

This module provides the TextFile class, which gives an interface to text files that (optionally) takes care of stripping comments, ignoring blank lines, and joining lines with backslashes. 例文帳に追加

これはテキストファイルへのインタフェースを提供し、コメントの削除、空行の無視、バックスラッシュでの行の連結を任意に行えます。 クラスTextFile - Python

The files named in args (or on the command line, if args is not specified) are compiled and the resulting bytecode is cached in the normal manner.例文帳に追加

argsで(あるいはargsで指定されなかったらコマンドラインで)指定されたファイルをコンパイルし、できたバイトコードを通常の方法で保存します。 - Python

Note:The RExec class can prevent code from performing unsafeoperations like reading or writing disk files, or using TCP/IPsockets. 例文帳に追加

注意: RExec クラスは、プログラムコードによるディスクファイルの読み書きや TCP/IP ソケットの利用といった、安全でない操作の実行を防ぐことができます。 - Python

The main collection of Python library modules is installed in the directory prefix + '/lib/pythonversion' while the platform independent header files (all except pyconfig.h)are stored in prefix + '/include/pythonversion', where version is equal to version[:3].例文帳に追加

Pythonライブラリの主要部分はprefix + '/lib/pythonversion'にインストールされ、プラットフォーム非依存なヘッダファイル(pyconfig.h以外)はprefix + '/include/pythonversion'に格納されます(但しversionはversion[:3])。 - Python

Some of this information comes from the setup script, and some is automatically generated by the Distutils (such as the list of files installed).例文帳に追加

この情報には setup スクリプトから与えるものもあり、(インストールされるファイルのリストのように) Distutils が自動的に生成するものもあります。 - Python

Every such directory is scanned for encoding files,the list of which is then written to an "encodings.dir" file in every font directory.例文帳に追加

このように指定された全てのディレクトリからエンコーディングファイルが検索され、そのリストが各フォントディレクトリに "encodings.dir" という名前で書き出される。 - XFree86

global configper-user ("local") configglobal per-context configper-user ("local") per-context configconfig from request As you might guess from the presence of "config from request", all of the config files are in the format of an rstart request.例文帳に追加

「リクエストからの設定」があることから考えられるように、全ての設定ファイルのフォーマットは rstart リクエストのものである。 - XFree86

This operation will delete the currently selected session, along with all of the application checkpoint files associated with the session.例文帳に追加

Delete Sessionこの操作は現在選択されているセッションを削除し、このセッションに関連する全てのアプリケーションのチェックポイントファイルも削除する。 - XFree86

Then, one data object including the plurality of related files is generated and transmitted with the form which can be handled by the data reception device.例文帳に追加

そして、データ受信装置が取り扱い可能な形式で、関連する複数のファイルを含んだ1つのデータオブジェクトを生成し、送信する。 - 特許庁

To record so as to more simply retrieve a desired file later when recording moving picture data onto a recording medium in the unit of files.例文帳に追加

動画像データを記録メディアにファイル単位で記録する際に、後で所望のファイルをより簡易に検索できるように記録する。 - 特許庁

Document files in each kind of format are converted into an image file (TIFF-FX file) in a common format in a conversion server 12.例文帳に追加

変換サーバー12において各種形式のドキュメントファイルが共通形式のイメージファイル(TIFF−FXファイル)に変換される。 - 特許庁

Then, a through-image of the object is displayed and simultaneously the generated image files are sequentially recorded in a memory card 12 from the first sheet.例文帳に追加

そして、被写体のスルー画像表示を行うと同時に生成した画像ファイルを1枚目から順にメモリ・カード12に記録する。 - 特許庁

Data quantity probes 3a, 3b of this network connection system transmit transmission quantity data that are stored while being divided into a plurality of files to a data quantity collection section 4.例文帳に追加

データ量プローブ3a、3bは、複数のファイルに分けて記憶している伝送量データを、データ量集計部4に送信する。 - 特許庁

To prevent continuous reproduction of the same image even if there are a plurality of content files with different extensions for the same image.例文帳に追加

同一画像であって拡張子が異なるコンテンツファイルが複数存在する場合にも、同一画像の連続再生を回避すること。 - 特許庁

To make is possible to store files of various file formats obtained through the Internet into a memory card by portable equipment such as a portable telephone.例文帳に追加

携帯電話などの携帯機器で、インタネット経由で入手した様々なファイル形式のファイルをメモリカードに格納可能とすること。 - 特許庁

The media system comprises: a media file storage including a plurality of media files having substantially identical media contents, in which the plurality of media files have different reproduction characteristics; and a reproduction and selection software which is adapted to select one of the plurality of media files for reproducing, based on one or more reproduction characteristics.例文帳に追加

メディアシステムであって、該メディアシステムは、実質的に同一のメディアコンテンツを有する2つ以上のメディアファイルを含むメディアファイルストレージであって、該2つ以上のメディアファイルは、異なる再生特性を有する、メディアファイルストレージと、該再生特性のうちの1つ以上に基づいて、該2つ以上のメディアファイルのうちの1つを再生のために選択するように適合された、再生および選択ソフトウェアとを備えている、メディアシステム。 - 特許庁

To secure stable animation content reproduction and acquire additional files through automatic communication, without demanding complex processings.例文帳に追加

動画コンテンツの安定した再生を確保しつつ、煩雑な処理を要求することなく、自動通信により追加ファイルを取得すること。 - 特許庁

To smoothly and quickly transfer an execution file from a server PC to each client PC and to update the execution files of the client PC.例文帳に追加

サーバPCから各クライアントPCへ実行ファイルを円滑かつ短時間に転送してクライアントPCの実行ファイルを更新する。 - 特許庁

To provide a device that freely decides sequence of images separately stored in a plurality of files to conduct a slide show.例文帳に追加

複数のファイルに別れて記録されている画像の順番を自由に決定して、スライドショーを行うことが可能な装置を提供する。 - 特許庁

Then, one data object including the plurality of related files with the form which can be handled by the data receiving device is generated and transmitted.例文帳に追加

そして、データ受信装置が取り扱い可能な形式で、関連する複数のファイルを含んだ1つのデータオブジェクトを生成し、送信する。 - 特許庁

Then, the distributing instruction to distribute the files by using the changed channel is created and transmitted to the file distribution server 30.例文帳に追加

そして、変更後のチャンネルを使用してファイルを配信する旨の配信指示を作成し、ファイル配信サーバ30に対して送信する。 - 特許庁

An image processing apparatus is connected to an external device through a network and is capable of operating files stored in the external device or the apparatus itself.例文帳に追加

画像処理装置は、ネットワークを介して外部機器に接続され、外部機器または内部に蓄積されたファイルの操作が可能である。 - 特許庁

To provide a data processor which easily and promptly specifies a file to be backed up even out of many files.例文帳に追加

多数のファイルのなかからでもバックアップすべきファイルを容易、且つ迅速に特定するのを可能とさせるデータ処理装置を提供する。 - 特許庁

The storage part 7 stores the respective files of an overturning avoiding capability evaluation reference value, an instruction item selection, measurement history, and average value data.例文帳に追加

記憶部7には、転倒回避能力評価値基準値、指導項目選択、測定履歴、平均値データの各ファイルが記憶される。 - 特許庁

To provide a method for displaying the names of files on an operator screen of a printer without limitations on the length or on a character set.例文帳に追加

長さの制約、または文字セットの制約に妨げられない、ファイルの名前をプリンタのオペレータ画面に表示できる方法を提供する。 - 特許庁

In the client information files, e-mail addresses of clients' mobile devices and visiting scheduled days that salespersons will visit clients are recorded.例文帳に追加

この顧客情報ファイルには、顧客の移動機の電子メールアドレスと、販売員が顧客を訪問する訪問予定日が記録されている。 - 特許庁

The mobile telephone 10 receives a plurality of packets, and performs reconstruction of files which are embedded to data area of each packet and divided.例文帳に追加

携帯電話10は、複数のパケットを受信し、各パケットのデータ領域に埋め込まれた分割されたファイルの再構成を行う。 - 特許庁

To provide a filing security system of simple and low-costed structure capable of managing files of important documents in high-security condition.例文帳に追加

重要書類等のファイルを簡略安価な構成で、且つ、セキュリティ性の高い状態で管理できるファイリングセキュリティシステムを提供する。 - 特許庁

A DG Make part 104 collects the data packet 107, prepares data, files the data, and outputs a final data group 108.例文帳に追加

DGMake104はデータパケット107を収集し、データの作成およびデータをファイル化し、最終データグループ108を出力する。 - 特許庁

To provide a server device that registers template files to allow a job processing apparatus to execute unique job processing prepared by a data processing apparatus so as to manages the files in an unified way and exchanges information with the job processing apparatus without the need for conducting registered operations from the data processing apparatus.例文帳に追加

データ処理装置で作成される固有のジョブ処理をジョブ処理装置に実行させるためのテンプレートファイルをサーバ装置に登録して一元管理させて、該登録された操作をデータ処理装置から行うことなく、ジョブ処理装置とサーバ装置とのやり取りで行えることである。 - 特許庁

A data obtaining part 7 obtains any one of synthesizing data from a frame card in the case the identifiers of the all files are identifiers representing attributes of the synthesizing data, and it obtains image data from a memory card in the case the identifiers of the all files are identifiers representing attributes of the image data.例文帳に追加

データ取得部7は、全てのファイルの識別子が合成用データの属性を表わす識別子である場合、フレームカードからいずれか一つの合成用データを取得し、全てのファイルの識別子が画像データの属性を表わす識別子である場合、メモリカードから画像データを取得する。 - 特許庁

The data file delivery system 1 delivers in advance a plurality of partial files corresponding to respective levels of access privilege to a destination and sends the complementary file corresponding to the level of the destination in response to a request from the destination to allow the confidential files depending on the access privilege to be restored.例文帳に追加

データファイル配信システム1は、アクセス権の各レベルに対応する複数の部分ファイルを予め配信先に配信し、配信先からの要求に応じて配信先のレベルに応じた補完ファイルを送信することにより、アクセス権に応じた機密ファイルの復元を可能にする。 - 特許庁

In the case that the reception mail is provided with an attached file or the like, the receiver side equipment performs control so as not to close the mail unless all the attached files are opened or sends the opening notification to the transmitter when the open time of all the attached files is the fixed time or more.例文帳に追加

受信メールに添付ファイル等がある場合、受信者側装置は、その添付ファイル全てをオープンしなければ、そのメールをクローズすることができないように制御し、あるいは、添付ファイル全てのオープン時間が一定時間以上であれば、送信者へ開封通知を送付する。 - 特許庁

Whether the medium has a fixed free space or more is determined in parallel to recording of the animation file, and when it does not has the fixed capacity or more, files selected based on a preset deletion level are preferentially deleted from files recorded in the medium.例文帳に追加

動画ファイルを記録中のときに並行して、そのときのメディアの空き容量が一定以上であるか否かについて判別し、一定以上でなければ、メディアに記録済みのファイルのうちから、予め設定された削除レベルに基づいて選択したファイルを優先して削除していく。 - 特許庁

Then, when the transmission system is fax, electronic mail, and file transfer, image data are converted to those for fax transmission (S325-S330), attached files of electronic mail (S340-S345), and files (S355-S360), respectively.例文帳に追加

そして、送信方式がFAXであれば、画像データをFAX送信用に変換し(S325〜S330)、送信方式が電子メールであれば、画像データを電子ペールの添付ファイルに変換し(S340〜S345)、送信方式がファイル転送であれば、画像データをファイルに変換する(S355〜S360)。 - 特許庁

On the basis of identification information of each display, any one of coupling files 113, 115, 117, 119 in which the color tone of wallpaper image to be displayed on each display is adjusted to an image based on white or black is generated on the basis of color tone adjusting files 105, 107, 109, 111.例文帳に追加

各ディスプレイの識別情報に基づいて、各ディスプレイに表示する壁紙画像の色調が白または黒を基調にした画像に調整された結合ファイル113、115、117、119のいずれかを、色調調整ファイル105、107、109、111に基づいて作成する。 - 特許庁

例文

To easily create a hub document by devising a method for easily collecting a plurality of external files and attached files to be included in a structured document of a hub document format and thereby to reduce a load on a creator and to improve work efficiency.例文帳に追加

ハブ文書形式の構造化文書に含まれるべき複数の外部ファイルや添付ファイルを容易に収集できる工夫を施すことにより、ハブ文書を容易に作成することができるようにして、作成者の負担を軽減するとともに作業効率の向上をはかる。 - 特許庁




  
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/ ).
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS