788件ヒット
[101-200件を表示]
(0.096秒)
ライブラリ
- ビルトイン (228)
-
cgi
/ core (12) -
cgi
/ html (108) -
cgi
/ session (12) - csv (12)
- fiddle (84)
- mkmf (12)
-
net
/ ftp (20) -
net
/ imap (48) -
net
/ pop (24) - openssl (144)
-
rexml
/ document (24) -
rubygems
/ validator (12) - stringio (12)
- win32ole (36)
クラス
- BasicObject (12)
-
CGI
:: Session (12) - CSV (12)
-
Encoding
:: InvalidByteSequenceError (36) -
Fiddle
:: Function (12) -
Fiddle
:: Pointer (72) -
Gem
:: Validator (12) - Module (72)
-
Net
:: FTP :: MLSxEntry (20) -
Net
:: IMAP :: BodyTypeBasic (12) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeText (12) -
Net
:: IMAP :: Envelope (12) -
Net
:: POPMail (24) - Object (12)
-
OpenSSL
:: ASN1 :: ObjectId (60) -
OpenSSL
:: Engine (24) -
OpenSSL
:: SSL :: SSLContext (12) -
OpenSSL
:: SSL :: Session (12) -
OpenSSL
:: X509 :: Attribute (12) -
OpenSSL
:: X509 :: Extension (12) -
OpenSSL
:: X509 :: ExtensionFactory (12) -
REXML
:: DocType (12) -
REXML
:: Entity (12) - String (72)
- StringIO (12)
- Symbol (24)
-
WIN32OLE
_ TYPE (24) -
WIN32OLE
_ TYPELIB (12)
モジュール
-
CGI
:: HtmlExtension (108) -
CGI
:: QueryExtension (12) - Kernel (12)
キーワード
- [] (24)
-
_ _ id _ _ (12) - attr (12)
-
attr
_ accessor (4) -
attr
_ reader (4) -
attr
_ writer (4) - center (12)
-
col
_ sep (12) -
content
_ id (36) -
create
_ extension (12) -
destination
_ encoding _ name (12) -
dir
_ config (12) -
error
_ bytes (12) -
external
_ id (12) - facts (10)
- guid (24)
- hidden (24)
- id2name (12)
- img (12)
- inspect (12)
- intern (12)
- itself (12)
- ljust (12)
- ln (12)
-
long
_ name (12) - name (36)
- oid (36)
- pid (12)
- progid (12)
- pubid (12)
-
public
_ instance _ method (12) -
readagain
_ bytes (12) -
remote
_ ident (12) -
remove
_ leading _ dot _ dir (12) - reset (24)
- rjust (12)
-
session
_ id (12) -
session
_ id _ context (12) -
short
_ name (12) - sn (12)
- submit (24)
-
to
_ s (48) -
to
_ str (24) -
to
_ sym (12) - uidl (12)
- unique (10)
-
unique
_ id (12) -
valid
_ encoding? (12)
検索結果
先頭5件
-
OpenSSL
:: ASN1 :: ObjectId # oid -> String (9202.0) -
オブジェクト識別子のドット区切り数値を文字列で返します。
...オブジェクト識別子のドット区切り数値を文字列で返します。
例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.oid #=> "2.5.29.17"
@raise OpenSSL::ASN1::ASN1Error オブジェクト識別子名が未知である場合に発生します... -
StringIO
# pid -> nil (9101.0) -
何もせず nil を返します。
何もせず nil を返します。 -
Symbol
# id2name -> String (6228.0) -
シンボルに対応する文字列を返します。
...シンボルに対応する文字列を返します。
逆に、文字列に対応するシンボルを得るには
String#intern を使います。
p :foo.id2name # => "foo"
p :foo.id2name.intern == :foo # => true
@see String#intern......シンボルに対応する文字列を返します。
逆に、文字列に対応するシンボルを得るには
String#intern を使います。
p :foo.id2name # => "foo"
p :foo.id2name.intern == :foo # => true
@see String#intern
@see Symbol#name... -
OpenSSL
:: SSL :: SSLContext # session _ id _ context -> String | nil (6225.0) -
セッション ID コンテキスト文字列を返します。
...セッション ID コンテキスト文字列を返します。
設定されていない場合は nil を返します。
@see OpenSSL::SSL::Session,
OpenSSL::SSL::SSLContext#session_id_context=... -
OpenSSL
:: X509 :: Attribute # oid -> String (6224.0) -
attribute の Object ID(識別子)を文字列で返します。
...attribute の Object ID(識別子)を文字列で返します。
@raise OpenSSL::X509::AttributeError Object ID の取得に失敗した場合に発生します
@see OpenSSL::X509::Attribute#oid=... -
CGI
:: Session # session _ id -> String (6219.0) -
セッション ID を返します。
...セッション ID を返します。... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (6219.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # content _ id -> String | nil (6219.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # content _ id -> String | nil (6219.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045...