465件ヒット
[1-100件を表示]
(0.021秒)
別のキーワード
ライブラリ
- drb (24)
- mkmf (72)
- openssl (48)
- optparse (12)
-
rubygems
/ config _ file (84) -
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
webrick
/ httpproxy (12) -
webrick
/ httpserver (12) -
webrick
/ httpservlet / filehandler (12) -
webrick
/ ssl (12)
クラス
-
DRb
:: DRbServer (12) -
Gem
:: ConfigFile (84) -
OpenSSL
:: Config (24) -
OpenSSL
:: X509 :: ExtensionFactory (12) - OptionParser (12)
-
WEBrick
:: GenericServer (12) -
WEBrick
:: HTTPAuth :: BasicAuth (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12) -
WEBrick
:: HTTPProxyServer (12) -
WEBrick
:: HTTPServer (12) -
WEBrick
:: HTTPServlet :: FileHandler (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
DEFAULT
_ BACKTRACE (12) -
DEFAULT
_ BENCHMARK (12) -
DEFAULT
_ BULK _ THRESHOLD (12) -
DEFAULT
_ CONFIG _ FILE (12) -
DEFAULT
_ UPDATE _ SOURCES (12) -
DEFAULT
_ VERBOSITY (12) -
NEWS for Ruby 2
. 0 . 0 (12) -
OPERATING
_ SYSTEM _ DEFAULTS (12) -
PLATFORM
_ DEFAULTS (12) -
arg
_ config (12) - config= (12)
-
default
_ argv= (12) -
dir
_ config (12) - each (12)
-
enable
_ config (24) - irb (6)
- new (84)
-
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / specification _ command (12) -
start
_ service (12) -
with
_ config (24) - xmlrpc (3)
検索結果
先頭5件
-
OpenSSL
:: Config (18042.0) -
OpenSSL の設定ファイルを表すクラスです。
...enssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
p conf.sections # => ["req_distinguished_name", "req_attributes", "proxy_cert_ext", "policy_anything", "CA_default", ...]
p conf.get_value("", "HOME") # => "."
p conf.get_value("CA_default", "default_days") # => "365"... -
OpenSSL
:: Config :: DEFAULT _ CONFIG _ FILE -> String (15202.0) -
デフォルトの設定ファイル名を返します。
デフォルトの設定ファイル名を返します。 -
Gem
:: ConfigFile :: DEFAULT _ BACKTRACE -> false (9101.0) -
バックトレースが表示されるかどうかのデフォルト値です。
バックトレースが表示されるかどうかのデフォルト値です。 -
Gem
:: ConfigFile :: DEFAULT _ BENCHMARK -> false (9101.0) -
ベンチマークを実行するかどうかのデフォルト値です。
ベンチマークを実行するかどうかのデフォルト値です。 -
Gem
:: ConfigFile :: DEFAULT _ BULK _ THRESHOLD -> 1000 (9101.0) -
一括ダウンロードをするかどうかのデフォルト値です。
一括ダウンロードをするかどうかのデフォルト値です。 -
Gem
:: ConfigFile :: DEFAULT _ UPDATE _ SOURCES -> true (9101.0) -
毎回 Gem::SourceInfoCache を更新するかどうかのデフォルト値です。
毎回 Gem::SourceInfoCache を更新するかどうかのデフォルト値です。 -
Gem
:: ConfigFile :: DEFAULT _ VERBOSITY -> true (9101.0) -
ログレベルのデフォルト値です。
ログレベルのデフォルト値です。 -
Gem
:: ConfigFile :: OPERATING _ SYSTEM _ DEFAULTS -> {} (9100.0) -
Ruby をパッケージングしている人がデフォルトの設定値をセットするために使用します。
...Ruby をパッケージングしている人がデフォルトの設定値をセットするために使用します。
使用するファイルは rubygems/defaults/operating_system.rb です。... -
Gem
:: ConfigFile :: PLATFORM _ DEFAULTS -> {} (9100.0) -
Ruby の実装者がデフォルトの設定値をセットするために使用します。
...Ruby の実装者がデフォルトの設定値をセットするために使用します。
使用するファイルは rubygems/defaults/#{RUBY_ENGINE}.rb です。...