528件ヒット
[501-528件を表示]
(0.073秒)
ライブラリ
-
cgi
/ core (12) -
rake
/ rdoctask (36) -
rdoc
/ context (36) -
rexml
/ document (48) - rss (372)
クラス
- CGI (12)
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (24) -
RDoc
:: Options (24) -
REXML
:: DocType (48) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Maker :: TextinputBase (24) -
RSS
:: Maker :: XMLStyleSheets :: XMLStyleSheet (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Image (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Image (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: TextInput (24) -
RSS
:: XMLStyleSheet (24) -
Rake
:: RDocTask (36)
モジュール
- DublinCoreModel (36)
キーワード
-
attribute
_ of (12) -
attributes
_ of (12) -
dc
_ title (12) -
dc
_ title= (12) -
dc
_ titles (12) -
external
_ id (12) - header (12)
-
set
_ comment (12) -
set
_ current _ section (12) - title= (192)
- write (12)
検索結果
先頭3件
-
RDoc
:: Context :: Section # set _ comment(comment) -> () (7.0) -
自身にコメントを設定します。
...初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# ---------------------... -
REXML
:: DocType # write(output , indent = 0 , transitive = false , ie _ hack = false) -> () (7.0) -
output に DTD を出力します。
...nt.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
<!ENTITY p "foobar publisher">
<!ENTITY % q "quzz">
]>
EOS
doctype.write(STDOU... -
Rake
:: RDocTask # options -> Array (7.0) -
rdoc コマンドに渡すオプションのリストを返します。
...rdoc コマンドに渡すオプションのリストを返します。
指定できるオプションは -o, --main, --title, -T 以外です。...