84件ヒット
[1-84件を表示]
(0.041秒)
種類
- インスタンスメソッド (72)
- ライブラリ (12)
ライブラリ
-
rexml
/ document (24) - rss (48)
クラス
-
REXML
:: DocType (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24)
キーワード
-
attribute
_ of (12) - rubygems (12)
- write (12)
検索結果
先頭5件
-
RSS
:: Maker :: ItemsBase :: ItemBase # author (18118.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item # author (18118.0) -
@todo
...@todo... -
RSS
:: Maker :: ItemsBase :: ItemBase # author=() (6118.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel :: Item # author= (6118.0) -
@todo
...@todo... -
rubygems (60.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...oxy サーバ経由で Gem パッケージをインストールするには以下のようにします。
$ gem install rak -p http://user:password@proxy.example.com/
==== Gem パッケージをアンインストールする
例えば rak をアンインストールするには、以下のい......version = '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end......ます。
: summary
この Gem の短い説明を指定します。
: files
この Gem に含むファイルのリストを指定します。
: authors
この Gem の作者のリストを指定します。
: email
この Gem の作者の連絡先メールアドレスを指定します。
: h... -
REXML
:: DocType # write(output , indent = 0 , transitive = false , ie _ hack = false) -> () (30.0) -
output に DTD を出力します。
...REXML::Formatter で
出力してください。
@param output 出力先の IO オブジェクト
@param indent インデントの深さ。指定しないでください。
@param transitive 無視されます。指定しないでください。
@param ie_hack 無視されます。指定しない......ocument'
doctype = REXML::Document.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 "q... -
REXML
:: DocType # attribute _ of(element , attribute) -> String | nil (18.0) -
DTD 内の属性リスト宣言で、 element という名前の要素の attribute という 名前の属性のデフォルト値を返します。
...返します。
@param element 要素名(文字列)
@param attribute 属性名(文字列)
//emlist[][ruby]{
require 'rexml/document'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRE...