るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

検索結果

<< 1 2 3 ... > >>

REXML::Attributes (24012.0)

属性の集合を表すクラスです。

...属性の集合を表すクラスです。

R
EXML::Element#attributes はこのクラスのオブジェクトを返します。
各属性には REXML::Attributes#[] でアクセスします。...

Gem::Specification.required_attributes -> Array (18301.0)

必須属性のリストを返します。

必須属性のリストを返します。

URI::LDAP#attributes -> String (15301.0)

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

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

URI::LDAP#attributes=(s) (15201.0)

自身の Attribute を文字列で設定します。

...自身の Attribute を文字列で設定します。

@param s 自身の Attribute を文字列で設定します。...

WEBrick::HTTPRequest#attributes -> Hash (15201.0)

@todo ???

@todo ???

絞り込み条件を変える

REXML::Element#attributes -> REXML::Attributes (12402.0)

要素が保持している属性の集合を返します。

要素が保持している属性の集合を返します。

REXML::DocType#attributes_of(element) -> [REXML::Attribute] (12319.0)

DTD 内の属性リスト宣言で、 element という名前の要素に対し宣言されている 属性の名前とデフォルト値を REXML::Attribute の配列で返します。

...デフォルト値を REXML::Attribute の配列で返します。

名前とデフォルト値のペアは、各 Attribute オブジェクトの
R
EXML::Attribute#name と
R
EXML::Attribute#value で表現されます。

//emlist[][ruby]{
r
equire 'rexml/document'

doctype = REXML::Document.new(<<EOS...
...k
author CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
]>
EOS

p doctype.attributes_of("book")
# => [author='', title='', publisher='foobar publisher']
p doctype.attributes_of("book")[0].name # => "author"
p doctype.attributes_of("book")[0].v...

Gem::Specification.array_attributes -> Array (12317.0)

@@array_attributes の複製を返します。

...@@array_attributes の複製を返します。

@see Object#dup...

OpenSSL::X509::Request#attributes -> [OpenSSL::X509::Attribute] (12301.0)

CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。

...CSR が保持している attribute を OpenSSL::X509::Attribute
の配列で返します。

attribute とは X.509 証明書署名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" とい...
...う oid の attribute を追加
します。

@see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute...
<< 1 2 3 ... > >>