Configを含む例文一覧と使い方
該当件数 : 278件
In Unix, follow a similar process: $ cd$ mkdir remote$ cd remote$ mkdir pear$ cd pear$ pear config-create /home/mylocaluser remote.conf$ pear config-create /home/username/pear .pearrc 例文帳に追加
Unix でも、似たような手順をとります。 $ cd$ mkdir remote$ cd remote$ mkdir pear$ cd pear$ pear config-create /home/mylocaluser remote.conf$ pear config-create /home/username/pear .pearrc 6. リモートの設定ファイルをリモートホストにアップロードする - PEAR
Tells what config layer that gets to define a key.Parameter 例文帳に追加
キーを定義しているのがどの config レイヤーなのかを通知します。 - PEAR
To set a configuration option, use the --config-set command line argument. 例文帳に追加
オプションを設定するには、コマンドライン引数--config-set を使用します。 - PEAR
The default xdm-config has all the appropriate lines for displays :0 and :1.例文帳に追加
デフォルトの xdm-config には :0 と :1 に対する適切な指定がある。 - XFree86
We tell him by using set-config in connection with the channel option:$ pear config-set -c pear.company.com username johndoeconfig-set succeeded$ pear config-set -c pear.company.com password secretconfig-set succeededNow test if we did everything right by showing available packages on the channel: 例文帳に追加
set-config にチャネル名を指定してこれを登録します。 $ pear config-set -c pear.company.com username johndoeconfig-set succeeded$ pear config-set -c pear.company.com password secretconfig-set succeededうまく登録できたかどうか確かめるために、チャネル上のパッケージの一覧を取得してみましょう。 - PEAR
The Config package provides methods for configuration manipulation.IntroductionIntroduction-- What Config can do Introduction Config helps you manipulate your configuration whether they are stored in XML files, PHP arrays or other kind of data sources.例文帳に追加
Configパッケージは設定操作の関数を提供します。 導入導入--Config でできること導入 Config を使用すると、XML ファイルや PHP の配列、あるいはその他のデータソースに保存された設定項目を扱いやすくなります。 - PEAR
The driver will auto-detect the amount of video memory present for all chipsets.But maybe overridden with the VideoRam entry in the config file "Device"section. 例文帳に追加
セクションの - XFree86
To delete a configuration option, use the --config-delete command line argument. 例文帳に追加
設定オプションを削除するには、コマンドライン引数--config-delete を使用します。 - PEAR
Now run distcc-config and enter the list of available distcc servers. 例文帳に追加
ではdistcc-configを実行して利用可能なdistccサーバのリストを入力しましょう。 - Gentoo Linux
10.Advanced: Using your old kernel .config to configure a new one 例文帳に追加
上級:古いカーネルの.configを新しいカーネルを設定するために使用する - Gentoo Linux
Code Listing7.2: Sample GRUB config for genkernel + udev 例文帳に追加
コード表示7.2:genkernel+udev用のGRUB設定例 - Gentoo Linux
string- the config layer, or an empty string if not found 例文帳に追加
config のレイヤー、あるいは見つからなかった場合に空の文字列を返します。 - PEAR
The config file for altair is /tftpboot/cfg.199.246.76.2. 例文帳に追加
altair の設定ファイルは /tftpboot/cfg.199.246.76.2となります。 - FreeBSD
Be sure to run config(8) after adding this, and rebuild and reinstall. 例文帳に追加
追加後 config(8)を実行しカーネルの再構築/再インストールを 行なってください。 - FreeBSD
To reuse your old .config, you simply need to copy it over and then run make oldconfig.例文帳に追加
古い.configを再利用するには、単に上書きして、makeoldconfigを実行するだけです。 - Gentoo Linux
Code Listing4.4: Configure MySQL 4.1 base setup # emerge --config =mysql-4.1.micro_version# /etc/init.d/mysql start 例文帳に追加
コード表示3.4:MySQL4.1ベースの設定 - Gentoo Linux
You can also use all the standard phpcs command line options to do things like set the standard to use, the tab width and the error report format: Example 58-4. Adding the pre-commit hook to the Subversion config file 例文帳に追加
You can also use all the standard phpcs command line options to do things like set the standard to use, the tab width and the error report format:例 58-4Adding the pre-commit hook to the Subversion config file - PEAR
If rstartd.real is started without the -c option, it reads XRoot/lib/X11/rstart/config,where XRoot refers to the root of the X11 install tree.例文帳に追加
rstartd.real を -c オプション無しで起動した場合、このプログラムは /lib/X11/rstart/config を読み込む。 - XFree86
Create a default configuration file (PEAR 1.4+) 例文帳に追加
config-create デフォルトの設定ファイルを作成する (PEAR 1.4+) - PEAR
# emerge --config bind(Before running the above command you might want to change the chrootdirectory in /etc/conf.d/named. 例文帳に追加
# emerge --config bind(上記コマンドの実行前、chrootするディレクトリを/etc/conf.d/namedで変更すると良いでしょう。 - Gentoo Linux
Alternatively, you can change every path for the OS X provided PEAR using pear config-set. 例文帳に追加
あるいは、pear config-set を使用してOS X 版の PEAR のすべてのパスを変更することもできます。 - PEAR
Code Listing5.2: Edit the bootcreator config file 例文帳に追加
コード表示4.2: bootcreatorの設定ファイルを編集する - Gentoo Linux
If you are continuing in the same shell, you need to run source /etc/profile as gcc-config instructed you to.例文帳に追加
同じシェルで続けて作業をしている場合は、gcc-configの指示どおりにsource/etc/profileと実行します。 - Gentoo Linux
pear-config replacements can only occur on the installation system, and are performed at install-time. 例文帳に追加
pear-config 型の置換はインストールシステムによってのみ行われ、インストールの際に実行されます。 - PEAR
Get all the current config keysReturn value array- simple array of config keys 例文帳に追加
現在の設定キーをすべて取得します。 返り値 設定キーの一覧を配列で返します。 - PEAR
config layer to insert data into ('user' or 'system') 例文帳に追加
データを取り込む設定レイヤー ('user'あるいは 'system')。 - PEAR
a reference to config's root container object 例文帳に追加
config のルートコンテナオブジェクトのリファレンスを返します。 - PEAR
To view the currently set configuration options, use the --config-show command line argument. 例文帳に追加
現在設定されているオプションの内容を見るには、コマンドライン引数--config-show を使用します。 - PEAR
All of these options, except-config itself, specify values that can also be specified in the configurationfile as resources. 例文帳に追加
\\-config オプション自身を除くすべてのオプションは、リソースとして設定ファイルでも指定できる。 - XFree86
Code Listing10.2: Reusing your old config with genkernel 例文帳に追加
コード表示10.2:genkernelで、古い設定を再利用する - Gentoo Linux
Get the documentation for a config value.Parameter 例文帳に追加
設定値についてのドキュメントを取得します。 - PEAR
Temporarily remove an entire config layer. 例文帳に追加
設定レイヤー全体を一時的に削除します。 - PEAR
To make XDM listen for connections, first comment out a line in the xdm-config file: ! 例文帳に追加
XDMがそういったコネクションを待ち受けるようにするためには xdm-config にある次の行をコメントアウトします。 ! - FreeBSD
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike 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. |
| 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 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|