るりまサーチ

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

別のキーワード

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

ライブラリ

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

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

...れます.

Hash:

{
:href => "...",
:type => "...",
:title => "...",
:media => "...",
:charset => "...",
:alternate => "...",
}

連想配列:

[
[:href, "..."],
[:type, "..."],
[:title, "..."],
[:media, "..."],
[:charset, "..."],
[:alternate,...
...します.

require "rss"

rss = 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...
...m/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.description = "Search Examp...