るりまサーチ

最速Rubyリファレンスマニュアル検索!
110件ヒット [1-100件を表示] (0.051秒)
トップページ > クエリ:IO[x] > クエリ: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 (24101.0)

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

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

Net::HTTPNonAuthoritativeInformation (18000.0)

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

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

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

WEBrick::HTTPStatus::NonAuthoritativeInformation (18000.0)

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

WEBrick::HTTPStatus::RC_NON_AUTHORITATIVE_INFORMATION (9300.0)

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

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

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

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

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

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

rss (24.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::Parser クラスを使います。
RSS::Parser.parse は String の RSSを パースします(使用するXMLパー
サによっては File や IO オブジェクトなどでもパース可能です)。
* RSS 1.0をパースした場合は RSS::RDF オブジェクト
* RSS 0.9x/2.0をパー...

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