ライブラリ
- ビルトイン (48)
-
net
/ ftp (20) -
net
/ http (43) - pathname (60)
- psych (48)
- rake (12)
-
rake
/ testtask (12) - rubygems (24)
-
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ indexer (48) -
rubygems
/ installer (12) -
rubygems
/ package / tar _ reader / entry (12) -
rubygems
/ source _ index (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - socket (48)
-
webrick
/ httpresponse (12) -
webrick
/ httpstatus (48)
クラス
- File (12)
-
File
:: Stat (12) -
Gem
:: Ext :: Builder (12) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Indexer (48) -
Gem
:: Installer (12) -
Gem
:: Package :: TarReader :: Entry (12) -
Gem
:: SourceIndex (12) -
Net
:: FTP :: MLSxEntry (20) - Pathname (60)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Document (36) -
Rake
:: TestTask (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - Socket (24)
-
WEBrick
:: HTTPResponse (12)
モジュール
-
File
:: Constants (12) - FileTest (12)
- Gem (24)
- Kernel (12)
-
Socket
:: Constants (24) -
WEBrick
:: HTTPStatus (24)
キーワード
-
AF
_ DLI (24) - DIRECTORIES (12)
- HTTPMisdirectedRequest (8)
- HTTPPermanentRedirect (11)
- HTTPRedirection (12)
- HTTPTemporaryRedirect (12)
-
PF
_ DLI (24) -
RC
_ TEMPORARY _ REDIRECT (12) - Redirect (12)
- TemporaryRedirect (12)
- build (36)
- children (12)
-
dest
_ directory (12) - directory (24)
- directory? (88)
-
directory
_ makable? (10) -
each
_ child (24) -
ensure
_ gem _ subdirectories (12) -
installed
_ spec _ directories (12) - loader= (12)
-
make
_ temp _ directories (12) - new (24)
- redirect? (12)
- redirector (12)
-
relative
_ path _ from (12) -
ruby 1
. 8 . 2 feature (12) -
set
_ redirect (12) -
st
_ add _ direct (12) -
start
_ document (12) -
tag
_ directives (12) -
tag
_ directives= (12) - unpack (12)
検索結果
先頭5件
-
Psych
:: Nodes :: Document # tag _ directives=(tags) (6100.0) -
tag directive の配列を設定します。
...tag directive の配列を設定します。
@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych::Nodes::Document.new... -
Shell
# directory?(file) -> bool (6100.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
:: CommandProcessor # directory?(file) -> bool (6100.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
:: Filter # directory?(file) -> bool (6100.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
WEBrick
:: HTTPResponse # set _ redirect(status , url) -> () (6100.0) -
指定された url にリダイレクトするためのヘッダと内容(エンティティボディ)を 設定し例外 status を発生させます。
...ためのヘッダと内容(エンティティボディ)を
設定し例外 status を発生させます。
@param status WEBrick::HTTPStatus::Redirect を指定します。
@param url URL を指定します。
例:
require 'webrick'
res.set_redirect WEBrick::HTTPStatus::TemporaryRedirect... -
WEBrick
:: HTTPStatus . # redirect?(code) -> bool (6100.0) -
指定された整数が表すステータスコードが 3XX である場合に true を返します。そうでない場合に false を返します。
指定された整数が表すステータスコードが 3XX である場合に
true を返します。そうでない場合に false を返します。
@param code HTTP のステータスコードを表す整数か文字列を指定します。 -
void st
_ add _ direct(st _ table *table , char *key , char *value) (6100.0) -
st_insert() と似ているが、同じハッシュ値を持つエントリーに対する 「同値検査」を省略する。key がまだ登録されていないことがはっきり している場合には、少し高速に登録できる。
st_insert() と似ているが、同じハッシュ値を持つエントリーに対する
「同値検査」を省略する。key がまだ登録されていないことがはっきり
している場合には、少し高速に登録できる。 -
Net
:: HTTPMisdirectedRequest (6000.0) -
HTTP レスポンス 421 (Misdirected Request) を表現するクラスです。
...HTTP レスポンス 421 (Misdirected Request) を表現するクラスです。
詳しくは 7540 Section 9.1.2 を見てください。... -
Net
:: HTTPPermanentRedirect (6000.0) -
HTTP レスポンス 308 (Permanent Redirect) を表現するクラスです。
...HTTP レスポンス 308 (Permanent Redirect) を表現するクラスです。
詳しくは 7538 を見てください。... -
Net
:: HTTPRedirection (6000.0) -
HTTP レスポンス 3xx (Redirection) を表現するクラスです。
...HTTP レスポンス 3xx (Redirection) を表現するクラスです。
リクエストが正常に受信しましたが、処理を完了するためには
さらなる動作が必要なことを表します。... -
Net
:: HTTPTemporaryRedirect (6000.0) -
HTTP レスポンス 307 (Temporary Redirect) を表現するクラスです。
...HTTP レスポンス 307 (Temporary Redirect) を表現するクラスです。
詳しくは 7231 Section 6.4.7 を見てください。...