408件ヒット
[1-100件を表示]
(0.146秒)
ライブラリ
- drb (8)
- json (16)
- mkmf (48)
- openssl (96)
- optparse (16)
- rake (8)
-
rubygems
/ config _ file (176) - un (8)
-
webrick
/ cgi (8) -
webrick
/ httpresponse (8) -
webrick
/ server (16)
クラス
-
DRb
:: DRbServer (8) -
Gem
:: ConfigFile (176) -
JSON
:: State (16) -
OpenSSL
:: Config (80) -
OpenSSL
:: X509 :: ExtensionFactory (16) - OptionParser (16)
-
WEBrick
:: CGI (8) -
WEBrick
:: GenericServer (16) -
WEBrick
:: HTTPResponse (8)
モジュール
- Kernel (64)
キーワード
- [] (24)
- []= (16)
-
add
_ value (8) -
arg
_ config (8) - args (8)
- backtrace (8)
- backtrace= (8)
- benchmark (8)
- benchmark= (8)
-
bulk
_ threshold (8) -
bulk
_ threshold= (8) - config= (8)
-
config
_ file _ name (8) - configure (8)
-
default
_ argv= (8) -
dir
_ config (8) - each (16)
-
enable
_ config (16) - environment (8)
- file (8)
-
get
_ value (8) -
handle
_ arguments (8) - hash (8)
-
load
_ file (8) - merge (8)
- mkmf (8)
- path (8)
- path= (8)
-
really
_ verbose (8) - section (8)
- sections (8)
-
to
_ s (8) -
update
_ sources (8) -
update
_ sources= (8) - value (16)
- verbose (8)
- verbose= (8)
-
with
_ config (16) - write (8)
検索結果
先頭5件
-
OpenSSL
:: X509 :: ExtensionFactory # config -> OpenSSL :: Config (18203.0) -
自身に設定されているコンフィグファイルオブジェクトを設定します。
自身に設定されているコンフィグファイルオブジェクトを設定します。 -
DRb
:: DRbServer # config -> Hash (18102.0) -
サーバの設定を返します。
サーバの設定を返します。
@see DRb::DRbServer.new, DRb.#start_service -
WEBrick
:: CGI # config -> Hash (18102.0) -
自身の設定を保持したハッシュを返します。
自身の設定を保持したハッシュを返します。
@see WEBrick::CGI.new -
WEBrick
:: GenericServer # config -> Hash (18102.0) -
サーバの設定を保存したハッシュを返します。
サーバの設定を保存したハッシュを返します。 -
WEBrick
:: HTTPResponse # config -> Hash (18102.0) -
自身が生成される時に指定されたハッシュを返します。
自身が生成される時に指定されたハッシュを返します。 -
Gem
:: ConfigFile # config _ file _ name -> String (9102.0) -
設定ファイルの名前を返します。
設定ファイルの名前を返します。 -
Kernel
# enable _ config(config , default) {|config , default| . . . } -> bool | String (6330.0) -
configure のオプションを検査します。
...
configure のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバ......カスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_... -
Kernel
# with _ config(config , default = nil) {|config , default| . . . } -> bool | String (6330.0) -
configure のオプションを検査します。
...
configure のオプションを検査します。
configure のオプションに --with-<config> が指定された場合は真を返しま
す。--without-<config> が指定された場合は偽を返します。どちらでもない場
合は default を返します。
これはデバッグ情......のカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL... -
Kernel
# arg _ config(config , default) { . . . } -> object | String | true | nil (6249.0) -
configure オプション --config の値を返します。
...
configure オプション --config の値を返します。
@param config オプションを文字列で指定します。
@param default 引数 config で指定したオプションのデフォルト値を指定します。
@return オプションが指定されてた場合は true を、指定......ンに引数が指定されていた場合は指定した文字列を返します。
例えば extconf.rb で arg_config メソッドを使う場合、
$ ruby extconf.rb --foo --bar=baz
と実行したとき、arg_config("--foo") の値は true、
arg_config("--bar") の値は "baz" です。... -
OpenSSL
:: X509 :: ExtensionFactory # config=(config) (6239.0) -
自身にコンフィグファイルオブジェクトを設定します。
...グファイルオブジェクトを設定します。
例
require 'openssl'
factory.config = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
@param config 設定ファイル(OpenSSL::Config オブジェクト)... -
Kernel
# enable _ config(config , default) -> bool | String (6230.0) -
configure のオプションを検査します。
...
configure のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバ......カスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_... -
Kernel
# with _ config(config , default = nil) -> bool | String (6230.0) -
configure のオプションを検査します。
...
configure のオプションを検査します。
configure のオプションに --with-<config> が指定された場合は真を返しま
す。--without-<config> が指定された場合は偽を返します。どちらでもない場
合は default を返します。
これはデバッグ情......のカスタム定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL... -
Kernel
# dir _ config(target , idefault = nil , ldefault = nil) -> [String , String] (6108.0) -
configure オプション --with-TARGET-dir, --with-TARGET-include, --with-TARGET-lib をユーザが extconf.rb に指定できるようにします。
...
configure オプション
--with-TARGET-dir,
--with-TARGET-include,
--with-TARGET-lib
をユーザが extconf.rb に指定できるようにします。
--with-TARGET-dir オプションは
システム標準ではない、
ヘッダファイルやライブラリがあるディレクトリをま......ldefault システム標準ではないライブラリのディレクトリのデフォルト値を指定します。
例
require 'mkmf'
# xml2 の configure オプションを指定できるようにします。
xml2_dirs = dir_config('xml2', '/opt/local/include/libxml2', '/opt/local/lib')...