36件ヒット
[1-36件を表示]
(0.011秒)
別のキーワード
キーワード
-
net
/ http (12) -
rdoc
/ parser / ruby (12) -
rexml
/ document (12)
検索結果
-
net
/ http (7.0) -
汎用データ転送プロトコル HTTP を扱うライブラリです。 実装は 2616 に基きます。
....13.4 Form content types
でもそのように書かれています。
ところが、同じ HTML 4.01 Specification の
B.2.2 Ampersands in URI attribute values では、
この `&' がSGMLの文字実体参照で用いられることが指摘されており、
CGIやサーバの実装者に対し... -
rdoc
/ parser / ruby (7.0) -
Ruby のソースコードを解析するためのサブライブラリです。
...定義され
ていないメソッドもドキュメントに含める事ができます。
##
# :attr_writer: ghost_writer
# There is an attribute here, but you can't see it!
##
# :method: ghost_method
# There is a method here, but you can't see it!
##
# this is a comment for a r... -
rexml
/ document (7.0) -
DOM スタイルの XML パーサ。
...ttps://rubygems.org/gems/bitclust-core" />
</xbel>
XML
bookmarks = REXML::XPath.match(doc, "/xbel/bookmark").map do |bookmark|
href = bookmark.attribute("href").value
title_element = bookmark.elements["title"]
title = title_element ? title_element.text : nil
desc_element = bookmark.element...