498件ヒット
[201-300件を表示]
(0.076秒)
ライブラリ
- ビルトイン (72)
- date (2)
- etc (60)
- logger (12)
-
net
/ imap (12) -
net
/ telnet (4) - openssl (96)
- prime (12)
- psych (24)
-
rake
/ packagetask (24) -
rdoc
/ context (12) -
rexml
/ document (48) - rss (36)
-
rubygems
/ config _ file (12) -
rubygems
/ security (24) -
rubygems
/ specification (12) - uri (12)
-
webrick
/ httpresponse (24)
クラス
- Date (2)
- Dir (12)
-
Etc
:: Group (24) -
Etc
:: Passwd (36) -
Gem
:: ConfigFile (12) -
Gem
:: Security :: Policy (24) -
Gem
:: Specification (12) - Logger (12)
-
Net
:: IMAP (12) -
Net
:: Telnet (4) - Object (24)
-
OpenSSL
:: Engine (24) -
OpenSSL
:: PKCS7 (12) -
OpenSSL
:: PKey :: EC :: Group (12) -
OpenSSL
:: PKey :: RSA (12) -
OpenSSL
:: X509 :: Attribute (12) -
OpenSSL
:: X509 :: CRL (12) -
OpenSSL
:: X509 :: Extension (12) -
Prime
:: PseudoPrimeGenerator (12) -
Psych
:: Nodes :: Document (12) -
Psych
:: Nodes :: Scalar (12) -
RDoc
:: Context (12) -
REXML
:: Attribute (12) -
REXML
:: Child (24) -
REXML
:: Element (12) -
RSS
:: Rss :: Channel :: Item (12) -
Rake
:: PackageTask (24) - Thread (12)
-
URI
:: Generic (12) -
WEBrick
:: HTTPResponse (24)
モジュール
- Enumerable (24)
-
RSS
:: ContentModel (12) -
RSS
:: SyndicationModel (12)
キーワード
-
bulk
_ threshold= (12) -
chunk
_ while (12) - chunked= (12)
-
client
_ thread= (12) - clone (12)
- close (12)
-
content
_ encoded= (12) -
deconstruct
_ keys (2) - detached= (12)
- dup (12)
-
find
_ symbol (12) - gid= (24)
- guid= (12)
-
implicit
_ end= (12) -
load
_ private _ key (12) -
load
_ public _ key (12) - loaded= (12)
- login (4)
- namespace (12)
-
next
_ sibling= (12) - normalized= (12)
- oid= (24)
-
only
_ signed= (12) -
only
_ trusted= (12) - passwd= (24)
- password= (12)
-
previous
_ sibling= (12) - quoted= (12)
-
request
_ method= (12) - revoked= (12)
- seed= (12)
-
sev
_ threshold= (12) -
slice
_ when (12) - status (12)
-
sy
_ updatePeriod= (12) -
tar
_ command= (12) - uid= (12)
-
upper
_ bound= (12) -
zip
_ command= (12)
検索結果
先頭5件
-
Prime
:: PseudoPrimeGenerator # upper _ bound=(upper _ bound) (6101.0) -
新しい列挙上界をセットします。
新しい列挙上界をセットします。
@param upper_bound 新しい上界を整数または nil で指定します。 nil は上界がなく無限に素数を列挙すべきであることを意味します。 -
Psych
:: Nodes :: Document # implicit _ end=(bool) (6101.0) -
ドキュメントが implicit に終わっているかどうかを設定します。
ドキュメントが implicit に終わっているかどうかを設定します。
@param bool ドキュメントが implicit に終わっているかどうかの設定値
@see Psych::Nodes::Document#implicit_end -
Psych
:: Nodes :: Scalar # quoted=(bool) (6101.0) -
scalar が quoted であるかどうかを変更します。
scalar が quoted であるかどうかを変更します。
@param bool 設定する真偽値
@see Psych::Nodes::Scalar#quoted,
Psych::Nodes::Scalar.new -
REXML
:: Attribute # normalized=(value) (6101.0) -
正規化された属性値を設定します。
正規化された属性値を設定します。
通常はライブラリが自動的にこの値を設定するので
ユーザはこれを使う必要はないでしょう。
@param value 正規化された属性値 -
Rake
:: PackageTask # tar _ command=(command) (6101.0) -
tar コマンドとして使用するコマンドを設定します。
tar コマンドとして使用するコマンドを設定します。
@param command コマンドを文字列で指定します。 -
Rake
:: PackageTask # zip _ command=(command) (6101.0) -
zip コマンドとして使用するコマンドを設定します。
zip コマンドとして使用するコマンドを設定します。
@param command コマンドを文字列で指定します。 -
URI
:: Generic # password=(s) (6101.0) -
自身の password を設定します。
自身の password を設定します。
自身に user が設定されていない場合には例外が発生します。
@param s 自身の password を表す文字列を指定します。
@raise URI::InvalidComponentError 不正な引数 s に対して発生します。
@raise URI::InvalidURIError userinfo と registry を同時に設定した場合に発生します。 -
WEBrick
:: HTTPResponse # chunked=(flag) (6101.0) -
真に設定するとクライアントに返す内容(エンティティボディ)を chunk に分けるようになります。
...トに返します。
require 'webrick'
include WEBrick
res = HTTPResponse.new( { :HTTPVersion => "1.1" } )
res.body = 'hoge'
res.chunked = true
print res.to_s
#=> 出力結果
HTTP/1.1 200 OK
Connection: Keep-Alive
Date: Sat, 27 Oct 2007 09:04:28 GMT
Server:
Transfer-Encod... -
WEBrick
:: HTTPResponse # request _ method=(method) (6101.0) -
リクエストの HTTP メソッドをセットします。 デフォルトは nil です。
リクエストの HTTP メソッドをセットします。
デフォルトは nil です。
@param method リクエストの HTTP メソッドを文字列で指定します。