1294件ヒット
[1-100件を表示]
(0.149秒)
ライブラリ
- ビルトイン (229)
-
cgi
/ core (12) -
io
/ wait (12) -
irb
/ output-method (72) - kconv (12)
- mkmf (12)
- monitor (18)
-
net
/ ftp (36) -
net
/ http (79) -
net
/ imap (24) -
net
/ pop (36) -
net
/ smtp (48) - openssl (24)
- resolv (12)
-
rexml
/ document (132) - rss (348)
-
rubygems
/ package / tar _ output (36) -
rubygems
/ source _ index (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - stringio (48)
- thread (2)
- tracer (12)
- uri (12)
-
webrick
/ cgi (12) - zlib (12)
クラス
-
ARGF
. class (24) - Array (21)
- CGI (12)
-
Encoding
:: Converter (12) - File (12)
-
Gem
:: Package :: TarOutput (36) -
Gem
:: SourceIndex (12) - IO (68)
-
IRB
:: OutputMethod (60) -
IRB
:: StdioOutputMethod (12) - Integer (36)
- MatchData (24)
- Monitor (6)
-
MonitorMixin
:: ConditionVariable (12) -
Net
:: FTP (36) -
Net
:: HTTP (79) -
Net
:: IMAP (12) -
Net
:: IMAP :: Address (12) -
Net
:: POP3 (36) -
Net
:: SMTP (48) - Object (12)
-
OpenSSL
:: SSL :: SSLContext (24) -
RDoc
:: Options (24) -
REXML
:: AttlistDecl (12) -
REXML
:: Attribute (12) -
REXML
:: Declaration (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: Element (12) -
REXML
:: Entity (12) -
REXML
:: ExternalEntity (12) -
REXML
:: Formatters :: Default (12) -
REXML
:: NotationDecl (12) -
RSS
:: ImageFaviconModel :: ImageFavicon (24) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: ImageFavicon (24) -
RSS
:: RDF :: Image (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24) -
RSS
:: TrackBackModel10 :: TrackBackAbout (48) -
RSS
:: TrackBackModel20 :: TrackBackAbout (48) -
Resolv
:: DNS (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - String (24)
- StringIO (48)
-
Thread
:: ConditionVariable (12) -
Thread
:: Mutex (10) - Tracer (12)
-
URI
:: Generic (12) -
WEBrick
:: CGI (12) -
Zlib
:: GzipReader (12)
モジュール
- Kernel (12)
-
RSS
:: BaseTrackBackModel (36) -
RSS
:: RootElementMixin (24)
キーワード
- about (96)
- about= (96)
-
add
_ gem _ contents (12) -
add
_ signatures (12) - begin (12)
- chmod (12)
- chr (12)
- content (12)
- content= (12)
-
continue
_ timeout= (12) -
cpp
_ command (12) -
debug
_ output= (12) - digits (24)
- display (12)
- end (12)
-
force
_ output (12) -
force
_ output= (12) - header (12)
-
insert
_ output (12) - kconv (12)
-
keep
_ alive _ timeout= (12) - logout (12)
-
open
_ timeout= (24) - outdated (12)
-
output
_ encoding (12) -
output
_ encoding= (12) - pack (21)
- pp (12)
- ppx (12)
- pread (8)
- print (24)
- printn (12)
- puts (12)
- read (24)
-
read
_ nonblock (36) -
read
_ timeout (48) -
read
_ timeout= (48) - readpartial (48)
- resource (12)
- resource= (12)
- route (12)
-
route
_ to (12) -
set
_ debug _ output (36) - sleep (10)
-
ssl
_ timeout= (12) - start (12)
- stdout (12)
- sysread (24)
- timeout= (12)
- timeouts= (12)
-
trackback
_ about (12) -
trackback
_ about= (12) -
trackback
_ abouts (12) - unpack (12)
- value (24)
- value= (24)
- wait (24)
-
wait
_ for _ cond (6) -
wait
_ readable (12) - write (132)
-
write
_ timeout= (7)
検索結果
先頭5件
-
Shell
:: CommandProcessor # out(dev = STDOUT , &block) -> () (21314.0) -
Shell#transact を呼び出しその結果を dev に出力します。
...の結果を dev に出力します。
@param dev 出力先をIO オブジェクトなどで指定します。
@param block transact 内部で実行するシェルを指定します。
使用例:
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
File.open("out.txt", "w"){......|fp|
sh.out(fp) {
system("ls", "-l") | head("-n 3")
}
}... -
Shell
# out(dev = STDOUT , &block) -> () (18314.0) -
Shell#transact を呼び出しその結果を dev に出力します。
...の結果を dev に出力します。
@param dev 出力先をIO オブジェクトなどで指定します。
@param block transact 内部で実行するシェルを指定します。
使用例:
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
File.open("out.txt", "w"){......|fp|
sh.out(fp) {
system("ls", "-l") | head("-n 3")
}
}... -
Shell
:: Filter # out(dev = STDOUT , &block) -> () (18314.0) -
Shell#transact を呼び出しその結果を dev に出力します。
...の結果を dev に出力します。
@param dev 出力先をIO オブジェクトなどで指定します。
@param block transact 内部で実行するシェルを指定します。
使用例:
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
File.open("out.txt", "w"){......|fp|
sh.out(fp) {
system("ls", "-l") | head("-n 3")
}
}... -
Gem
:: SourceIndex # outdated -> Array (12201.0) -
更新されていない Gem::Specification のリストを返します。
更新されていない Gem::Specification のリストを返します。 -
Net
:: FTP # read _ timeout -> Numeric|nil (12201.0) -
読み込み一回でブロックしてよい最大秒数 を返します。
...大秒数
を返します。
この秒数たっても読みこめなければ例外 Net::ReadTimeout
を発生します。整数以外での浮動小数点数や分数を指定することができます。
デフォルトは 60 (秒)です。
@see Net::HTTP#open_timeout, Net::HTTP#read_timeout=... -
Net
:: FTP # read _ timeout=(seconds) (12201.0) -
読み込み一回でブロックしてよい最大秒数を 設定します。
...:ReadTimeout
を発生します。整数以外での浮動小数点数や分数を指定することができます。
デフォルトは 60 (秒)です。
このタイムアウト秒数は、サーバとやりとりする
ほとんどの Net::FTP のメソッドで有効です。
@param second......待つ秒数を指定します。
@see Net::HTTP#open_timeout, Net::HTTP#read_timeout... -
Net
:: HTTP # read _ timeout -> Integer|nil (12201.0) -
読みこみ(read(2)) 一回でブロックしてよい最大秒数 を返します。
...read(2)) 一回でブロックしてよい最大秒数
を返します。
この秒数たっても読みこめなければ例外 Net::ReadTimeout
を発生します。
nilはタイムアウトしないことを意味します。
デフォルトは 60 (秒)です。
@see Net::HTTP#open_timeout, N......et::HTTP#read_timeout=... -
Net
:: HTTP # read _ timeout=(seconds) (12201.0) -
読みこみ(read(2)) 一回でブロックしてよい最大秒数を 設定します。
...読みこみ(read(2)) 一回でブロックしてよい最大秒数を
設定します。
この秒数たっても読みこめなければ例外 Net::ReadTimeout
を発生します。
nilを設定するとタイムアウトしなくなります。
このタイムアウト秒数はサーバとや......りとりするメソッドで有効です。
デフォルトは 60 (秒)です。
@param second 待つ秒数を指定します。
@see Net::HTTP#open_timeout, Net::HTTP#read_timeout... -
Net
:: HTTP # set _ debug _ output(io) -> () (12201.0) -
デバッグ出力の出力先を指定します。 このメソッドは深刻なセキュリティホールの原因 になるため、デバッグ以外では決して使わないでください。
...て使わないでください。
io に nil を指定するとデバッグ出力を止めます。
@param io 出力先を指定します。このオブジェクトは
メソッド << を持っている必要があります。
//emlist[例][ruby]{
http.set_debug_output($stderr)
//}... -
Net
:: POP3 # read _ timeout -> Integer (12201.0) -
読み込みでブロックしてよい最大秒数を返します。
...読み込みでブロックしてよい最大秒数を返します。
この秒数たっても読みこめなければ例外 ReadTimeout を発生します。
デフォルトは60秒です。
@see Net::POP3#read_timeout=...