ライブラリ
- ビルトイン (108)
- date (12)
- erb (48)
-
irb
/ context (12) - mkmf (24)
-
net
/ http (12) - openssl (96)
- resolv (1092)
- rexml (12)
-
rubygems
/ security (12) -
shell
/ error (6) - socket (72)
- uri (60)
-
webrick
/ httpstatus (12)
クラス
- Date (12)
- ERB (36)
- IO (96)
-
IRB
:: Context (12) -
OpenSSL
:: PKCS7 :: RecipientInfo (12) -
OpenSSL
:: PKCS7 :: SignerInfo (24) -
OpenSSL
:: SSL :: SSLContext (12) -
OpenSSL
:: X509 :: Name (12) - Resolv (12)
-
Resolv
:: DNS (192) -
Resolv
:: DNS :: Name (60) -
Resolv
:: DNS :: Resource :: DomainName (12) -
Resolv
:: DNS :: Resource :: HINFO (36) -
Resolv
:: DNS :: Resource :: IN :: A (24) -
Resolv
:: DNS :: Resource :: IN :: AAAA (24) -
Resolv
:: DNS :: Resource :: IN :: SRV (60) -
Resolv
:: DNS :: Resource :: IN :: WKS (48) -
Resolv
:: DNS :: Resource :: MINFO (36) -
Resolv
:: DNS :: Resource :: MX (36) -
Resolv
:: DNS :: Resource :: SOA (96) -
Resolv
:: DNS :: Resource :: TXT (36) -
Resolv
:: IPv4 (12) -
Resolv
:: IPv6 (12) - Socket (36)
- Time (12)
-
URI
:: LDAP (48)
モジュール
-
ERB
:: DefMethod (12) -
Gem
:: Security (12) - Kernel (24)
-
OpenSSL
:: SSL (12) -
Socket
:: Constants (36)
キーワード
- A (12)
- AAAA (12)
-
AF
_ ISDN (24) - ANY (24)
- CNAME (24)
- CommandNotFound (6)
- DNS (12)
- DecodeError (12)
- DomainName (12)
- EncodeError (12)
- Generic (12)
- HINFO (24)
- HTTPMethodNotAllowed (12)
-
IDNAME
_ IVARS (12) - IN (12)
- LDAP (12)
- MINFO (24)
- MX (24)
- MethodNotAllowed (12)
-
NI
_ NOFQDN (24) - NS (24)
- Name (24)
-
OP
_ NETSCAPE _ CA _ DN _ BUG (12) - OtherResolvError (12)
-
PF
_ ISDN (24) - PTR (24)
- Port (12)
- Query (12)
- Request (12)
- RequestError (12)
- Resource (12)
- SOA (24)
- SRV (12)
- TXT (24)
- UDPSize (12)
- UndefinedNamespaceException (12)
- WKS (12)
- absolute? (12)
- address (36)
- bitmap (12)
- build (24)
-
build
_ cert (12) -
check
_ signedness (24) - close (12)
- cpu (12)
- create (12)
- data (12)
-
def
_ class (12) -
def
_ erb _ method (12) -
def
_ method (12) -
def
_ module (12) - dn= (12)
-
each
_ address (12) -
each
_ name (12) -
each
_ resource (12) - emailbx (12)
- exchange (12)
- expire (12)
- getaddress (12)
- getaddresses (12)
- getname (12)
- getnames (12)
- getresource (12)
- getresources (12)
- issuer (24)
- minimum (12)
- mname (12)
- name (24)
- new (144)
- open (24)
- os (12)
- popen (96)
- port (12)
- preference (12)
- priority (12)
- protocol (12)
-
rb
_ mod _ alias _ method (12) - refresh (12)
- retry (12)
- rmailbx (12)
- rname (12)
-
ruby 1
. 8 . 2 feature (12) - serial (12)
- strings (12)
-
subdomain
_ of? (12) - target (12)
- timeouts= (12)
-
to
_ name (24) -
to
_ s (24) - wednesday? (24)
- weight (12)
検索結果
先頭5件
-
URI
:: LDAP # dn -> String (18101.0) -
自身の Distinguished Name を文字列で返します。
...自身の Distinguished Name を文字列で返します。... -
OpenSSL
:: SSL :: OP _ NETSCAPE _ CA _ DN _ BUG -> Integer (6117.0) -
Netscape の CA の DN のエンコーディングバグを 回避するコードを有効にします。
...Netscape の CA の DN のエンコーディングバグを
回避するコードを有効にします。
OpenSSL::SSL::SSLContext#options= で利用します。... -
URI
:: LDAP # dn=(s) (6101.0) -
自身の Distinguished Name を文字列で設定します。
...自身の Distinguished Name を文字列で設定します。
@param s 自身の Distinguished Name を文字列で指定します。... -
Date
# wednesday? -> bool (6100.0) -
水曜日なら真を返します。
水曜日なら真を返します。 -
IRB
:: Context :: IDNAME _ IVARS -> [String] (6100.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
Kernel
# check _ signedness(type , headers = nil , opts = nil) -> "signed" | "unsigned" | nil (6100.0) -
Returns the signedness of the given +type+. You may optionally specify additional +headers+ to search in for the +type+. If the +type+ is found and is a numeric type, a macro is passed as a preprocessor constant to the compiler using the +type+ name, in uppercase, prepended with 'SIGNEDNESS_OF_', followed by the +type+ name, followed by '=X' where 'X' is positive integer if the +type+ is unsigned, or negative integer if the +type+ is signed. For example, if size_t is defined as unsigned, then check_signedness('size_t') would returned +1 and the SIGNEDNESS_OF_SIZE_T=+1 preprocessor macro would be passed to the compiler, and SIGNEDNESS_OF_INT=-1 if check_signedness('int') is done.
...s the signedness of the given +type+. You may optionally
specify additional +headers+ to search in for the +type+.
If the +type+ is found and is a numeric type, a macro is passed as a
preprocessor constant to the compiler using the +type+ name, in
uppercase, prepended with 'SIGNEDNESS_OF_', f......ned, or negative integer if the +type+ is signed.
For example, if size_t is defined as unsigned, then
check_signedness('size_t') would returned +1 and the
SIGNEDNESS_OF_SIZE_T=+1 preprocessor macro would be passed to the
compiler, and SIGNEDNESS_OF_INT=-1 if check_signedness('int') is
done.... -
Kernel
# check _ signedness(type , headers = nil , opts = nil) { . . . } -> "signed" | "unsigned" | nil (6100.0) -
Returns the signedness of the given +type+. You may optionally specify additional +headers+ to search in for the +type+. If the +type+ is found and is a numeric type, a macro is passed as a preprocessor constant to the compiler using the +type+ name, in uppercase, prepended with 'SIGNEDNESS_OF_', followed by the +type+ name, followed by '=X' where 'X' is positive integer if the +type+ is unsigned, or negative integer if the +type+ is signed. For example, if size_t is defined as unsigned, then check_signedness('size_t') would returned +1 and the SIGNEDNESS_OF_SIZE_T=+1 preprocessor macro would be passed to the compiler, and SIGNEDNESS_OF_INT=-1 if check_signedness('int') is done.
...s the signedness of the given +type+. You may optionally
specify additional +headers+ to search in for the +type+.
If the +type+ is found and is a numeric type, a macro is passed as a
preprocessor constant to the compiler using the +type+ name, in
uppercase, prepended with 'SIGNEDNESS_OF_', f......ned, or negative integer if the +type+ is signed.
For example, if size_t is defined as unsigned, then
check_signedness('size_t') would returned +1 and the
SIGNEDNESS_OF_SIZE_T=+1 preprocessor macro would be passed to the
compiler, and SIGNEDNESS_OF_INT=-1 if check_signedness('int') is
done.... -
Socket
:: AF _ ISDN -> Integer (6100.0) -
@todo Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。
@todo
Integrated Services Digital Network。
Socket.open の第一引数 domain に使用します。 -
Socket
:: Constants :: AF _ ISDN -> Integer (6100.0) -
@todo Integrated Services Digital Network。 Socket.open の第一引数 domain に使用します。
@todo
Integrated Services Digital Network。
Socket.open の第一引数 domain に使用します。