小窓モード


プレミアム

ログイン
設定

設定

parent fileとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

「parent file」の部分一致の例文検索結果

該当件数 : 28



例文

Each of the individual records may include a parent identifier that corresponds to the file identifier of its parent directory record.例文帳に追加

個々のレコードは、その親ディレクトリレコードのファイル識別子に対応する親識別子を含み得る。 - 特許庁

A mount point is a directory where additional file systems can be grafted onto a parent file system (usually the root file system). This is further described in Section 3.5.発音を聞く 例文帳に追加

マウントポイントとはルートファイルシステムに存在する、追加のファイルシステムと接続するためのディレクトリのことです。 - FreeBSD

A server computer 2 generates a parent handle 23 for each client, and manages access to a file system by the parent handle 23.例文帳に追加

サーバコンピュータ2は、クライアント毎に親ハンドル23を生成し、親ハンドル23によりファイルシステムへのアクセスを管理する。 - 特許庁

The system determines by referring a contract related table 504 whether or not there exists a parent data file for a selected retrieval object data file, and repeats the same processing by changing a retrieval object to the parent data file when the parent data file is existant.例文帳に追加

選択された検索対象のデータファイルに対する親のデータファイルがあるか否かを契約書関連テーブル504を参照して判定し、親のデータファイルが存在する場合には検索対象を親のデータファイルに変更して処理を繰り返す。 - 特許庁

or the file did not exist yet and write access to the parent directory is not allowed.発音を聞く 例文帳に追加

またはファイルが存在せず、親ディレクトリへの書き込み許可がなかった。 - JM

To manage attribute information or parent-child relation of a file required by the CMMI.例文帳に追加

CMMIで要求されているファイルの親子関係や属性情報を管理する。 - 特許庁

例文

When the parent data file is not existant, the current retrieval object data file, namely, the top ranked data file is stored as display data.例文帳に追加

親データファイルがない場合は現在の検索対象のデータファイルを表示データ、つまり最上位のデータファイルを表示データとして保存する。 - 特許庁

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「parent file」の部分一致の例文検索結果

該当件数 : 28



例文

if a patent of addition is sought, the file number of the parent patent application or the number of the parent patent shall also be given.発音を聞く 例文帳に追加

追加特許を求めるときは,親特許出願の出願番号又は親特許の特許番号もまた提示しなければならない。 - 特許庁

Return True if pathname path is a mount point: a point ina file system where a different file system has been mounted. The function checks whether path's parent,例文帳に追加

パス名pathがマウントポイントmount point(ファイルシステムの中で異なるファイルシステムがマウントされているところ)なら、Trueを返します:この関数はpathの親ディレクトリである - Python

If file is not an absolute path and screen is already processing a source command, the parent directory of the running source command file is used to search for the new command file before screen's current directory.例文帳に追加

ファイルが絶対パスでなく、すでに screen が source コマンドを処理中の場合は、screen のカレントディレクトリよりも先に、実行中の source コマンドファイルの親ディレクトリが、新たなコマンドファイルの検索に用いられる。 - JM

A management information generation processing part 21 generates management information from file information including the attribute information showing an attribute of the file of a management target and parent file information showing presence/absence of a parent file of the file of the management target inputted to an input device 1 by use of a markup language such as XML, and is stored in a management information storage part 31.例文帳に追加

管理情報生成処理部21は、入力装置1に入力された、管理対象のファイルの親ファイルの有無を示す親ファイル情報と管理対象のファイルの属性を示す属性情報とを含むファイル情報から、XMLなどのマークアップ言語を利用して管理情報を生成し、管理情報記憶部31に記憶させる。 - 特許庁

The group of the file depends on a range of factors, including the type of file system, the options used to mount the file system, and whether or not the set-group-ID permission bit is enabled on the parent directory.発音を聞く 例文帳に追加

そのファイルのグループはいくつかの要因により決定される。 その要因としては、ファイルシステムの種類、そのファイルシステムのマウント時に使用されたオプション、親ディレクトリで set-group-ID 許可ビットが有効になっているどうか、がある。 - JM

In the file sharing method, a client computer 1 performs input/output processing relating to file operation by accessing directly disk units 4 through a channel switch 5 based on real file information which the client computer 1 acquires from a parent server computer 2 when the open operation of file by the client computer 1.例文帳に追加

クライアントコンピュータ1によるファイルのオープン操作の際に親サーバーコンピュータ2からクライアントコンピュータ1が取得した実ファイル情報に基づいてクライアントコンピュータ1がチャネルスイッチ5を介してディスク装置4に直接的にアクセスしてファイル操作に関わる入出力処理を行う。 - 特許庁

This is accomplished by forking and leaving the parent process to exit, then closing file descriptors and releasing the controlling terminal.例文帳に追加

これは fork を行って親の方のプロセスを終了させ、そしてファイルデスクリプタを閉じ、制御している端末を解放することによって実現される。 - XFree86

例文

Oh, and as you might guess, before you add a file or directory to the repository, you must make sure that its parent directory has already been added to CVS. Otherwise, you'll get an error that looks like this:例文帳に追加

そうそう、ご想像の通り、ファイルやディレクトリをリポジトリに追加する前には、その親ディレクトリがすでにCVSに追加されている必要があります。 - Gentoo Linux

>>例文の一覧を見る

parent fileのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS