1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

existing fileの部分一致の例文一覧と使い方

該当件数 : 281



例文

an existing file 例文帳に追加

既存のファイル - 研究社 英和コンピューター用語辞典

open an existing file 例文帳に追加

既存のファイルを開く - 研究社 英和コンピューター用語辞典

delete existing entries for INFO-FILE from DIR-FILE; 例文帳に追加

INFO-FILE 用に既に存在するエントリを DIR-FILE から削除します。 - JM

Create a WSDL file based on an existing WSDL file 例文帳に追加

既存の WSDL ファイルを基に WSDL ファイルを作成する - NetBeans

例文

Creating a WSDL File Based On an Existing WSDL File 例文帳に追加

既存の WSDL ファイルに基づいた WSDL ファイルの作成 - NetBeans


例文

Using mdconfig to Mount an Existing File System Image18-5. Creating a New File-Backed Disk with mdconfig18-6. 例文帳に追加

mdconfigを用いたメモリベースディスクの新規作成 - FreeBSD

When copying to a different existing file, it is opened 例文帳に追加

既存のファイルにコピーする場合、 - JM

18.16.1.2 Mounting Existing Encrypted File Systems 例文帳に追加

15.13.3.存在する暗号化ファイルシステムをマウントする - FreeBSD

The link system call takes the name of an existing file and another name to create for that file. 例文帳に追加

linkシステムコールは、既存のファイル名に、別名を与えます。 - FreeBSD

例文

How to write a kernel configuration file, or alter an existing configuration file. 例文帳に追加

コンフィグレーションファイルの書き方や、既存のコンフィグレーションファイルの置き換え。 - FreeBSD

例文

Return True if path is an existing regular file. 例文帳に追加

pathが存在する正しいファイルなら、Trueを返します。 - Python

Meanwhile, a layout application 104 which makes the existing book file A open and displays the existing book file A adds the converted book file B to the book file A to display the book file B (S807).例文帳に追加

他方で、既存のブックファイルAをオープンして表示したレイアウトアプリケーション104は、変換されたブックファイルBをブックファイルAに追加して表示する(S807)。 - 特許庁

When the page is additionally inserted into the existing file, image drawing and display of the page of the existing file are not executed.例文帳に追加

既存ファイルにページを追加挿入するとき、既存ファイルのページの描画と表示は実行されない。 - 特許庁

file to read from boolean $override whether to overwrite existing data 例文帳に追加

読み込むファイル。 boolean$override 既存の上書きするかどうか。 - PEAR

To create a WSDL file by using an existing WSDL file on the local file system: 例文帳に追加

ローカルファイルシステムの既存の WSDL ファイルを使用して WSDL ファイルを作成するには、次の手順に従います。 - NetBeans

The file permissions for an existing file do not allow writing or the file is locked. 例文帳に追加

既存ファイルのファイル権限が書き込みを許可していない、もしくはファイルがロックされています。 - PEAR

The server is provided also with a compiling means for preparing an execution file, based on the existing source file, and a network connecting means for transceiving the existing source file and the execution file.例文帳に追加

また、既定のソースファイルから実行ファイルを作成するコンパイル手段と、ソースファイルと前記実行ファイルを送受信するネットワーク接続手段とを備える。 - 特許庁

To create a WSDL file based on an existing WSDL file: 例文帳に追加

既存の WSDL ファイルを基に WSDL ファイルを作成するには、次の手順に従います。 - NetBeans

To force file access corresponding to a confidential level by using an existing file system.例文帳に追加

既存のファイルシステムを用いて、機密レベルに応じたファイルアクセスを強制する。 - 特許庁

tries to delete (unlink) the existing file, and if this succeeds 例文帳に追加

は既存のファイルの削除 (もしくはアンリンク) を試みる。 - JM

file to read from boolean $layer whether to overwrite existing data 例文帳に追加

読み込むファイル。 boolean$layer 既存のデータを上書きするかどうか。 - PEAR

Instead of creating a WSDL file from scratch, you can create a WSDL file based on an existing WSDL file. 例文帳に追加

WSDL ファイルを新規作成する代わりに、既存の WSDL ファイルに基づいて WSDL ファイルを作成することができます。 - NetBeans

function associates a stream with the existing file descriptor, fd . 例文帳に追加

関数は、既存のファイル記述子fdにストリームを結びつける。 - JM

Useful e.g. when you want to append to existing file. 例文帳に追加

たとえば既存のファイルに追記したい場合などに便利です。 - PEAR

If a file or directory is already in the archive it will only be added at the end of the archive. There is no update of the existing archived file or directory. 例文帳に追加

リストされるファイルやディレクトリは、アーカイブの最後にだけ追加されます。 - PEAR

For mode is 'a' and file refers to an existing ZIP file, then additional files are added to it.例文帳に追加

mode が 'a' で file が既存の ZIP ファイルを参照している場合、追加するファイルは既存のファイル中の ZIP アーカイブに追加されます。 - Python

The mode parameter should be 'r' to read an existing file, 'w' to truncate and write a new file, or 'a' to append to an existing file.例文帳に追加

mode パラメタは、既存のファイルを読むためには'r'、既存のファイルを切り詰めたり新しいファイルに書き込むためには 'w'、追記を行うためには 'a' でなくてはなりません。 - Python

TRANSFER METHOD OF EXISTING FILE POSITION IN GROUP, AND COMPUTER SYSTEM例文帳に追加

グループ内の既存ファイル位置の転送方法およびコンピュータシステム - 特許庁

From the main menu, choose File > Add Existing Item > Java Source. 例文帳に追加

メインメニューから「ファイル」「既存項目を追加」「Java ソース」を選択します。 - NetBeans

Choose File > Add Existing Item > Other (all files). 例文帳に追加

「ファイル」「既存項目を追加」「その他 (すべてのファイル)」を選択します。 - NetBeans

The class can parse any existing ini file, or create new ones. 例文帳に追加

このクラスは、既存の ini ファイルのパースや新規作成を行います。 - PEAR

To produce a template of a document file on the basis of an existing document.例文帳に追加

文書ファイルのテンプレートを既存の文書を基に作成する。 - 特許庁

METHOD FOR TRANSFERRING EXISTING FILE POSITION IN GROUP, AND COMPUTER SYSTEM例文帳に追加

グループ内の既存ファイル位置の転送方法およびコンピュータシステム - 特許庁

In the method, an existing content file is converted into a corresponding file in an ACW schema.例文帳に追加

本方法では、既存のコンテンツファイルが、ACWスキーマ中の対応するファイルに変換される。 - 特許庁

To provide a storage device for storing a data update history by using an existing file system without modifying the source code of an existing file system.例文帳に追加

既存ファイルシステムのソースコードの改変をせずに、既存のファイルシステムを用いてデータ更新履歴を格納するストレージ装置を提供する。 - 特許庁

You can do two operations on an existing file descriptor. 例文帳に追加

既存のファイルディスクリプタに対して 2 つの操作を行うことができる。 - JM

prompts to verify whether an existing file should be overwritten. 例文帳に追加

は既に存在するファイルを上書きするかを問い合わせるプロンプトを出す。 - JM

The command appends new model information to the existing library file 例文帳に追加

このコマンドはすでにあるライブラリファイルに新しいモデルの情報を付加する - コンピューター用語辞典

Do not use New File/Folder to add existing items. 例文帳に追加

既存の項目の追加では、「新規」「ファイル/フォルダ」を使用しないでください。 - NetBeans

This is the only way to create an Alias pointing to a non-existing file.例文帳に追加

これは存在しないファイルを指すAliasを作成する唯一の方法です。 - Python

When the writing of the temporary data file is completed, the temporary data file is replaced with the existing firmware.例文帳に追加

一時データファイルの書込みが完了したときに、一時データファイルと既存のファームウェアが差し替えられる。 - 特許庁

By the file system path processing device and the file system path processing method, the directory existing in the low level of the prescribed directory or, the file can be retrieved easily.例文帳に追加

所定ディレクトリの下位に存在するディレクトリまたはファイルを容易に検索できるファイルシステム経路処理装置及び方法。 - 特許庁

A sample layout can be extracted from an existing content file.例文帳に追加

また、既存のコンテンツファイルからサンプルレイアウトを抽出できるように構成する。 - 特許庁

calls on an already locked file will convert an existing lock to the new lock mode. 例文帳に追加

を呼び出すと、既存のロックを新しいロックモードに変更することになる。 - JM

creates a new link (also known as a hard link) to an existing file. 例文帳に追加

は存在するファイルへの新しいリンク (link)(ハード・リンク (hard link) ともいう) を作成する。 - JM

A file other than the contents of the existing Web page is inserted into the frame.例文帳に追加

フレーム内には、既存のウェブページのコンテンツ以外のファイルが挿入される。 - 特許庁

The automatic file decryption and encryption system includes: a capsule file generating means 0401 for converting the file existing in a computer into a capsule file; and the capsule file 0402 for protecting the file by enclosing the encrypted file.例文帳に追加

コンピュータ内に存在するファイルをカプセルファイルに変換するカプセルファイル生成手段0401と、カプセルファイル生成手段0401に作成され、暗号化されたファイルを内包することによりファイルを保護するカプセルファイル0402とを備える。 - 特許庁

Be certain to check your X configuration file and see if the Device rule for your mouse points to an existing device file.例文帳に追加

Xの設定ファイルを必ずチェックして、マウスのDeviceルールが、存在するデバイスファイルを指しているか確認してください。 - Gentoo Linux

The server is provided with a library source database 105 capable of preparing an existing source file, and a source file preparing means.例文帳に追加

サーバは、既定のソースファイルを作成することができるライブラリ・ソースデータベースと、ソースファイル作成手段とを備える。 - 特許庁

例文

If you have a WSDL file in your environment, select Existing WSDL file and enter a filename.例文帳に追加

使用している環境内に WSDL ファイルが存在する場合は、「既存の WSDL ファイル」を選択し、ファイル名を入力します。 - NetBeans




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS