るりまサーチ

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

別のキーワード

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

検索結果

<< 1 2 > >>

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

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

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

Net::HTTPNonAuthoritativeInformation (12000.0)

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

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

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

WEBrick::HTTPStatus::NonAuthoritativeInformation (12000.0)

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

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

Gem::Specification#author=(name) (9101.0)

作成者の名前をセットします。

作成者の名前をセットします。

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

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

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

絞り込み条件を変える

Gem::Specification#authors=(names) (9100.0)

作成者の名前の配列をセットします。

作成者の名前の配列をセットします。

WEBrick::HTTPStatus::RC_NON_AUTHORITATIVE_INFORMATION (6200.0)

HTTP のステータスコードを表す整数です。

HTTP のステータスコードを表す整数です。

require 'webrick'
p WEBrick::HTTPStatus::RC_INTERNAL_SERVER_ERROR #=> 500

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

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

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

rss (18.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 をサポートしていますが,RSS 0.90...
...ュールはそれぞれ、
* 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なら以下のようになり...

REXML::DocType#write(output, indent = 0, transitive = false, ie_hack = false) -> () (12.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...

絞り込み条件を変える

<< 1 2 > >>