132件ヒット
[1-100件を表示]
(0.078秒)
別のキーワード
ライブラリ
-
cgi
/ core (12) -
rdoc
/ context (36) -
rexml
/ document (12) - rss (72)
クラス
- CGI (12)
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (24) -
REXML
:: DocType (12) -
RSS
:: Maker :: TextinputBase (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel :: TextInput (24)
キーワード
-
external
_ id (12) - header (12)
-
set
_ comment (12) -
set
_ current _ section (12) - title= (36)
検索結果
先頭5件
-
RSS
:: Maker :: TextinputBase # title (21103.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # title (21103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # title (21103.0) -
@todo
@todo -
RDoc
:: Context :: Section # title -> String | nil (21102.0) -
section のタイトルを返します。
section のタイトルを返します。 -
RSS
:: Maker :: TextinputBase # title=() (9103.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # title= (9103.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # title= (9103.0) -
@todo
@todo -
REXML
:: DocType # external _ id -> String | nil (6113.0) -
DTD が外部サブセットを用いている場合は "SYSTEM", "PUBLIC" の いずれかの文字列を返します。
...me # => "html"
doctype.external_id # => "PUBLIC"
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT books (book+)>
<!ELEMENT book (title,author)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (#PCDATA)>
]>
EOS
doctype.name # => "books"
doctype.external_id # => nil
//}... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (3102.0) -
Handle sections
Handle sections