るりまサーチ

最速Rubyリファレンスマニュアル検索!
88件ヒット [1-88件を表示] (0.028秒)
トップページ > クエリ:textinput[x] > クエリ:description[x]

別のキーワード

  1. rss textinput
  2. rss textinput=
  3. textinput description=
  4. textinput title=

ライブラリ

キーワード

検索結果

RSS::Maker::TextinputBase#description (21102.0)

@todo

@todo

RSS::RDF::Textinput#description (21102.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description (21102.0)

@todo

@todo

RSS::Maker::TextinputBase#description=() (9102.0)

@todo

@todo

RSS::RDF::Textinput#description= (9102.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::TextInput#description= (9102.0)

@todo

@todo

RSS::Maker::TextinputBase (6022.0)

RSS 1.0の場合はtitle,description,name, link,maker.channelを適切に設定する必要がありま す.

...RSS 1.0の場合はtitle,description,name,
link,maker.channelを適切に設定する必要がありま
す.

RSS 0.91/2.0の場合はtitle,description
name,linkを設定する必要があります....

rss (228.0)

RSS を扱うためのライブラリです。

...れません。これ
は要素が子要素または属性を持つ場合も同様です。

rss = RSS::Parser.parse(rss_source)
rss.channel.description # => /rdf:RDF/channel/text(); String

属性にアクセスする時も同様です。channel要素のrdf:about属性に
アクセスするに...
...RSS::Maker.make("1.0") do |maker|
maker.channel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
end

もし,

* http://example.com/article.htmlにある
* Sample Artic...
...Site"
maker.image.url = "http://example.com/logo.png"

maker.textinput.title = "Search Example Site"
maker.textinput.description = "Search Example Site's all text"
maker.textinput.name = "keyword"
maker.textinput.link = "http://example.com/search.cgi"
end

===== XMLスタイル...