るりまサーチ

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

別のキーワード

  1. _builtin status
  2. openssl status
  3. cgi http_status
  4. getoptlong status_yet
  5. getoptlong status_started

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 3 4 ... > >>

WEBrick::HTTPResponse#status -> Integer (18101.0)

レスポンスのステータスコードを表す整数を返します。 デフォルトは WEBrick::HTTPStatus::RC_OK です。

...レスポンスのステータスコードを表す整数を返します。
デフォルトは WEBrick::HTTPStatus::RC_OK です。...

OpenSSL::OCSP::REVOKED_STATUS_NOSTATUS -> Integer (12217.0)

OpenSSL::OCSP::BasicResponse#status の失効理由コードで、 BasicResponse にコードが含まれていないことを意味します。

...OpenSSL::OCSP::BasicResponse#status の失効理由コードで、
BasicResponse にコードが含まれていないことを意味します。...

Process::Status#exitstatus -> Integer | nil (9100.0)

exited? が真の場合プロセスが返した終了ステータスの整数を、そ うでない場合は nil を返します。

exited? が真の場合プロセスが返した終了ステータスの整数を、そ
うでない場合は nil を返します。

WEBrick::HTTPStatus::Status (9000.0)

HTTP のステータスコードの親クラスです。

HTTP のステータスコードの親クラスです。

static const char * thread_status_name(enum thread_status status) (6300.0)

絞り込み条件を変える

Process.last_status -> Process::Status | nil (6226.0)

カレントスレッドで最後に終了した子プロセスのステータスを返します。

...

Process.wait Process.spawn("ruby", "-e", "exit 13")
Process.last_status # => #<Process::Status: pid 4825 exit 13>

カレントスレッドで子プロセスを実行したことがない場合は nil を返します。

Process.last_status # => nil

@see Process::Status
@see $?...

OpenSSL::OCSP::BasicResponse#add_status(cid, status, reason, revtime, thisupd, nextupd, exts) -> self (6214.0)

証明書の状態の問い合わせの結果をオブジェクトに追加します。

...をオブジェクトに追加します。

詳しくは OpenSSL::OCSP::BasicResponse#status を見てください。

@param cid 問い合わせの(OpenSSL::OCSP::CertificateId オブジェクト)
@param status ステータスコード(整数)
@param reason 失効理由コード(整数)
@param revt...

WEBrick::HTTPResponse#status=(status) (6214.0)

レスポンスのステータスコードを整数で指定します。 reason_phrase も適切なものに設定されます。

...数で指定します。
reason_phrase も適切なものに設定されます。

@param status ステータスコードを整数で指定します。

require 'webrick'
res = WEBrick::HTTPResponse.new( { :HTTPVersion => "1.1" } )
res.status = 404

p res.reason_phrase #=> "Not Found"...

Kernel$$CHILD_STATUS -> Process::Status | nil (6208.0)

$? の別名

...$? の別名

require "English"

out = `wget https://www.ruby-lang.org/en/about/license.txt -O - 2>/dev/null`

if $CHILD_STATUS.to_i == 0
print "wget success\n"
out.split(/\n/).each { |line|
printf "%s\n", line
}
else
print "wget failed\n"
end...

OpenSSL::OCSP::RESPONSE_STATUS_INTERNALERROR -> Integer (6117.0)

OpenSSL::OCSP::Response#status のステータスコードで 、 OCSP レスポンダの内部エラーにより妥当な応答を返せないことを意味します。

...OpenSSL::OCSP::Response#status のステータスコードで 、
OCSP レスポンダの内部エラーにより妥当な応答を返せないことを意味します。

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

絞り込み条件を変える

<< < 1 2 3 4 ... > >>