The type parameter is used as asubdirectory of the language directory or of XRoot/lib/X11, and suffixis appended to the file name.
\\fItype\\fP パラメータは言語ディレクトリのサブディレクトリまたは/lib/X11 のサブディレクトリとして使われ、\\fIsuffix\\fP がファイル名に追加される。 - XFree86
To realize advanced ad-lib control during image content production. 映像コンテンツ制作時に高度なアドリブ制御を実現する。 - 特許庁
One way to avoid this is to add the vt number in the /usr/local/lib/X11/xdm/Xservers file:The above example will direct the X server to run in /dev/ttyv3.
この問題を回避するには、/usr/X11R6/lib/X11/xdm/Xservers に vt番号を追加してください。 上の例は、/dev/ttyv3 を X サーバに対応させます。 - FreeBSD
For example, to extract an up-to-date copy of lib/libc/Makefile from your collection of saved CTM deltas, run the commands:
例えば、lib/libc/Makefile の最新のコピーを保存してある CTM デルタのコレクションから抽出するには、以下のコマンドを実行します。 - FreeBSD
This can be done by removing the appropriate directories under /lib/modules/that relate to the kernel versions you are removing. これは削除したカーネルバージョンで参照されている/lib/modules/以下の適当なディレクトリを削除することで実行できます。 - Gentoo Linux
The source files include the WEB-INFfolder, which contains the classes, docs, tlds and lib folders that you will use in this tutorial. このソースファイルには WEB-INF フォルダがあり、ここにこのチュートリアルで使用する classes、docs、tlds、および lib の各フォルダが格納されています。 - NetBeans
She played a part in the women's lib movement.
彼女は婦人解放運動で積極的な役割をした。 - Tanaka Corpus
She played a part in the women's lib movement. 彼女は婦人解放運動で積極的な役割をした。 - Tatoeba例文
Note: If you are using Apache Tomcat, copy the derbyClient.jar file to the tomcat_install/common/lib directory before you try to connect to the database.
注: Apache Tomcat を使用している場合は、データベースに接続する前に、derbyClient.jar ファイルを Tomcat のインストールディレクトリ/common/lib ディレクトリにコピーします。 - NetBeans
Note: For other databases, you must copy the JDBC driver to the server lib directory before you run the application.
注: ほかのデータベースの場合は、アプリケーションを実行する前に、サーバーの lib ディレクトリに JDBC ドライバをコピーする必要があります。 - NetBeans
Make a directory(usually XRoot/lib/X11/xdm, where XRoot refers to the root of the X11 install tree) to contain all of the relevant files. 全ての関連ファイルを置くディレクトリ (通常は /lib/X11/xdm, ここで は X11 をインストールしたディレクトリのルートを指す)を作成する。 - XFree86
If you need any of those packages, add them to/var/lib/portage/world after the profile switch, or manuallyemerge them.
もし、あなたがこれらパッケージのどれかが必要なら、プロファイルを切替えた後/var/lib/portage/worldに加えるか、手動でそれらをemergeを実行します。 - Gentoo Linux
On the outside she is a Women's Lib activist, but on the inside a gentle girl.
表はウーマンリブの闘士だが心の中は優しい奴だよ. - 研究社 新和英中辞典
Web projects can use sources from multiple folders, such as web classes outside WEB-INF/classesand libraries outside WEB-INF/lib. Web プロジェクトでは、WEB-INF/classes 以外の場所にある Web クラスや WEB-INF/lib 以外の場所にあるライブラリなどの、複数のフォルダにあるソースを利用できます。 - NetBeans
Suppose this has a subdirectory/usr/local/lib/python2.4/site-packages with threesubsubdirectories, foo, bar and spam, and twopath configuration files, foo.pth and bar.pth.
ここにはサブディレクトリ/usr/local/lib/python2.4/site-packagesがあり、その中に三つのサブディレクトリfoo、barおよびspamと二つのパス設定ファイルfoo.pthとbar.pthをもつと仮定します。 - Python
The first form, with just a lib directory, is used for ``pure module distributions''--thatis, module distributions that include only pure Python modules. 第一の lib ディレクトリだけの形式は、 ``pure モジュール配布物''-- すなわち、pure Python モジュールだけの入ったモジュール配布物 --の場合に使われます。 - Python
Using this example, if the user has specified a language, it will be used asa subdirectory of XRoot/lib/X11 that will be searched for other files. .LPこの例を使ってユーザが言語を指定した場合には、これは他のファイルを探すための /lib/X11 のサブディレクトリとして使われる。 - XFree86
Also,you need to tell XFree86 where the libglide2x.so file is placed by making a soft link in the /usr/X11R6/lib/modules directory that points to the libglide2x.so file. また、/usr/X11R6/lib/modules ディレクトリに libglide2x.so ファイルを指すシンボリックリンクを作ることにより、libglide2x.so ファイルが置かれている場所を XFree86 に教える必要がある。 - XFree86
That is becoming a honorable student with no such ad lib それがこんなアドリブの効かない優等生もどきになっちまってよ - 映画・海外ドラマ英語字幕翻訳辞書
/lib This directory should hold those shared libraries that are necessary to boot the system and to run the commands in the root file system.
/libこのディレクトリには、システムの起動時に必要な共有ライブラリや、ルートファイルシステムでコマンドを実行するのに必要な共有ライブラリを置く。 - JM
The Python 2.4 library is then installed in /usr/local/lib/python2.4 (where only the first three characters of sys.version are used to form the installation path name). そのときPython 2.4 ライブラリは/usr/local/lib/python2.4にインストールされています(ここで、sys.versionの最初の三文字だけがインストールパス名を作るために使われます)。 - Python
The main collection of Python library modules is installed in the directory prefix + '/lib/pythonversion' while the platform independent header files (all except pyconfig.h)are stored in prefix + '/include/pythonversion', where version is equal to version[:3]. Pythonライブラリの主要部分はprefix + '/lib/pythonversion'にインストールされ、プラットフォーム非依存なヘッダファイル(pyconfig.h以外)はprefix + '/include/pythonversion'に格納されます(但しversionはversion[:3])。 - Python
(Python is built with Microsoft Visual C++, which uses COFF as the object file format.)For this reason you have to convert Python's librarypython24.lib into the Borland format. Microsoft Visual C++ は COFF をオブジェクトファイル形式に使います。 )このため、以下のようにして、 Python のライブラリ python24.lib を Borland の形式に変換する必要があります: - Python
The text form of this databaseis commonly stored in the file XRoot/lib/X11/rgb.txt, where XRoot is replacedby the root of the X11 install tree.
このテキスト形式のデータベースは一般に \\fI/lib/X11/rgb.txt\\fPファイルに格納されている。 ここで、 は X11 をインストールしたディレクトリのルートに置き換えること。 - XFree86
An outer-periphery lib 20 and an inner-periphery lib 22 are disposed on the placing part 18, and thereby elastic deformation of the outer-periphery lib 20 and the inner-periphery lib 22 causes a reaction force acting on the placing part 18 to increase, allowing the resistance force against the torque acting on the container 16 to increase further. そして、載置部18に外周リブ20及び内周リブ22を設けたことによって、外周リブ20及び内周リブ22の弾性変形により、載置部18に作用する反力が増大し、容器16に作用する回転力に対する抵抗力をさらに増大させることができる。 - 特許庁
In other words, changed device files are copied over to /lib/dev-state as soon as the change happens, and are copied over to /dev when booting the system. 言い替えれば、変更されたデバイス・ファイルは変更が行われたときに/lib/dev-stateへコピーされ、そしてシステムがブートされるとき/devファイルにコピーされます。 - Gentoo Linux
Some tools, such as mplayer and xine-lib, use a local USE flagcalled xvmc which enables XvMCNVIDIA support, useful when watching high resolution movies. mplayerやxine-libといったいくつかのツールは、高解像度の動画を鑑賞するときに役立つXvMCNVIDIAのサポートを有効にする、xvmcというローカルUSEフラグを使用します。 - Gentoo Linux
Ensure that the Folder is set tolib,and click Finish.
「フォルダ」が lib に設定されていることを確認して、「完了」をクリックします。 - NetBeans
Note: To use a JDBC connection, you must obtain a JDBC 3.0 client driver for your database server, and put a copy of the JDBC driver in the JRuby/lib folder. 注: JDBC 接続を使用するには、データベースサーバー用に JDBC 3.0 クライアントドライバを入手し、JRuby/lib フォルダにその JDBC ドライバのコピーを置く必要があります。 - NetBeans
It's fine even if you forgot it,' and settled the scene with an ad lib.
忘れても仕様あるまい」とアドリブで台詞を入れその場を治めた。 - Wikipedia日英京都関連文書対訳コーパス
Most of the significant parts of the widget hierarchy are documented in the app-defaults file (normally XRoot/lib/X11/app-defaults/XFontSel,where XRoot refers to the root of the X11 install tree.) ウィジェット階層の重要な部分については app-defaults ファイル(通常は/lib/X11/app-defaults/XFontSel, ただし は X11 をインストールしたディレクトリ)内にほぼ記述されている。 - XFree86
From libc 4.4.4 on only the library "/lib/ld.so" is loaded, so that this dynamic library can load the remaining libraries needed (again using this call).
libc 4.4.4 以降では、ライブラリ "/lib/ld.so" だけがロードされ、その後でこの動的ライブラリが (このシステムコールをもう一度使って)必要な残りのライブラリをロードできるようになっている。 - JM
Send the file to the people who will use the application.Instruct them to unpack the zip file, making sure that the CarsApp.jar file and the lib folder are in the same folder. このアプリケーションを使用する人に、ファイルを送信します。 ZIP ファイルを展開するよう指示し、CarsApp.jar ファイルおよび lib フォルダが同じフォルダにあることを確認します。 - NetBeans
Send the file to the people who will use the application.Instruct them to unpack the zip file, making sure that the MyApp.jar file and the lib folder are in the same folder. このアプリケーションを使用する人に、ファイルを送信します。 ZIP ファイルを展開するよう指示し、MyApp.jar ファイルと lib フォルダが同じフォルダにあることを確認します。 - NetBeans
If you are running your application on the GlassFishv3 Server, you must also copy the driver to the lib folder of the project's JRuby installation and then restart the server. GlassFish v3 サーバー上でアプリケーションを実行している場合、ドライバをプロジェクトの JRuby のインストールにある lib フォルダにコピーし、サーバーを再起動する必要があります。 - NetBeans
To use these, the directory must be added to sys. 利用するには、PYTHONPATH を使うなどして、lib-old/ ディレクトリを sys.path に追加しなければなりません。 - Python
Files Imakefile.ctemporary input file for cpp /tmp/Imf.XXXXXXtemporary Makefile for -s /tmp/IIf.XXXXXXtemporary Imakefile if specified Imakefile uses # comments/lib/cppdefault C preprocessor ファイルImakefile.c cpp の入力に使う一時ファイル/tmp/Imf.XXXXXX -s のための一時的な Makefile/tmp/IIf.XXXXXX 指定した Imakefile が # 形式のコメントを使っている場合の一時的な Imakefile/lib/cpp デフォルトの C プリプロセッサ - XFree86
This configuration file is installed in /usr/X11R6.4/lib/X11/proxymngr/pmconfigduring the installation of proxymngr. The location of the configurationfile can be overwritten using the -config command line option.
この設定ファイルは、プロキシマネージャのインストール時に /usr/X11R6.4/lib/X11/proxymngr/pmconfig にインストールされている設定ファイルの位置はコマンド行オプションの \\-config で上書きすることができる。 - XFree86
#!/bin/sh. /usr/local/lib/site.xinitrc Another approach is to write a script that starts xinit with a specificshell script.
これは以下のようなものである:#!/bin/sh\\&. /usr/local/lib/site.xinitrc別の方法としては、適当なスクリプトを書いて、そこから xinit を適切なシェルスクリプトと共に起動するようにすればよい。 - XFree86
BARRIER LIB FORMING METHOD FOR PLASMA DISPLAY PANEL AND MANUFACTURE OF PLASMA DISPLAY PANEL プラズマディスプレイパネルの隔壁形成方法及びプラズマディスプレイパネルの製造法 - 特許庁
(Replace [version] with the version number you have just installed.)# emerge --config =dev-db/mysql-[version]* MySQL DATADIR is /var/lib/mysql* Press ENTER to create the mysql database and set proper* permissions on it, or Control-C to abort now..
([version]をインストールしたバージョンに置き換えて下さい。 - Gentoo Linux
However, it will only verify the versions for the applications you have explicitly installed (the applications listed in/var/lib/portage/world) - it does not thoroughly check their dependencies. しかし、これは明示的にインストールされたものしか確かめません(そうしたアプリケーションは/var/lib/portage/worldにリストされています)。 つまり、それらの依存関係は確認しないということです。 - Gentoo Linux
For example, entity beans can be part of an EJBJAR, application-client JAR, WEB-INF/lib,WEB-INF/classes, or even part of a utility JAR in an enterprise applicationarchive (EAR) file.
たとえば、エンティティー Bean は、EJB の JAR、アプリケーションクライアントの JAR、WEB-INF/lib、WEB-INF/classes の一部にできます。 あるいは、エンタープライズアプリケーションのアーカイブ (EAR) ファイル内のユーティリティーの JAR の一部にすることさえできます。 - NetBeans
To provide a new use of Lib gene and/or its gene product. Lib遺伝子および/またはその遺伝子産物の新規の用途を提供すること。 - 特許庁
However, font configuration was cumbersome before the introduction of XFree86 4.3.0. Beginning with XFree86 4.3.0, all fonts in X11 that are found in /usr/local/lib/X11/fonts/ and ~/.fonts/ are automatically made available for anti-aliasing to Xft-aware applications.
XFree86 では 4.0.2以降でフォントのアンチエイリアスをサポートしています。 - FreeBSD
The first thing you should do is change the fixed and variable definitions in /usr/share/fonts/misc/fonts. alias to end in iso8859-15 instead of iso8859-1. まずは、/usr/X11R6/lib/X11/fonts/misc/fonts.aliasにあるfixedとvariable変数の最後を、iso8859-1からiso8859-15へと置き換えます。 - Gentoo Linux
Code Listing2.8: Preparing PostgreSQL
これは、initdbコマンドを通して行われます。 デフォルトでは、PostgreSQLのデータディレクトリは通常/var/lib/postgresql/dataに格納されます。 - Gentoo Linux
PROJECTHOME/Midnight/WEB-INF/classesfolders are automatically selected as your lib and sources folders, respectively, as shown in the following image.
PROJECTHOME/Midnight/WEB-INF/classes フォルダがそれぞれライブラリおよびソースフォルダとして自動的に選択されます。 - NetBeans
He forgot part of his speech and had to ad-lib for a while.
彼は言う言葉の一部を忘れたので少しの間即席で喋らなければならなかった。 - Tanaka Corpus
He forgot part of his speech and had to ad-lib for a while.
彼は演説の一部をわすれたので、少しの間即席でしゃべらなくてはならなかった。 - Tanaka Corpus
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.