るりまサーチ

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

別のキーワード

  1. rss author
  2. rss author=
  3. item author
  4. item author=
  5. itembase author

検索結果

<< < 1 2 3 > >>

OpenSSL::OCSP::RESPONSE_STATUS_UNAUTHORIZED -> Integer (6100.0)

OpenSSL::OCSP::Response#status のステータスコードで 、 クライアントからサーバへの応答が認可されていないことを意味します。

OpenSSL::OCSP::Response#status のステータスコードで 、
クライアントからサーバへの応答が認可されていないことを意味します。

詳しくは 2560 2.3 を見てください。

Net::HTTPNonAuthoritativeInformation (6000.0)

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

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

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

Net::HTTPUnauthorized (6000.0)

HTTP レスポンス 401 (Unauthorized) を表現するクラスです。

...HTTP レスポンス 401 (Unauthorized) を表現するクラスです。

詳しくは 7235 Section 3.1 を見てください。...

WEBrick::HTTPStatus::NonAuthoritativeInformation (6000.0)

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

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

WEBrick::HTTPStatus::Unauthorized (6000.0)

HTTP のステータスコード 401 Unauthorized を表すクラスです。

...HTTP のステータスコード 401 Unauthorized を表すクラスです。...

絞り込み条件を変える

WEBrick::HTTPStatus::RC_NON_AUTHORITATIVE_INFORMATION (3100.0)

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

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

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

WEBrick::HTTPStatus::RC_UNAUTHORIZED (3100.0)

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

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

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

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

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

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

rubygems (30.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...version = '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end...
...ます。
: summary
この Gem の短い説明を指定します。
: files
この Gem に含むファイルのリストを指定します。
: authors
この Gem の作者のリストを指定します。
: email
この Gem の作者の連絡先メールアドレスを指定します。
: h...
...s.summary = 'hello summary'
s.files = ['bin/hello', 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello desc...
<< < 1 2 3 > >>