るりまサーチ

最速Rubyリファレンスマニュアル検索!
77件ヒット [1-77件を表示] (0.032秒)
トップページ > クエリ:IO[x] > クエリ:-[x] > クエリ:author[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io readlines
  5. io each_line

検索結果

Gem::Specification#author -> String (21201.0)

作成者の名前を返します。

作成者の名前を返します。

Net::HTTPNonAuthoritativeInformation (12016.0)

HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。

...HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。

詳しくは 7231 Section 6.3.4 を見てください。...

WEBrick::HTTPStatus::NonAuthoritativeInformation (12016.0)

HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。

...HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。...

Gem::Specification#authors -> Array (9200.0)

作成者の名前の配列を返します。

作成者の名前の配列を返します。

WEBrick::HTTPAuth::ProxyAuthenticator::RequestField -> "Proxy-Authorization" (301.0)

リクエストフィールドのキーの名前です。

リクエストフィールドのキーの名前です。

絞り込み条件を変える

REXML::DocType#write(output, indent = 0, transitive = false, ie_hack = false) -> () (112.0)

output に DTD を出力します。

...に DTD を出力します。

このメソッドは deprecated です。REXML::Formatter で
出力してください。

@param output 出力先の IO オブジェクト
@param indent インデントの深さ。指定しないでください。
@param transitive 無視されます。指定しな...
...ocument'

doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author
CDATA #REQUIRED
title CDATA #REQUIRED
publisher CDATA "foobar publisher">
<!ENTITY p "foobar publisher">
<!ENTITY % q "q...

rss (84.0)

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, Atom 1.0 をサポートしていますが,RS...
...ュールはそれぞれ、
* 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://...
...するた
めには以下のように変更する必要があります。

* RSS::Maker.makeの第一引数を"atom"に変更
* maker.channel.authorを設定
* maker.channel.dateを設定

もし、

* 作者がBobで
* たった今、作成された

Atom 1.0なら以下のようになり...