1740件ヒット
[1-100件を表示]
(0.094秒)
ライブラリ
- ビルトイン (291)
-
cgi
/ core (24) - erb (12)
- expect (24)
-
io
/ wait (36) -
irb
/ output-method (72) - kconv (48)
-
minitest
/ unit (1) - mkmf (12)
- monitor (18)
-
net
/ ftp (48) -
net
/ http (146) -
net
/ pop (60) -
net
/ smtp (72) - openssl (72)
- rake (12)
- resolv (12)
-
rexml
/ document (132) - rss (372)
-
rubygems
/ package / tar _ output (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (18) - stringio (48)
- strscan (24)
- thread (2)
- timeout (16)
- tracer (12)
- uri (24)
-
webrick
/ cgi (12) -
webrick
/ log (12) - win32ole (48)
- zlib (24)
クラス
-
ARGF
. class (24) - Array (57)
- CGI (24)
- ERB (12)
-
Encoding
:: Converter (12) - File (12)
-
Gem
:: Package :: TarOutput (12) - IO (116)
-
IRB
:: OutputMethod (60) -
IRB
:: StdioOutputMethod (12) - Integer (48)
- MatchData (24)
-
MiniTest
:: Unit (1) - Monitor (6)
-
MonitorMixin
:: ConditionVariable (12) - Mutex (2)
-
Net
:: FTP (48) -
Net
:: HTTP (146) -
Net
:: POP3 (60) -
Net
:: SMTP (72) - Object (12)
-
OpenSSL
:: SSL :: SSLContext (48) -
OpenSSL
:: SSL :: Session (24) -
RDoc
:: Options (12) -
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
:: Maker :: ChannelBase (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) -
Rake
:: Application (12) -
Resolv
:: DNS (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (18) - String (72)
- StringIO (48)
- StringScanner (24)
-
Thread
:: ConditionVariable (12) -
Thread
:: Mutex (10) - Tracer (12)
-
URI
:: Generic (24) -
WEBrick
:: BasicLog (12) -
WEBrick
:: CGI (12) -
WIN32OLE
_ EVENT (12) -
WIN32OLE
_ PARAM (36) -
Zlib
:: GzipReader (12) -
Zlib
:: ZStream (12)
モジュール
- Kernel (28)
-
RSS
:: BaseTrackBackModel (36) -
RSS
:: RootElementMixin (24)
キーワード
- > (6)
- >> (6)
- about (108)
- about= (108)
-
add
_ signatures (12) -
avail
_ out= (12) - begin (12)
- chmod (12)
- chr (24)
- content (12)
- content= (12)
-
continue
_ timeout (12) -
continue
_ timeout= (12) -
cpp
_ command (12) -
debug
_ output= (12) - digits (24)
- display (12)
- end (12)
- expect (24)
- fatal (12)
- fetch (36)
-
force
_ output= (12) - header (12)
- input? (12)
-
insert
_ output (12) - kconv (12)
-
keep
_ alive _ timeout (12) -
keep
_ alive _ timeout= (12) -
on
_ event _ with _ outargs (12) -
open
_ timeout (48) -
open
_ timeout= (48) - output? (12)
-
output
_ encoding (12) -
output
_ encoding= (12) - pack (21)
- pointer= (12)
- pos= (12)
- 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)
- retval? (12)
-
route
_ from (12) -
route
_ to (12) -
set
_ debug _ output (36) -
set
_ eoutvar (12) - sleep (12)
-
ssl
_ timeout (24) -
ssl
_ timeout= (24) - start (12)
- status (1)
- stdout (12)
- sysread (24)
- timeout (40)
- timeout= (24)
- timeouts= (12)
-
to
_ f (12) - toutf16 (12)
- toutf32 (12)
- toutf8 (12)
-
trackback
_ about (12) -
trackback
_ about= (12) -
trackback
_ abouts (12) -
tty
_ output= (12) - unpack (12)
- value (24)
- value= (24)
- wait (36)
-
wait
_ for _ cond (6) -
wait
_ readable (12) -
wait
_ writable (12) - write (132)
-
write
_ timeout (7) -
write
_ timeout= (7)
検索結果
先頭5件
-
Shell
# out(dev = STDOUT , &block) -> () (18226.0) -
Shell#transact を呼び出しその結果を 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) {... -
Shell
:: CommandProcessor # out(dev = STDOUT , &block) -> () (18226.0) -
Shell#transact を呼び出しその結果を 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) {... -
Shell
:: Filter # out(dev = STDOUT , &block) -> () (18226.0) -
Shell#transact を呼び出しその結果を 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) {... -
CGI
# out(options = "text / html") { . . . . } (18132.0) -
HTTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。
...します。
@param options Hash か文字列で HTTP ヘッダを生成するための情報を指定します。
例:
cgi = CGI.new
cgi.out{ "string" }
# Content-Type: text/html
# Content-Length: 6
#
# string
cgi.out("text/plain"......){ "string" }
# Content-Type: text/plain
# Content-Length: 6
#
# string
cgi.out({"nph" => true,
"status" => "OK", # == "200 OK"
"server" => ENV['SERVER_SOFTWARE'],
"connection" => "clo......tml; charset=iso-2022-jp
"language" => "ja",
"expires" => Time.now + (3600 * 24 * 30),
"cookie" => [cookie1, cookie2],
"my_header1" => "my_value",
"my_header2" => "my_value"}){ "string" }
@see CGI#header... -
ERB
# set _ eoutvar(compiler , eoutvar = & # 39; _ erbout& # 39;) -> Array (6313.0) -
ERBの中でeRubyスクリプトの出力をためていく変数を設定します。
...用した方がより容易です。
本メソッドを使用するためには、引数にて指定する eRuby コンパイラを事前に生成しておく必要があります。
@param compiler eRubyコンパイラ
@param eoutvar eRubyスクリプトの中で出力をためていく変数... -
Rake
:: Application # tty _ output=(tty _ output _ state) (6207.0) -
TTY に対する出力状態を上書きします。
...。
@param tty_output_state 変更後の状態を指定します
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.tty_output? # => false
Rake.application.tty_output = "debug output" # => "debug output"......Rake.application.tty_output? # => "debug output"
end
//}... -
WIN32OLE
_ PARAM # output? -> bool (6131.0) -
パラメータがクライアントからの結果を受け取るためのものかを判定します。
...out(サーバがクライアントへ与える。
WIN32OLE_PARAM#output?が真)および、inout(クライアントからサーバ
へ与え、サーバがクライアントへ与える)の3種類の方向属性のいずれかを持ち
ます。
output?メソッドはout属性またはinout......す。
@return メソッドの方向属性がoutまたはinoutならば真を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'DWebBrowserEvents')
method = WIN32OLE_METHOD.new(tobj, 'NewWindow')
method.params.each do |param|
puts "#{param.name} #{param.output?}......"
end
The result of above script is following:
URL false
Flags false
TargetFrameName false
PostData false
Headers false
Processed true
@see http://msdn.microsoft.com/en-us/library/aa367136(v=VS.85).aspx... -
WIN32OLE
_ EVENT # on _ event _ with _ outargs(event = nil) {|*args| . . . } -> () (6119.0) -
イベント通知を受けて結果を呼び出し元へ返すブロックを登録します。
...数に戻り値を
設定できます。
@param event イベント名を文字列かシンボルで指定します。イベント名は大文
字小文字を区別します。省略時にはすべてのイベントが対象となります。
@param args サーバがイベント通知......れます。なお、引数に値を設定するには、
ブロック変数を分割せずに配列の形式で受けてください。
@raise WIN32OLERuntimeError WIN32OLE_EVENT#unadviseによってイベン
トソースと切断済みです。
ie = WIN3... -
RSS
:: BaseTrackBackModel # trackback _ about (6117.0) -
@todo
...@todo... -
RSS
:: BaseTrackBackModel # trackback _ about= (6117.0) -
@todo
...@todo...