dirを含む例文一覧と使い方
該当件数 : 147件
would resolve the "%(dir)s" to the value of"dir" ("frob" in this case). 例文帳に追加
この場合"%(dir)s"は変数"dir" (この場合は"frob")に展開されます。 - Python
type DIR at the DOS prompt 例文帳に追加
DOS のプロンプトで DIR と入力する - 研究社 英和コンピューター用語辞典
Destination dir 例文帳に追加
インストール ディレクトリ - PEAR
The dir tag is identical to package.xml 1.0. 例文帳に追加
dir タグの意味は package.xml 1.0 と同じです。 - PEAR
dir--documenting a directory in the contents tag 例文帳に追加
dir--contents タグ内のディレクトリを記述する - PEAR
Workaround: Start the installer with the -is:tempdir custom-temp-dir 例文帳に追加
回避策: -is:tempdir - NetBeans
and files dentry-state ", " dir-notify-enable ", " dquot-nr ", " file-max ", " 例文帳に追加
と以下のファイルがある:dentry-state ", " dir-notify-enable ", " dquot-nr ", " file-max ", " - JM
金型冷却装置 - 特許庁
Parameter string [$dir = null]- The directory to list. 例文帳に追加
パラメータ string [$dir = null]-一覧を取得したいディレクトリ。 - PEAR
This is equivalent to using the DIR-FILE argument. 例文帳に追加
これは、DIR-FILE 引数を使用するのと等価です。 - JM
type "DIR" from [at] the DOS command line 例文帳に追加
DOS のコマンドラインから[で]DIR と打つ[入力する] - 研究社 英和コンピューター用語辞典
Add a directory to JWSDP-Install-Dir named temp. 例文帳に追加
JWSDP-Install-Dir に temp という名前のディレクトリを作成します。 - NetBeans
Add a file to JWSDP-Install-Dir/bin named catalina.xml. 例文帳に追加
JWSDP-Install-Dir/bin に catalina.xml という名前のファイルを作成します。 - NetBeans
If dir begins with a slash (/), then CDPATH is not used. 例文帳に追加
dirがスラッシュ (/) で始まる場合には、CDPATHは使われません。 - JM
delete existing entries for INFO-FILE from DIR-FILE; 例文帳に追加
INFO-FILE 用に既に存在するエントリを DIR-FILE から削除します。 - JM
Add dir to the list of directories that will be searched for header files.例文帳に追加
dirをヘッダファイル探索ディレクトリのリストに追加します。 - Python
The variable CDPATH defines the search path for the directory containing dir . 例文帳に追加
変数CDPATHは、dirを含むディレクトリの検索パスを定義します。 - JM
For most release types, contents contains a single dir tag that then either contains nested dir tags and/or file tags. 例文帳に追加
たいていのリリース形式では contents の配下にひとつの dirタグが含まれ、その下に複数の dir タグや file タグがネストして配置されます。 - PEAR
For simple packages, simply use dir name="/" as the directory name file 例文帳に追加
シンプルなパッケージでは、ディレクトリ名として単にdir name="/" を使用します。 - PEAR
Return the compiler option to add dir to the list of directories searched for libraries.例文帳に追加
dirをライブラリ探索ディレクトリに追加するコンパイラオプションを返します。 - Python
Move to the releases/alpha/2008.0/ directory. 例文帳に追加
${release-dir}stages/ディレクトリにアクセスしてください。 - Gentoo Linux
Move to the releases/amd64/2008.0/ directory. 例文帳に追加
${release-dir}stages/ディレクトリにアクセスしてください。 - Gentoo Linux
Move to the releases/ppc/2008.0/ directory. 例文帳に追加
${release-dir}stages/ディレクトリにアクセスしてください。 - Gentoo Linux
First of all, the contents tag must contain file and dir tags. 例文帳に追加
まず最初に、contentsタグは必ず file タグおよび dir タグを含まなければなりません。 - PEAR
Move to the releases/hppa/2008.0/hppa2.0/ directory. 例文帳に追加
${release-dir}stages/ディレクトリにアクセスしてください。 - Gentoo Linux
Move to the releases/sparc/2008.0/sparc64/ directory. 例文帳に追加
${release-dir}stages/ディレクトリにアクセスしてください。 - Gentoo Linux
If you are using the JDBC adapter, put a copy of your database server's JDBC driver in glassfish-install-dir例文帳に追加
JDBC アダプタを使用している場合、データベースサーバーの JDBC ドライバのコピーを glassfish-install-dir - NetBeans
So, in our first example, the files will be displayed as if the current directory was 'Path/to/dir': Since by default $symbolic is empty, Path/to/dir will be simply removed from the file. 例文帳に追加
したがって、最初の例では、カレントディレクトリが'Path/to/dir' であるかのようにファイルが表示されます。 デフォルトでは $symbolic は空なので、Path/to/dir がファイル名から取り除かれます。 - PEAR
"dir" adds a directory to the list of placesXft will look for fonts. 例文帳に追加
"dir" は Xft がフォントを検索する場所のリストに指定したディレクトリを追加する。 - XFree86
If the first form is used, pushd returns 0 unless the cd to dir fails. 例文帳に追加
最初の形式を使った場合、dirへの cd が失敗しなければ、pushdは 0 を返します。 - JM
Add dir to the list of directories that will be searched for shared libraries at runtime.例文帳に追加
実行時に共有ライブラリを探索するディレクトリのリストにdirを追加します。 - Python
Contents are copied to fonts. dir by mkfontdir.例文帳に追加
mkfontdir はこのファイルの内容を fonts.dir にコピーする。 - XFree86
b) Otherwise, if the dir argument is non-NULL and appropriate, it is used. 例文帳に追加
b)それ以外の場合、dir引き数が NULL でない文字列でかつ適切なら、それを用いる。 - JM
Recursively descend the directory tree named by dir, compilingall .py files along the way. 例文帳に追加
dirで指定されたディレクトリを再帰的に下降し、見つかった.pyを全てコンパイルします。 - Python
This will be an absolute path that names a potential directory entry in the directory dir or a common location for temporary files if dir is omitted or None.例文帳に追加
この値は一時的なディレクトリエントリを表す絶対パスで、dir ディレクトリの下か、dir が省略されたり None の場合には一時ファイルを置くための共通のディレクトリの下になります。 - Python
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike 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 - 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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) 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会員(無料)になると
|