381件ヒット
[201-300件を表示]
(0.018秒)
クラス
- Shell (153)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (84) -
Shell
:: Concat (6) -
Shell
:: Echo (6) -
Shell
:: Filter (6) -
Shell
:: Glob (6) -
Shell
:: ProcessController (48) -
Shell
:: SystemCommand (6) -
Shell
:: Tee (6) -
Shell
:: Void (6)
モジュール
- Shellwords (36)
キーワード
- activate (6)
-
active
_ process _ controllers (6) -
add
_ delegate _ command _ to _ shell (6) -
alias
_ command (18) -
alias
_ map (6) -
block
_ output _ synchronize (6) - cascade (6)
- cascade= (6)
- cd (6)
- debug (6)
- debug= (6)
- debug? (6)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) -
def
_ builtin _ commands (6) -
def
_ system _ command (12) -
default
_ record _ separator (6) -
default
_ record _ separator= (6) -
default
_ system _ path (6) -
default
_ system _ path= (6) -
each
_ active _ object (6) - escape (12)
- inactivate (6)
- initialize (6)
-
install
_ builtin _ commands (6) -
install
_ system _ commands (12) - join (12)
-
method
_ added (6) - new (78)
- notify (6)
-
process
_ controllers _ exclusive (6) -
run
_ config (6) - split (12)
-
unalias
_ command (12) -
undef
_ system _ command (12) - verbose (6)
- verbose= (6)
- verbose? (6)
-
wait
_ to _ finish _ all _ process _ controllers (6)
検索結果
先頭5件
-
Shell
:: AppendFile . new(sh , filename) (3002.0) -
@todo
@todo -
Shell
:: AppendIO . new(sh , filename) (3002.0) -
@todo
@todo -
Shell
:: Cat . new(sh , *filenames) (3002.0) -
@todo
@todo -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self (3002.0) -
@todo
@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。 -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self (3002.0) -
@todo
@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。 -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (3002.0) -
@todo
@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...] -
Shell
:: CommandProcessor . def _ system _ command(command , path = command) -> () (3002.0) -
@todo
@todo
与えられたコマンドをメソッドとして定義します。
@param command 定義したいコマンドを指定します。
@param path command のパスを指定します。省略すると環境変数 PATH から command を探します。 -
Shell
:: CommandProcessor . initialize -> () (3002.0) -
@todo
@todo
このクラスを初期化します。 -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (3002.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。 -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (3002.0) -
全てのシステムコマンドをメソッドとして定義します。
全てのシステムコマンドをメソッドとして定義します。
既に定義されているコマンドを再定義することはありません。
デフォルトでは全てのコマンドに "sys_" というプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。
@param prefix プレフィクスを指定します。 -
Shell
:: CommandProcessor . unalias _ command(alias) -> self (3002.0) -
エイリアスを削除します。
エイリアスを削除します。
@param alias 削除したいエイリアスを指定します。 -
Shell
:: CommandProcessor . undef _ system _ command(command) -> self (3002.0) -
与えられたコマンドを削除します。
与えられたコマンドを削除します。
@param command 削除したいコマンド名を指定します。 -
Shell
:: Concat . new(sh , *jobs) (3002.0) -
@todo
@todo -
Shell
:: Echo . new(sh , *strings) (3002.0) -
@todo
@todo -
Shell
:: Glob . new(sh , pattern) (3002.0) -
@todo
@todo -
Shell
:: ProcessController . activate(pc) -> () (3002.0) -
@todo
@todo -
Shell
:: ProcessController . active _ process _ controllers -> () (3002.0) -
@todo
@todo -
Shell
:: ProcessController . block _ output _ synchronize { . . . } -> () (3002.0) -
@todo
@todo