るりまサーチ

最速Rubyリファレンスマニュアル検索!
156件ヒット [1-100件を表示] (0.035秒)
トップページ > クエリ:ext[x] > クエリ:Config[x]

別のキーワード

  1. rake ext
  2. irb/ext/save-history save_history
  3. pathname sub_ext
  4. irb/ext/tracer use_tracer
  5. irb/ext/use-loader irb_load

検索結果

<< 1 2 > >>

OpenSSL::Config (18024.0)

OpenSSL の設定ファイルを表すクラスです。

...ルトの設定ファイルを読み込む例
require 'openssl'
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") # => "."...

rubygems/ext/configure_builder (12000.0)

configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。

...configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。...

OpenSSL::X509::ExtensionFactory#config=(config) (9238.0)

自身にコンフィグファイルオブジェクトを設定します。

...自身にコンフィグファイルオブジェクトを設定します。


require 'openssl'
factory.config = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)

@param config 設定ファイル(OpenSSL::Config オブジェクト)...

OpenSSL::X509::ExtensionFactory#config -> OpenSSL::Config (9202.0)

自身に設定されているコンフィグファイルオブジェクトを設定します。

自身に設定されているコンフィグファイルオブジェクトを設定します。

Gem::Ext::ConfigureBuilder (9000.0)

configure スクリプトを元に拡張ライブラリをビルドするクラスです。

...configure スクリプトを元に拡張ライブラリをビルドするクラスです。...

絞り込み条件を変える

Gem::Ext::ConfigureBuilder.build(extension, directory, dest_path, results) -> Array (6106.0)

@todo

...@todo

Makefile が存在しない場合は、configure スクリプトを実行して
Makefile を作成してから make を実行します。

@param extension このメソッドでは使用しません。

@param directory

@param dest_path

@param results コマンドの実行結果を格納...
...します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

Win32::Registry::Constants::HKEY_PERFORMANCE_NLSTEXT (3101.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_TEXT (3101.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::HKEY_PERFORMANCE_NLSTEXT -> Win32::Registry (3101.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp
<< 1 2 > >>