229件ヒット
[1-100件を表示]
(0.018秒)
別のキーワード
種類
- ライブラリ (120)
- インスタンスメソッド (72)
- 文書 (13)
- クラス (12)
- 特異メソッド (12)
ライブラリ
- rss (60)
-
rubygems
/ source _ info _ cache (36)
クラス
キーワード
-
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) - Source (12)
- rdoc (12)
-
reset
_ cache _ for (12) - rss (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / specification _ command (12) -
search
_ with _ source (24) - url= (24)
検索結果
先頭5件
-
RSS
:: Maker :: RSS20 :: Items :: Item :: Source # url (21102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Source # url (21102.0) -
@todo
@todo -
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (9129.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (9123.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返......します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source # url=() (9102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Source # url= (9102.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (6006.0) -
RSS 2.0を生成するときだけ利用されます.
...RSS 2.0を生成するときだけ利用されます.
url,contentを設定する必要があります.... -
Gem
:: SourceInfoCache # reset _ cache _ for(url , cache _ data) -> Hash (3129.0) -
指定された URL に対応するキャッシュデータを更新します。
...指定された URL に対応するキャッシュデータを更新します。
@param url 取得元 URL を指定します。
@param cache_data キャッシュデータを指定します。 ... -
rss (198.0)
-
RSS を扱うためのライブラリです。
...RSS を扱うためのライブラリです。
=== 参考
* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt
=== 注意
RSS ParserはRSS 0.9x/1.0/2.0, A......ールはそれぞれ、
* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* Content モジュール http://web.resource.org/rss/1.0/modules/content/
* Trackback モジュール http://mad......skills.com/public/xml/rss/module/trackback/
* Image モジュール http://web.resource.org/rss/1.0/modules/image/
をサポートしています。
ただし,Content モジュールは content:encoded しかサポートしていません.
=== パース
RSS をパースしたい場合は RSS:...