るりまサーチ

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

別のキーワード

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

ライブラリ

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

rss (180.0)

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

...SS::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 Articl...
...SS::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/"

item = maker.items.new_item
item.link = "http://example.com/article.htm...
...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スタイル...