| 意味 | 例文 |
In Fileの部分一致の例文一覧と使い方
該当件数 : 20827件
Holes are void areas in the linear extent of the file where data have never been written. 例文帳に追加
穴とはファイルの一次元構造の中で、 データが一度も書き込まれたことのない空の部分です。 - FreeBSD
In general you do not know when and if the format or contents of a config file changes. 例文帳に追加
一般的に、設定ファイルの書式や内容がいつ変更されるかを知ることはできません。 - FreeBSD
If all is well, the configuration file needs to be installed in a common location where Xorg(1) can find it. 例文帳に追加
全てうまくいったなら、XFree86(1)が見つけることができる共通の場所に設定ファイルを置きます。 - FreeBSD
To make XDM listen for connections, first comment out a line in the xdm-config file: ! 例文帳に追加
XDMがそういったコネクションを待ち受けるようにするためには xdm-config にある次の行をコメントアウトします。 ! - FreeBSD
If you do not specify the lp capability for a printer in your /etc/printcap file, LPD uses /dev/lp as a default. 例文帳に追加
/etc/printcap でプリンタの lp項目が指定されていない場合は、 LPD はデフォルトとして /dev/lp を使用します。 - FreeBSD
Check the log file (in our example, /var/log/rattan.log) to see any error messages that might appear. 例文帳に追加
そして、発生したと思われるエラーメッセージを見るためにログファイル (上記の例では、 /var/log/rattan.log) を調べます。 - FreeBSD
Therefore, the user performing the backup must be listed in the .rhosts file on the remote computer. 例文帳に追加
したがって、バックアップを実行するユーザがリモートコンピュータの .rhosts ファイルに書かれていなければなりません。 - FreeBSD
In most cases, you may have to write the configuration file yourself or use the xorgconfig utility.例文帳に追加
ほとんどの場合、自分で設定ファイルを書くかxorgconfigユーティリティを使うことになるかもしれません。 - Gentoo Linux
First of all check if the splashscreen file you are referring to in your grub.conf really exists.例文帳に追加
何よりもまず、grub.confで参照しているsplashscreenファイルが本当に存在するのかを確認してください。 - Gentoo Linux
This setup is the easiest of all, as it only requires adding an entry in your .muttrc file.例文帳に追加
この設定はいままでで一番簡単で、あなたの.muttrcファイルに1つのエントリーを加えるだけです。 - Gentoo Linux
To see if an ebuild is considered stable for your architecture, look for the KEYWORDS line in the ebuild file.例文帳に追加
あるebuildがあなたのマシンのアーキテクチャでstableかどうかは、そのebuild中のKEYWORDSという行を見ればわかります。 - Gentoo Linux
Next use the bos create command to create entries for the four database server processes in the /etc/openafs/BosConfig file.例文帳に追加
次に、/usr/afs/local/BosConfigファイルの4つのデータベースサーバプロセスのアカウントを作成するために、boscreateコマンドを使用します。 - Gentoo Linux
The default package introduces a few configuration files for each sleep state. Options that are common to all suspend methods are placed in common.conf; make sure this file is properly set up for your system.例文帳に追加
初期設定で、パッケージはhibernate.confとram.confという2つの設定ファイルをインストールします。 - Gentoo Linux
Once installed, download the PPD file for your printer from the LinuxPrinting site and put it in /usr/share/cups/model.例文帳に追加
インストールが完了したら、プリンタに適したPPDファイルをLinuxPrintingサイトからダウンロードし、/usr/share/cups/modelに置きます。 - Gentoo Linux
The following example uses the arch value that is defined in eachhandbook master file to condition some content: 例文帳に追加
次の例では、各ハンドブックのマスターファイルでいくつかの条件に対してarchの値が使われています: - Gentoo Linux
This program is best kept in a file so that it can be used many times without having to retype it at every use. 例文帳に追加
このプログラムをファイルにしておくと、毎回タイプしなおさずに何度も使うことができます。 - JM
For instructions on writing the NLM command file language used in header files, see "The NetWare Tool Maker Specification Manual" , available from Novell, Inc. 例文帳に追加
NLM コマンドファイル言語の記述に関する説明はThe NewWare Tool Maker Specification Manualを見よ。 これは Novell, Inc. より入手できる。 - JM
when the lock removalwould mean a change to keyword strings in the other working file. 例文帳に追加
つまり、ロックの解除により他のワークファイル中のキーワードの変更を意味する場合があるからです。 - JM
is defined in the <db> include file as follows: +4n 例文帳に追加
に渡される btree アクセスメソッドに特有のデータ構造体は、<db>インクルードファイルで次のように定義されている。 - JM
The file descriptor interface is a kludge and will be deleted in a future version of the interface. 例文帳に追加
ファイルデスクリプタを使ったやりとりはひどい代物であり、将来のバージョンでは削除されるだろう。 - JM
offers the best performance (in terms of speed and CPU usage) of the file systems supported under Linux. 例文帳に追加
は Linux のファイルシステムの中で (スピードおよび CPU の使用量の面で) 最もよいパフォーマンスを発揮する。 - JM
retrieves the value of the extended attribute identified by name and associated with the given path in the file system. 例文帳に追加
は、ファイルシステム内の指定されたpathに対応する、名前nameの拡張属性のvalue(値) を取得する。 - JM
The body of a man page is easily constructed from a basic template found in the file /usr/share/misc/mdoc. 例文帳に追加
man ページの本文はファイル/usr/share/misc/mdoc の基本テンプレートを使って容易に作り上げることができます。 - JM
If the file buffers are mapped in shared memory, all processes using the same key will share the buffers. 例文帳に追加
ファイルバッファが共有メモリにマップされると、同じキーを使うプロセスは全てバッファを共有する。 - JM
The Linux-specific /proc/PID/self file exposes the list of mount points in the namespace of the process with the specified ID; see proc (5) 例文帳に追加
オプション付きでマウントされたファイルシステム上のset-UID や set-GID のプログラムを実行しようとすると、EPERM - JM
This is typically used to open devices in order to get a file descriptor for use with ioctl (2). 例文帳に追加
これはioctl (2) のためのファイルディスクリプタを取得するために、デバイスをオープンするときによく用いられる。 - JM
A value of 0 in this file disables the interface, and a value of 1 enables it. 例文帳に追加
このファイルに値 0 が書かれている場合はインターフェースが無効になり、値 1 の場合は有効になる。 - JM
/proc/sys/kernel/pty/nr This read-only file indicates how many pseudo-terminals are currently in use. 例文帳に追加
/proc/sys/kernel/pty/nrこの読み込み専用のファイルは、現在いくつの疑似端末が使われているかを表す。 - JM
The rpc file contains user readable names that can be used in place of RPC program numbers. 例文帳に追加
rpcファイルには RPC プログラム番号の代わりに使うことのできるユーザーに可読な名前が入っている。 - JM
There may be other circumstances in which a file descriptor is spuriously reported as ready. 例文帳に追加
他にもファイルディスクリプタが準備できたと間違って報告される状況が起こるかもしれない。 - JM
nfds This is an integer one more than the maximum of any file descriptor in any of the sets. 例文帳に追加
nfds全ての集合に含まれるファイルディスクリプタのうち、値が最大のものに 1 を足した整数である。 - JM
sets the value of the extended attribute identified by name and associated with the given path in the file system. 例文帳に追加
は、ファイルシステム内の指定されたpathに対応する、名前nameの拡張属性の値valueを設定する。 - JM
It has a fixed size, and the appropriate index in the file was determined by login (1) 例文帳に追加
このファイルは固定されたサイズであり、ファイル内の適切なインデックスは、login (1) によって決定される。 - JM
The test is passed, the received output matches the expected output contained in the Output file. 例文帳に追加
受け取った出力結果は「出力」ファイルに含まれる期待される出力結果と一致します。 - NetBeans
This tutorial describes how to create a project reference to an XML file in another project.例文帳に追加
このチュートリアルでは、プロジェクトから、別のプロジェクト内の XML ファイルを参照する方法を示します。 - NetBeans
In the Project Window, right click BpelModule1 node and select NewOther to open the New File wizard.例文帳に追加
「プロジェクト」ウィンドウで「BpelModule1」ノードを右クリックし、「新規」「その他」を選択して「新規ファイル」ウィザードを開きます。 - NetBeans
Right-click the EJB module in the Project window and choose New Other to open the New File wizard. 例文帳に追加
「プロジェクト」ウィンドウで EJB モジュールを右クリックし、「新規」「その他」を選択して「新規ファイル」ウィザードを開きます。 - NetBeans
Right-click the EJB module in the Projects window and choose New Other to open the New File wizard. 例文帳に追加
「プロジェクト」ウィンドウで EJB モジュールを右クリックし、「新規」「その他」を選択して「新規ファイル」ウィザードを開きます。 - NetBeans
This tutorial also illustrates a basic scenario that shows how a File Binding Component can be used in a composite application. 例文帳に追加
また、複合アプリケーションでファイル結合コンポーネントを使用する基本的な方法も示します。 - NetBeans
In this section, you add a WSDL file to your BPEL Module project and then configure the components of the WSDL Document. 例文帳に追加
この節では、BPEL モジュールプロジェクトに WSDL ファイルを追加したあと、WSL ドキュメントのコンポーネントを構成します。 - NetBeans
You can also open and save the RequestBean1 source file to make the property appear, as you do in the following steps. 例文帳に追加
次の手順のように、RequestBean1 ソースファイルを開いて保存し、プロパティーを表示することもできます。 - NetBeans
This version of the file now contains the baseline information that will be used in subsequent test runs.例文帳に追加
このバージョンのファイルには、後続のテスト実行で使用する基準値情報が含まれています。 - NetBeans
All of the occurrences of the Customer class in the file are highlighted with a yellow background.例文帳に追加
ファイル内にある Customer クラスのすべての出現箇所が、黄色の背景で強調表示されます。 - NetBeans
From the Projects window, expand Views posts and double-click index.html.erb to open the file in the editing area.例文帳に追加
「プロジェクト」ウィンドウで「ビュー」「posts」を展開し、「index.html.erb」をダブルクリックしてファイルを編集領域で開きます。 - NetBeans
Save the file and refresh your browser to see the list displayed in reverse order.例文帳に追加
ファイルを保存してブラウザを再表示し、一覧が逆の順序で表示されることを確認します。 - NetBeans
This means, the test is passed, the received output matches the expected output contained in the Output file. 例文帳に追加
受け取った出力は Output ファイルに保存されている期待される出力結果と一致しました。 - NetBeans
Create a Tray.jsp file in the cookies folder using the same method that you used to create the other JSP files.例文帳に追加
ほかの JSP ファイルの作成に使用したのと同じ方法で、Tray.jsp ファイルを cookies フォルダに作成します。 - NetBeans
From the main menu, choose File New Project and then do the following in the New Project wizard: 例文帳に追加
メインメニューから「ファイル」「新規プロジェクト」を選択し、「新規プロジェクト」ウィザードで次の操作を行います。 - NetBeans
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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. |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|