種類
ライブラリ
- ビルトイン (58)
-
cgi
/ core (12) - erb (12)
-
fiddle
/ import (24) - fileutils (12)
- json (108)
-
json
/ add / bigdecimal (12) -
json
/ add / complex (12) -
json
/ add / date (12) -
json
/ add / date _ time (12) -
json
/ add / exception (12) -
json
/ add / ostruct (12) -
json
/ add / range (12) -
json
/ add / rational (12) -
json
/ add / regexp (12) -
json
/ add / struct (12) -
json
/ add / symbol (12) -
json
/ add / time (12) - mkmf (72)
-
net
/ ftp (20) -
net
/ http (12) -
net
/ imap (36) - openssl (168)
- pathname (9)
- psych (12)
- rake (36)
- resolv (84)
-
rubygems
/ requirement (24) -
rubygems
/ specification (24) -
rubygems
/ version (24) - tempfile (60)
-
webrick
/ httpstatus (24) -
webrick
/ utils (12) -
win32
/ registry (336) - win32ole (12)
クラス
- BigDecimal (12)
- Binding (12)
- Class (12)
- Complex (12)
- Date (12)
- DateTime (12)
- ERB (12)
- Exception (12)
-
Gem
:: Requirement (24) -
Gem
:: Specification (24) -
Gem
:: Version (24) -
JSON
:: Parser (12) -
Net
:: FTP :: MLSxEntry (20) -
Net
:: IMAP (36) -
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: OCSP :: Response (36) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: X509 :: ExtensionFactory (84) - OpenStruct (12)
- Pathname (9)
- Proc (19)
-
Rake
:: Task (12) - Range (12)
- Rational (12)
- Regexp (12)
-
Resolv
:: DNS :: Name (36) -
Resolv
:: IPv4 (24) -
Resolv
:: IPv6 (24) - Struct (12)
- Symbol (12)
- Tempfile (60)
- Time (12)
- WIN32OLE (12)
-
Win32
:: Registry (60)
モジュール
-
CGI
:: QueryExtension (12) -
Fiddle
:: Importer (24) - FileUtils (12)
- JSON (72)
-
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (111)
-
Rake
:: TaskManager (12) -
WEBrick
:: HTTPStatus (12) -
WEBrick
:: Utils (12) -
Win32
:: Registry :: API (24) -
Win32
:: Registry :: Constants (252)
キーワード
-
$ defs (12) - CreateKey (12)
- Created (12)
- ExtensionFactory (12)
- HTTPCreated (12)
-
KEY
_ ALL _ ACCESS (12) -
KEY
_ CREATE _ LINK (12) -
KEY
_ CREATE _ SUB _ KEY (12) -
KEY
_ ENUMERATE _ SUB _ KEYS (12) -
KEY
_ EXECUTE (12) -
KEY
_ NOTIFY (12) -
KEY
_ QUERY _ VALUE (12) -
KEY
_ READ (12) -
KEY
_ SET _ VALUE (12) -
KEY
_ WRITE (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) - Nodes (12)
-
RC
_ CREATED (12) -
REG
_ CREATED _ NEW _ KEY (12) -
REG
_ LEGAL _ OPTION (12) -
REG
_ OPENED _ EXISTING _ KEY (12) -
REG
_ OPTION _ BACKUP _ RESTORE (12) -
REG
_ OPTION _ CREATE _ LINK (12) -
REG
_ OPTION _ NON _ VOLATILE (12) -
REG
_ OPTION _ OPEN _ LINK (12) -
REG
_ OPTION _ RESERVED (12) -
REG
_ OPTION _ VOLATILE (12) - RegCreateKeyExA (12)
- Request (12)
-
STANDARD
_ RIGHTS _ READ (12) -
STANDARD
_ RIGHTS _ WRITE (12) -
create
_ body (12) -
create
_ ext (12) -
create
_ ext _ from _ array (12) -
create
_ ext _ from _ hash (12) -
create
_ ext _ from _ string (12) -
create
_ extension (24) -
create
_ guid (12) -
create
_ header (12) -
create
_ id (12) -
create
_ id= (12) -
create
_ listeners (12) -
create
_ makefile (12) -
create
_ rule (24) -
create
_ tmpsrc (12) -
create
_ value (12) - created? (12)
- empty? (9)
- eql? (12)
- facts (10)
-
file
_ create (12) -
install
_ files (12) -
install
_ rb (12) -
json
_ creatable? (12) -
json
_ create (156) - keyname (12)
- lambda (13)
- list (12)
- load (12)
-
local
_ variable _ set (12) - mkdir (12)
- mkmf (12)
-
net
/ imap (12) - new (151)
- open (24)
- parse (12)
- parse! (12)
- proc (14)
-
rb
_ thread _ create (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version= (12) - restore (12)
-
ruby 1
. 8 . 4 feature (12) -
subdomain
_ of? (12) - value (12)
- xlist (12)
- xmlrpc (3)
検索結果
先頭5件
- OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension - OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension - Kernel
# create _ header(header = "extconf . h") -> String - JSON
:: Generator :: GeneratorMethods :: String :: Extend . json _ create(hash) -> String - Kernel
# create _ makefile(target , srcprefix = nil) -> true
-
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension (6126.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...ory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory#create_ext... -
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension (6126.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...ory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory#create_ext... -
Kernel
# create _ header(header = "extconf . h") -> String (6113.0) -
Kernel#have_func, Kernel#have_header などの検査結果を元に、 ヘッダファイルを生成します。
...ッダファイルの名前を返します。
例
# extconf.rb
require 'mkmf'
have_func('realpath')
have_header('sys/utime.h')
create_header
create_makefile('foo')
上の extconf.rb は以下の extconf.h を生成します。
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_RE... -
JSON
:: Generator :: GeneratorMethods :: String :: Extend . json _ create(hash) -> String (6107.0) -
JSON のオブジェクトから Ruby の文字列を生成して返します。
...のオブジェクトから Ruby の文字列を生成して返します。
@param hash キーとして "raw" という文字列を持ち、その値として数値の配列を持つハッシュを指定します。
require 'json'
String.json_create({"raw" => [0x41, 0x42, 0x43]}) # => "ABC"... -
Kernel
# create _ makefile(target , srcprefix = nil) -> true (6107.0) -
@todo
...ようなディレクトリ構成の場合:
ext/
extconf.rb
test/
foo.c
このようにします。
require 'mkmf'
create_makefile('test/foo', 'test')
このようにして作った Makefile で 'make install' すると拡張ライブラリは、
以下のパスに... -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext _ from _ array(ary) -> OpenSSL :: X509 :: Extension (6107.0) -
[oid, value, critical] もしくは [oid, value] という配列から OpenSSL::X509::Extension オブジェクトを生成します。
...[oid, value, critical] もしくは [oid, value] という配列から
OpenSSL::X509::Extension オブジェクトを生成します。
@param ary 生成する拡張領域のデータの配列
@see OpenSSL::X509::ExtensionFactory#create_ext... -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext _ from _ hash(hash) -> OpenSSL :: X509 :: Extension (6107.0) -
ハッシュから OpenSSL::X509::Extension オブジェクトを生成します。
...value" => value文字列, "critical" => 真偽値 }
という内容が必要です。"critical" を省略した場合は false が
渡されるのと同じになります。
@param hash 生成する拡張領域のデータのハッシュテーブル
@see OpenSSL::X509::ExtensionFactory#create_ext... -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext _ from _ string(str) -> OpenSSL :: X509 :: Extension (6107.0) -
文字列から OpenSSL::X509::Extension オブジェクトを生成します。
...から OpenSSL::X509::Extension オブジェクトを生成します。
文字列は "oid = value" もしくは "oid = critical, value" という
形式である必要があります。
@param str 生成する拡張領域のデータの文字列
@see OpenSSL::X509::ExtensionFactory#create_ext... -
Rake
:: TaskManager # create _ rule(*args) { . . . } (6107.0) -
与えられたパラメータに従ってルールを作成します。
...に与えるパラメータを指定します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
rule = Rake.application.create_rule '.txt' => '.md' do |t|
"#{t}"
end
p rule # => 0x0000558dd2e32d20 /path/to/Rakefile:5>
end
//}... -
WIN32OLE
. create _ guid -> String (6107.0) -
GUID(グローバル一意識別子:Global Unique Identifier)を生成します。
...FFはGUIDの先頭からのバイト位置を示します。これはレジストリのキーとして
利用される形式です。
{33221100-5544-7766-8899-AABBCCDDEEFF}
@return GUIDの文字列表現を返します。
WIN32OLE.create_guid # => "{????????-????-????-????-????????????}"...