708件ヒット
[1-100件を表示]
(0.020秒)
別のキーワード
種類
- インスタンスメソッド (612)
- 特異メソッド (72)
- クラス (24)
ライブラリ
-
cgi
/ html (252) - openssl (36)
-
rdoc
/ context (12) -
rexml
/ document (288) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12) -
rubygems
/ specification (60) - uri (24)
-
webrick
/ httprequest (12)
クラス
-
Gem
:: Specification (60) -
OpenSSL
:: X509 :: Request (24) -
RDoc
:: Context (12) -
REXML
:: Attribute (36) -
REXML
:: Attributes (192) -
REXML
:: DocType (12) -
REXML
:: Element (36) -
URI
:: LDAP (24) -
WEBrick
:: HTTPRequest (12)
モジュール
-
CGI
:: HtmlExtension (252) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- << (12)
- Attribute (12)
- Attributes (12)
- [] (12)
- []= (12)
- add (12)
-
add
_ attributes (12) -
array
_ attributes (12) - attlistdecl (12)
-
attribute
_ defaults (12) - attributes= (24)
-
attributes
_ of (12) - checkbox (12)
-
checkbox
_ group (12) - delete (12)
-
delete
_ all (12) - each (12)
-
each
_ attribute (12) -
file
_ field (12) - form (24)
-
get
_ attribute (12) -
get
_ attribute _ ns (12) -
has
_ attributes? (12) - hidden (12)
- html (24)
- img (12)
- length (12)
-
multipart
_ form (24) - namespace (12)
- namespaces (12)
- new (12)
-
password
_ field (12) - prefix (12)
- prefixes (12)
-
radio
_ group (12) -
required
_ attributes (12) - reset (12)
-
scrolling
_ list (12) - size (12)
-
start
_ element (12) - submit (12)
-
text
_ field (12) - textarea (12)
-
to
_ a (12) -
to
_ string (12)
検索結果
先頭5件
-
REXML
:: Element # attributes -> REXML :: Attributes (24402.0) -
要素が保持している属性の集合を返します。
要素が保持している属性の集合を返します。 -
OpenSSL
:: X509 :: Request # attributes -> [OpenSSL :: X509 :: Attribute] (24358.0) -
CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。
...る attribute を OpenSSL::X509::Attribute
の配列で返します。
attribute とは X.509 証明書署名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" という oid の attribute......を追加
します。
@see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute... -
URI
:: LDAP # attributes -> String (24217.0) -
自身の Attribute を文字列で返します。
...自身の Attribute を文字列で返します。... -
Gem
:: Specification . attributes(*args) -> () (24201.0) -
複数の属性を一度に作成するために使用します。
複数の属性を一度に作成するために使用します。
各属性のデフォルト値は nil になります。
@param args 属性名を一つ以上指定します。 -
RDoc
:: Context # attributes -> [RDoc :: Attr] (24201.0) -
追加された RDoc::Attr の配列を返します。
追加された RDoc::Attr の配列を返します。 -
WEBrick
:: HTTPRequest # attributes -> Hash (24201.0) -
@todo ???
@todo ??? -
Gem
:: Specification . attribute(name) -> () (18107.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読... -
REXML
:: DocType # attributes _ of(element) -> [REXML :: Attribute] (12354.0) -
DTD 内の属性リスト宣言で、 element という名前の要素に対し宣言されている 属性の名前とデフォルト値を REXML::Attribute の配列で返します。
...宣言されている
属性の名前とデフォルト値を REXML::Attribute の配列で返します。
名前とデフォルト値のペアは、各 Attribute オブジェクトの
REXML::Attribute#name と
REXML::Attribute#value で表現されます。
//emlist[][ruby]{
require 'rexml/docume......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].value # => ""
//}... -
OpenSSL
:: X509 :: Request # attributes=(attrs) (12257.0) -
CSR の attribute をクリアして新しい attribute を設定します。
...CSR の attribute をクリアして新しい attribute を設定します。
@param attrs 新たに設定する attribute(OpenSSL::X509::Attribute の
インスタンス)の配列
@see OpenSSL::X509::Request#attribute
OpenSSL::X509::Request#add_attribute...