るりまサーチ

最速Rubyリファレンスマニュアル検索!
960件ヒット [901-960件を表示] (0.075秒)

別のキーワード

  1. attribute new
  2. attribute value
  3. element add_attribute
  4. rexml/document attribute
  5. rexml/document add_attribute

ライブラリ

キーワード

検索結果

<< < ... 8 9 10 >>

CGI::HtmlExtension#textarea(attributes) -> String (101.0)

textarea 要素を生成します。

...textarea 要素を生成します。

@param attributes 属性をハッシュで指定します。

例:
textarea("name", 40, 5)
# = textarea({ "NAME" => "name", "COLS" => 40, "ROWS" => 5 })...

REXML::StreamListener#attlistdecl(element_name, attributes, raw_content) -> () (101.0)

DTDの属性リスト宣言をパースしたときに呼び出されるコールバックです。

...言をパースしたときに呼び出されるコールバックです。

@param element_name 要素名が文字列で渡されます
@param attributes 属性名とそのデフォルト値の対応が
{ 属性名文字列 => デフォルト値文字列(無ければnil) } という
...
...渡されます

=== 例
<!ATTLIST a att CDATA #REQUIRED xyz CDATA "foobar">
という属性リスト宣言に対しては
element_name: "a"
attribute
s: {"att"=>nil, "xyz"=>"foobar"}
raw_content: " \n<!ATTLIST a att CDATA #REQUIRED xyz CDATA \"foobar\">"
という引数が渡されます。...

JSON::State#[]=(name, value) (17.0)

Set the attribute name to value.

...Set the attribute name to value....

RDoc::Context#find_local_symbol(symbol) (17.0)

Finds a method, constant, attribute, module or files named +symbol+ in this context

...Finds a method, constant, attribute, module or files named +symbol+ in
this context...

RDoc::Context#add_to(array, thing) -> () (7.0)

array に thing を追加します。

...指定します。

RDoc::Context#add_alias などで使われています。ライブラリ内部で使
用します。

@see RDoc::Context#add_alias, RDoc::Context#add_attribute,
RDoc::Context#add_constant, RDoc::Context#add_include,
RDoc::Context#add_method, RDoc::Context#add_require...

絞り込み条件を変える

<< < ... 8 9 10 >>