522件ヒット
[1-100件を表示]
(0.074秒)
ライブラリ
- ビルトイン (48)
- benchmark (48)
- matrix (12)
- mkmf (12)
- rake (24)
-
rexml
/ document (60) -
rexml
/ sax2listener (24) -
rexml
/ streamlistener (36) -
rubygems
/ source _ info _ cache (24) - shell (36)
-
shell
/ command-processor (48) -
shell
/ filter (48) -
shell
/ system-command (90)
クラス
-
Benchmark
:: Tms (48) -
Gem
:: SourceInfoCache (24) - IO (12)
- Matrix (12)
-
RDoc
:: Options (12) -
REXML
:: DocType (36) -
REXML
:: NotationDecl (24) -
Rake
:: Application (12) - Shell (36)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (48) -
Shell
:: SystemCommand (90) - String (12)
- SystemCallError (12)
- SystemExit (12)
モジュール
- FileUtils (12)
- Kernel (12)
-
REXML
:: SAX2Listener (24) -
REXML
:: StreamListener (36)
キーワード
- < (6)
- active? (6)
- cat (18)
-
close
_ on _ exec= (12) - command (6)
- cstime (12)
- doctype (24)
- each (6)
- echo (18)
- eigensystem (12)
- entitydecl (12)
- errno (12)
-
external
_ id (12) -
find
_ system _ command (18) - flush (6)
- format (12)
- glob (6)
- input= (6)
- kill (6)
-
latest
_ system _ cache _ file (12) - name (6)
- notationdecl (24)
- notify (12)
-
op
_ dir (12) - out (18)
- public (12)
- sh (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) - stime (12)
- success? (12)
- sum (12)
-
super
_ each (6) - system= (12)
-
system
_ cache _ file (12) - tee (6)
- terminate (6)
-
to
_ a (12) - transact (18)
- wait? (6)
- xsystem (12)
- | (6)
検索結果
先頭5件
-
Shell
:: CommandProcessor # system(command , *opts) -> Shell :: SystemCommand (21420.0) -
command を実行する.
...
command を実行する.
@param command 実行するコマンドのパスを文字列で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
S......hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
REXML
:: DocType # system -> String | nil (21132.0) -
DTD のシステム識別子を返します。
...ocument'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
EOS
doctype.system # => "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
doctype.public # => "-//W3C//DTD XHTML 1.0 Strict......//EN"
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE root SYSTEM "foobar">
EOS
doctype.system # => "foobar"
doctype.public # => nil
//}... -
REXML
:: NotationDecl # system -> String | nil (21102.0) -
システム識別子(URI)を返します。
システム識別子(URI)を返します。
宣言がシステム識別子を含まない場合は nil を返します。 -
Shell
# system(command , *opts) -> Shell :: SystemCommand (18420.0) -
command を実行する.
...
command を実行する.
@param command 実行するコマンドのパスを文字列で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
S......hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
Shell
:: Filter # system(command , *opts) -> Shell :: SystemCommand (18420.0) -
command を実行する.
...
command を実行する.
@param command 実行するコマンドのパスを文字列で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
S......hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
Shell
:: CommandProcessor # find _ system _ command(command) (15302.0) -
@todo
@todo -
Shell
# find _ system _ command(command) (12302.0) -
@todo
@todo -
Shell
:: Filter # find _ system _ command(command) (12302.0) -
@todo
@todo -
Gem
:: SourceInfoCache # latest _ system _ cache _ file -> String (12202.0) -
最新のシステムキャッシュのファイル名を返します。
最新のシステムキャッシュのファイル名を返します。 -
Gem
:: SourceInfoCache # system _ cache _ file -> String (12202.0) -
システムキャッシュファイルの名前を返します。
システムキャッシュファイルの名前を返します。 -
Shell
:: SystemCommand # command -> String (12101.0) -
@todo
@todo
コマンド名を返します。 -
REXML
:: NotationDecl # system=(value) (9102.0) -
システム識別子を変更します。
システム識別子を変更します。
@param value 設定するシステム識別子