980件ヒット
[1-100件を表示]
(0.120秒)
ライブラリ
- ビルトイン (96)
-
cgi
/ core (12) - dbm (12)
- fcntl (24)
-
fiddle
/ import (24) - gdbm (12)
- json (48)
-
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) - logger (12)
- mkmf (36)
-
net
/ ftp (20) -
net
/ http (12) -
net
/ imap (12) - openssl (96)
- rake (72)
- resolv (36)
- rss (36)
-
rubygems
/ requirement (12) -
rubygems
/ version (12) - tempfile (24)
-
webrick
/ httpstatus (24) -
webrick
/ utils (12) -
win32
/ registry (132) - win32ole (12)
クラス
- BigDecimal (12)
- Class (12)
- Complex (12)
- DBM (12)
- Date (12)
- DateTime (12)
- Exception (12)
- File (12)
- GDBM (12)
-
Gem
:: Requirement (12) -
Gem
:: Version (12) - Logger (12)
-
Net
:: FTP :: MLSxEntry (20) -
Net
:: IMAP (12) -
OpenSSL
:: OCSP :: Response (12) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: X509 :: ExtensionFactory (72) - OpenStruct (12)
-
Rake
:: FileCreationTask (24) -
Rake
:: Task (12) - Range (12)
- Rational (12)
- Regexp (12)
-
Resolv
:: DNS :: Name (12) -
Resolv
:: IPv4 (12) -
Resolv
:: IPv6 (12) - Struct (12)
- Symbol (12)
- Tempfile (24)
- Time (12)
- WIN32OLE (12)
-
Win32
:: Registry (48)
モジュール
-
CGI
:: QueryExtension (12) - DublinCoreModel (36)
- Fcntl (24)
-
Fiddle
:: Importer (24) -
File
:: Constants (24) - JSON (24)
-
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (108)
-
Rake
:: TaskManager (12) -
WEBrick
:: HTTPStatus (12) -
WEBrick
:: Utils (12) -
Win32
:: Registry :: API (24) -
Win32
:: Registry :: Constants (60)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - CreateKey (12)
- Created (12)
- EXCL (12)
- FileCreationTask (12)
- HTTPCreated (12)
-
KEY
_ CREATE _ LINK (12) -
KEY
_ CREATE _ SUB _ KEY (12) -
O
_ CREAT (12) -
O
_ EXCL (12) -
RC
_ CREATED (12) -
REG
_ CREATED _ NEW _ KEY (12) -
REG
_ OPENED _ EXISTING _ KEY (12) -
REG
_ OPTION _ CREATE _ LINK (12) - RegCreateKeyExA (12)
- WRCREAT (24)
- creatable? (10)
- create (166)
-
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)
-
dc
_ creator (12) -
dc
_ creator= (12) -
dc
_ creators (12) - fcntl (12)
-
file
_ create (12) - flock (12)
-
json
_ creatable? (12) -
json
_ create (156) - logger (12)
- needed? (12)
- new (12)
- open (12)
-
rb
_ thread _ create (12) - spawn (48)
- value (12)
検索結果
先頭5件
- File
:: Constants :: CREAT -> Integer - OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension - OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension - CGI
:: QueryExtension # create _ body(is _ large) -> StringIO | Tempfile - Date
. json _ create(hash) -> Date
-
File
:: Constants :: CREAT -> Integer (24201.0) -
ファイルがなければ作成するよう指定します。 File.openで使用します。
ファイルがなければ作成するよう指定します。
File.openで使用します。 -
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension (21400.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...::X509::Extension のインスタンスを生成して返します。
引数の個数が1個である場合、それが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash......、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory#create_ext が呼びだされて
オブジェクトを生成します。
@param obj 拡張......領域のデータ。配列、ハッシュ、文字列のいずれか
@param oid 拡張領域の識別子を表す文字列
@param value 拡張領域の値を表す文字列
@param critical 重要度(真偽値)... -
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension (21400.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...::X509::Extension のインスタンスを生成して返します。
引数の個数が1個である場合、それが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash......、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory#create_ext が呼びだされて
オブジェクトを生成します。
@param obj 拡張......領域のデータ。配列、ハッシュ、文字列のいずれか
@param oid 拡張領域の識別子を表す文字列
@param value 拡張領域の値を表す文字列
@param critical 重要度(真偽値)... -
CGI
:: QueryExtension # create _ body(is _ large) -> StringIO | Tempfile (15300.0) -
-
Date
. json _ create(hash) -> Date (15300.0) -
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
@param hash 適切なキーを持つハッシュを指定します。 -
DateTime
. json _ create(hash) -> DateTime (15300.0) -
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
JSON のオブジェクトから Ruby のオブジェクトを生成して返します。
@param hash 適切なキーを持つハッシュを指定します。 -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext(oid , value , critical = false) -> OpenSSL :: X509 :: Extension (15300.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...OpenSSL::X509::Extension のインスタンスを生成して返します。
@param oid 拡張領域の識別子を表す文字列
@param value 拡張領域の値を表す文字列
@param critical 重要度(真偽値)... -
OpenSSL
:: X509 :: ExtensionFactory # create _ ext _ from _ array(ary) -> OpenSSL :: X509 :: Extension (15300.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 (15300.0) -
ハッシュから OpenSSL::X509::Extension オブジェクトを生成します。
...ハッシュから OpenSSL::X509::Extension オブジェクトを生成します。
渡すハッシュテーブルは
{"oid" => OID文字列, "value" => value文字列, "critical" => 真偽値 }
という内容が必要です。"critical" を省略した場合は false が
渡されるのと同......じになります。
@param hash 生成する拡張領域のデータのハッシュテーブル
@see OpenSSL::X509::ExtensionFactory#create_ext...