816件ヒット
[801-816件を表示]
(0.037秒)
種類
- インスタンスメソッド (564)
- 定数 (108)
- 文書 (72)
- クラス (48)
- ライブラリ (24)
ライブラリ
-
cgi
/ core (24) -
net
/ http (192) -
net
/ imap (192) - open-uri (12)
-
rexml
/ sax2listener (12) -
rexml
/ streamlistener (24) - rss (96)
-
webrick
/ httprequest (24) -
webrick
/ httpresponse (36) -
webrick
/ httpstatus (108)
クラス
-
Net
:: HTTP (12) -
Net
:: HTTPGenericRequest (24) -
Net
:: IMAP :: BodyTypeBasic (48) -
Net
:: IMAP :: BodyTypeMessage (48) -
Net
:: IMAP :: BodyTypeMultipart (12) -
Net
:: IMAP :: BodyTypeText (48) -
Net
:: IMAP :: ContentDisposition (12) -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase (24) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase (24) -
RSS
:: Rss :: Channel :: Item :: Category (24) -
WEBrick
:: HTTPRequest (24) -
WEBrick
:: HTTPResponse (36)
モジュール
-
CGI
:: QueryExtension (24) -
Net
:: HTTPHeader (156) -
OpenURI
:: Meta (12) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (24) -
WEBrick
:: HTTPStatus (108)
キーワード
- BodyTypeMessage (12)
- BodyTypeText (12)
- CategoryBase (12)
- DayBase (12)
-
RC
_ BAD _ GATEWAY (12) -
RC
_ GATEWAY _ TIMEOUT (12) -
RC
_ MOVED _ PERMANENTLY (12) -
RC
_ PAYMENT _ REQUIRED (12) -
RC
_ PROXY _ AUTHENTICATION _ REQUIRED (12) -
RC
_ REQUEST _ ENTITY _ TOO _ LARGE (12) -
RC
_ TEMPORARY _ REDIRECT (12) -
RC
_ UNSUPPORTED _ MEDIA _ TYPE (12) -
RC
_ USE _ PROXY (12) - [] (12)
- body= (12)
-
body
_ stream (12) -
body
_ stream= (12) - content= (36)
-
content
_ id (36) -
content
_ length (12) -
content
_ type (60) -
content
_ type= (24) - delete (12)
- description (36)
- disposition (48)
-
dsp
_ type (12) - encoding (36)
- entity (12)
- entitydecl (24)
- fetch (36)
-
get
_ fields (12) - key? (12)
-
main
_ type (12) - post (12)
- query (12)
- rss (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / contents _ command (12) -
set
_ content _ type (12) -
sub
_ type (12) -
type
_ params (12) - 正規表現 (12)
検索結果
-
正規表現 (96.0)
-
正規表現 * metachar * expansion * char * anychar * string * str * quantifier * capture * grouping * subexp * selector * anchor * cond * option * encoding * comment * free_format_mode * absenceop * list * specialvar * references
...正規表現
* metachar
* expansion
* char
* anychar
* string
* str
* quantifier
* capture
* grouping
* subexp
* selector
* anchor
* cond
* option
* encoding
* comment
* free_format_mode
* absenceop
* list
* specialvar
* references
正規表現(regular ex......うかを判定し、
また含んでいるならばそれが文字列中のどの場所であるかを知ることができます。
//emlist[][ruby]{
/pat/
%r{pat}
//}
などの正規表現リテラルや Regexp.new などで正規表現
オブジェクトを得ることができます。
===[......タグを対応付ける正規表現です。
//emlist[][ruby]{
r = Regexp.compile(<<'__REGEXP__'.strip, Regexp::EXTENDED)
(?<element> \g<stag> \g<content>* \g<etag> ){0}
(?<stag> < \g<name> \s* > ){0}
(?<name> [a-zA-Z_:]+ ){0}
(?<content> [^<&]+ (\g<element> | [^<&]+)* ){0}
(?<etag> </ \k<name+1>... -
rss (78.0)
-
RSS を扱うためのライブラリです。
...in 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://madskills.com/public/xml/rss/module....../trackback/
* Image モジュール http://web.resource.org/rss/1.0/modules/image/
をサポートしています。
ただし,Content モジュールは content:encoded しかサポートしていません.
=== パース
RSS をパースしたい場合は RSS::Parser クラスを使います......素; RSS::RDF::Item
3番目のitem要素にアクセスするには以下のようにします。省略さ
れなかったリーダの引数はArray#[]の引数と同じように扱われます。
rss = RSS::Parser.parse(rss_source)
rss.item(2) # => /rdf:RDF/item[3]要素; RSS::RDF::Item
子...