42件ヒット
[1-42件を表示]
(0.075秒)
ライブラリ
-
cgi
/ core (12) -
cgi
/ session (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6)
クラス
-
CGI
:: Session :: FileStore (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6)
モジュール
-
CGI
:: QueryExtension (12)
検索結果
先頭5件
-
CGI
:: QueryExtension # files -> Hash (18202.0) -
アップロードされたファイルの名前とその内容を表すオブジェクトをペアとする要素を持つハッシュを返します。
アップロードされたファイルの名前とその内容を表すオブジェクトをペアとする要素を持つハッシュを返します。 -
Shell
# cat(*files) -> Shell :: Filter (3220.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...とする Filter オブジェクトを返します.
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.ch... -
Shell
:: CommandProcessor # cat(*files) -> Shell :: Filter (3220.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...とする Filter オブジェクトを返します.
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.ch... -
Shell
:: Filter # cat(*files) -> Shell :: Filter (3220.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...とする Filter オブジェクトを返します.
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.ch... -
CGI
:: Session :: FileStore # restore -> Hash (3101.0) -
セッションの状態をファイルから復元したハッシュを返します。
セッションの状態をファイルから復元したハッシュを返します。