るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. ipaddr to_i

ライブラリ

モジュール

検索結果

<< 1 2 3 ... > >>

irb/output-method (38000.0)

irb が出力を扱うためのサブライブラリです。

...irb が出力を扱うためのサブライブラリです。...

Shell::Filter#out(dev = STDOUT, &block) -> () (24213.0)

Shell#transact を呼び出しその結果を dev に出力します。

...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) {
system("ls", "-l") | head("-n 3")
}
}...

CGI#out(options = "text/html") { .... } (21319.0)

HTTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。

...
H
TTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。

H
EADリクエスト (REQUEST_METHOD == "HEAD") の場合は HTTP ヘッダのみを出力します。

charset が "iso-2022-jp"・"euc-jp"・"shift_jis" のいずれかで
ある場合は文字列エ...
...aram options Hash か文字列で HTTP ヘッダを生成するための情報を指定します。

例:
cgi = CGI.new
cgi.out{ "string" }
# Content-Type: text/html
# Content-Length: 6
#
# string

cgi.out("text/plain"){ "string" }...
...lain
# Content-Length: 6
#
# string

cgi.out({"nph" => true,
"status" => "OK", # == "200 OK"
"server" => ENV['SERVER_SOFTWARE'],
"connection" => "close",
"type" => "text/ht...

Shell.debug_output_synchronize (18300.0)

@todo

...@todo

@see Mutex#synchronize...
...@todo

@see Thread::Mutex#synchronize...

Shell::ProcessController.block_output_synchronize { ... } -> () (18300.0)

@todo

@todo

絞り込み条件を変える

WIN32OLE_EVENT#on_event_with_outargs(event = nil) {|*args| ... } -> () (18300.0)

イベント通知を受けて結果を呼び出し元へ返すブロックを登録します。

...ッド名を指定します。引数を省略した場合は、すべて
のイベントを対象とするブロックの登録となります。

WIN32OLE_EVENT#on_eventと異なり、イベントのブロック変数に戻り値を
設定できます。

@param event イベント名を文字列か...
...ださい。

@raise WIN32OLERuntimeError WIN32OLE_EVENT#unadviseによってイベン
トソースと切断済みです。

i
e = WIN32OLE.new('InternetExplorer.Application')
ev = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
ev.on_event('BeforeNavigate2') do |*args|...

IRB::StdioOutputMethod (18000.0)

標準出力を表すクラスです。ライブラリ内部で使用します。

標準出力を表すクラスです。ライブラリ内部で使用します。

Net::HTTPGatewayTimeOut (18000.0)

HTTP レスポンス 504 (Gateway Timeout) を表現するクラスです。

...HTTP レスポンス 504 (Gateway Timeout) を表現するクラスです。

詳しくは 7231 Section 6.6.5 を見てください。...
...Alias of Net::HTTPGatewayTimeout...

Net::HTTPGatewayTimeout (18000.0)

HTTP レスポンス 504 (Gateway Timeout) を表現するクラスです。

...HTTP レスポンス 504 (Gateway Timeout) を表現するクラスです。

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

Net::HTTPRequestTimeOut (18000.0)

Alias of Net::HTTPRequestTimeout

...HTTP レスポンス 408 (Request Timeout) を表現するクラスです。

詳しくは 7231 Section 6.5.7 を見てください。...
...Alias of Net::HTTPRequestTimeout...

絞り込み条件を変える

Net::HTTPRequestTimeout (18000.0)

HTTP レスポンス 408 (Request Timeout) を表現するクラスです。

...HTTP レスポンス 408 (Request Timeout) を表現するクラスです。

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

PrettyPrint.singleline_format(output = &#39;&#39;, maxwidth = 79, newline = "\n", genspace = lambda{|n| &#39; &#39; * n}) {|pp| ...} -> object (15500.0)

PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。 PrettyPrint.format に似ていますが、改行しません。

...PrettyPrint オブジェクトを生成し、それを引数としてブロックを実行します。
PrettyPrint.format に似ていますが、改行しません。

引数 maxwidth, newline と genspace は無視されます。ブロック中の breakable の実行は、
改行せずに text...
...の実行であるかのように扱います。

@param output 出力先を指定します。output は << メソッドを持っていなければなりません。

@param maxwidth 無視されます。

@param newline 無視されます。

@param genspace 無視されます。...
<< 1 2 3 ... > >>