るりまサーチ

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

別のキーワード

  1. registry created?
  2. httpstatus rc_created
  3. win32/registry created?
  4. webrick/httpstatus created
  5. constants reg_created_new_key

ライブラリ

クラス

モジュール

検索結果

<< 1 2 3 ... > >>

WEBrick::HTTPStatus::Created (18016.0)

HTTP のステータスコード 201 Created を表すクラスです。

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

Win32::Registry#created? (6101.0)

@todo

@todo

キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)

Win32::Registry::Constants::REG_CREATED_NEW_KEY (6101.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

Net::HTTPCreated (6016.0)

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

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

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

WEBrick::HTTPStatus::RC_CREATED (3101.0)

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

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

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

絞り込み条件を変える

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (3001.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

JSON::State#generate(obj) -> String (16.0)

Generates a valid JSON document from object obj and returns the result. If no valid JSON document can be created this method raises a GeneratorError exception.

...Generates a valid JSON document from object obj and returns the
result. If no valid JSON document can be created this method raises a
GeneratorError exception....

NEWS for Ruby 2.0.0 (6.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...used across connections for a single instance.
This speeds up connection by using a previously negotiated session.
* Requests may be created from a URI which sets the request_uri and host
header of the request (but does not change the host connected to).
* Responses conta...

NEWS for Ruby 2.1.0 (6.0)

NEWS for Ruby 2.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...うになりました。

* Proc
* Returning from lambda proc now always exits from the Proc, not from the
method where the lambda is created. Returning from non-lambda proc exits
from the method, same as the former behavior.

* String
* 以下のコードでレシーバー...
<< 1 2 3 ... > >>