| 例文 |
"Open File"を含む例文一覧と使い方
該当件数 : 86件
If fd is the last file descriptor referring to the underlying open file description (see open (2)), 例文帳に追加
fdが、対応するオープンファイル記述 (open file description)( open (2) - JM
creates a new "open file description" , 例文帳に追加
を呼び出すと、「オープンファイル記述」"(open file description)"が作成される。 - JM
The key is the combination of the file descriptor number and the open file description (also known as an "open file handle", the kernel's internal representation of an open file). 例文帳に追加
キーはファイルディスクリプタ番号とオープンファイル記述 (open filedescription) の組である (オープンファイル記述は "open file handle" とも呼ばれ、オープンされたファイルのカーネルの内部表現である)。 - JM
returns an open file descriptor upon successful completion. 例文帳に追加
はオープンしたファイルのディスクリプタを返す。 - JM
A file object represents an open file. 例文帳に追加
オブジェクトは開かれたファイルを表します。 - Python
Read lines from open file input until EOF and write them to open file output.例文帳に追加
オープンしたファイル inputから行を EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python
Read blocks until EOF from open file input and write them to open file output.例文帳に追加
オープンしたファイル inputからブロックを EOF まで読んで、それらをオープンしたファイル output に書きます。 - Python
The type of open file objects such as sys.stdout. 例文帳に追加
sys.stdoutのようなopenされたファイルオブジェクトの型です。 - Python
In the main menu, choose File Open File. 例文帳に追加
メインメニューで「ファイル」「ファイルを開く」を選択します。 - NetBeans
Load MIME type information from an open file. 例文帳に追加
MIME型情報を、オープンしたファイルからロードします。 - Python
They refer to the same open file description (see open (2)) 例文帳に追加
2つのファイル・ディスクリプタは同じファイル記述 (description)( open (2) - JM
Choose File Open File from the IDE's main menu. 例文帳に追加
IDE のメインメニューから「ファイル」「ファイルを開く」を選択します。 - NetBeans
Open file descriptors for oldpath are also unaffected. 例文帳に追加
オープン済のoldpathに対するファイルディスクリプタにも影響はない。 - JM
An open file 7 is a file in the data format of an open system.例文帳に追加
オープンファイル7はオープンシステムのデータ形式をもつファイルである。 - 特許庁
The per-process limit of open file descriptors has been reached. 例文帳に追加
1プロセスがオープンできるファイル・ディスクリプタ数の上限に達した。 - JM
performs one of the operations described below on the open file descriptor fd . 例文帳に追加
は、オープンされたファイルディスクリプタfdに関して下記の操作を行う。 - JM
Leases are associated with an open file description (see open (2)). 例文帳に追加
リースはオープンファイル記述に対して関連付けられる( open (2) 参照)。 - JM
Send or receive a set of open file descriptors from another process. 例文帳に追加
他のプロセスでオープンされたファイルディスクリプタのセットを送受信する。 - JM
A file descriptor is a reference to an open file description (see open (2)). 例文帳に追加
ファイルディスクリプタはオープンファイル記述( open (2) 参照) への参照である。 - JM
The meta-data server receives an open-file request from the distributed file system interface and creates a security object (124) in response to the open-file request.例文帳に追加
メタデータ・サーバは、分散ファイルシステム・インターフェースからオープン・ファイル要求を受け取り、これに応答してセキュリティ・オブジェクト(124)を作成する。 - 特許庁
Read data encoded using the allowed MIME encoding from open file object input and write the decoded data to open file objectoutput.例文帳に追加
オープンしたファイルオブジェクト input から、許される MIME encodingを使って符号化されたデータを読んで、オープンされたファイルオブジェクトoutput に復号化されたデータを書きます。 - Python
In order to use this call, one needs an open file descriptor. 例文帳に追加
このシステムコールを使うには、オープンされたファイル・ディスクリプタが必要である。 - JM
If it is an open file, the file is parsed until EOF and executed.例文帳に追加
開かれたファイルであれば、ファイルを EOFまで読んで解析し、実行します。 - Python
Return an open file object connected to the file descriptor fd. 例文帳に追加
ファイル記述子 fd に接続している、開かれたファイルオブジェクトを返します。 - Python
are associated with an open file table entry. 例文帳に追加
によって作られるロックは、オープンされたファイルのテーブル・エントリと関連付けられる。 - JM
The child inherits copies of the parent's set of open file descriptors. 例文帳に追加
子プロセスは親プロセスが持つオープンファイルディスクリプタの集合のコピーを引き継ぐ。 - JM
Apply, test or remove a POSIX lock on a section of an open file. 例文帳に追加
開いているファイルのセクションに対して、POSIX ロックの適用・テスト・解除をする。 - JM
Each open file, socket, or fifo uses one file descriptor. 例文帳に追加
ファイル、ソケット、パイプ (fifo) はそれぞれオープンされるとファイル記述子を一つ消費します。 - FreeBSD
changes the permissions of the file referred to by the open file descriptor fd . 例文帳に追加
は、オープンされたファイルディスクリプタfdにより参照されるファイルの許可を変更する。 - JM
function adds the mntent structure mnt to the end of the open file fp. 例文帳に追加
関数はmntent構造体 mnt の内容を、オープンされているファイルfp の最後に追加する。 - JM
If no advice is given for an open file, this is the default assumption. 例文帳に追加
オープンされたファイルにアドバイスが指定されない場合、これがデフォルトで仮定される。 - JM
returns the same information about an open file referenced by descriptor fd . 例文帳に追加
は、ディスクリプタfdで参照されるオープンされたファイルについて、同じ情報を返す。 - JM
The file must be an open file object opened in binary mode ('rb' or 'r+b').例文帳に追加
ファイルはバイナリモード('rb' または 'r+b') で開かれたファイルオブジェクトでなければなりません. - Python
changes the ownership of the file referred to by the open file descriptor fd . 例文帳に追加
はオープンされたファイルディスクリプタfdにより参照されるファイルの所有権を変更する。 - JM
Apply or remove an advisory lock on the open file specified by fd . 例文帳に追加
オープンされたファイルにアドバイザリ・ロック (advisory lock) の適用や解除を行う。 ファイルはfdで指定する。 - JM
The current file offset of the open file referred to by fd is left unchanged. 例文帳に追加
fdで参照されたオープン済のファイルのファイルオフセットの現在値は変更されない。 - JM
gets a value for the configuration option name for the open file descriptor fd . 例文帳に追加
はオープンされているファイルデスクリプターfdに対して設定されているオプションnameの値を取得する。 - JM
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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. |
| © 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 (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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|