るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.017秒)

別のキーワード

  1. rss textinput
  2. rss textinput=
  3. textinput link
  4. textinput link=
  5. textinput name

ライブラリ

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::TextInput#link= (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 (288.0)

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

...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 Articleというタイトルの

エントリを...
.../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.html"
item.title = "Sample Article"
end

===== 更新時刻を追加

...
...m.link = "http://example.com/article2.html"
item.title = "Sample Article2"
item.date = Time.parse("2004/11/2 10:10")
end

maker.image.title = "Example Site"
maker.image.url = "http://example.com/logo.png"

maker.textinput.title = "Search Example Site"
maker.textinput....