るりまサーチ

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

別のキーワード

  1. util u
  2. matrix u
  3. erb u
  4. _builtin koi8_u
  5. encoding koi8_u

検索結果

<< 1 2 > >>

Resolv::DNS::Resource::DomainName#name -> Resolv::DNS::Name (30302.0)

ドメイン名を返します。

ドメイン名を返します。

URI::LDAP#dn -> String (24217.0)

自身の Distinguished Name を文字列で返します。

...自身の Distinguished Name を文字列で返します。...

REXML::UndefinedNamespaceException (24000.0)

XMLのパース中に、定義されていない名前空間が現れた場合に発生する 例外です。

XMLのパース中に、定義されていない名前空間が現れた場合に発生する
例外です。

OpenSSL::PKCS7::SignerInfo#name -> OpenSSL::X509::Name (21219.0)

署名者の証明書の発行者の名前(DN)を返します。

...署名者の証明書の発行者の名前(DN)を返します。

これと OpenSSL::PKCS7::SignerInfo#serial で
署名者を一意に識別します。...

Resolv::DNS::Name#subdomain_of?(other) -> bool (18242.0)

other が self のサブドメインであるかどうかを返します。

.../emlist[][ruby]{
require "resolv"
domain = Resolv::DNS::Name.create("y.z")
p Resolv::DNS::Name.create("w.x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("y.z").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.cre...
...ate("z").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("x.y.z.").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("w.z").subdomain_of?(domain) #=> false
//}...

絞り込み条件を変える

Resolv::DNS::Resource::DomainName (18000.0)

DNSリソースのドメイン名を表す抽象クラスです。

...DNSリソースのドメイン名を表す抽象クラスです。...

Resolv::DNS::Resource::IN::CNAME (15000.0)

DNS リソースのクラス IN、タイプ CNAME に対応する クラスです。

...DNS リソースのクラス IN、タイプ CNAME に対応する
クラスです。...

Kernel#check_signedness(type, headers = nil, opts = nil) -> "signed" | "unsigned" | nil (12532.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.

...Returns the signedness of the given +type+. You may optionally
specify additional +headers+ to search in for the +type+.

I
f 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
u
ppercase, prepended with 'SIGNEDNESS_...
...e +type+
name
, followed by '=X' where 'X' is positive integer if the +type+ is
u
nsigned, 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 pa...
...ssed 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 (12532.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.

...Returns the signedness of the given +type+. You may optionally
specify additional +headers+ to search in for the +type+.

I
f 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
u
ppercase, prepended with 'SIGNEDNESS_...
...e +type+
name
, followed by '=X' where 'X' is positive integer if the +type+ is
u
nsigned, 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 pa...
...ssed to the
compiler, and SIGNEDNESS_OF_INT=-1 if check_signedness('int') is
done....

Gem::Security.build_cert(name, key, options = {}) -> OpenSSL::X509::Certificate (12329.0)

与えられた DN と秘密鍵を使用して証明書を作成します。

...与えられた DN と秘密鍵を使用して証明書を作成します。

@param name DN を指定します。

@param key 秘密鍵を指定します。

@param options オプションを指定します。...

絞り込み条件を変える

<< 1 2 > >>