72件ヒット
[1-72件を表示]
(0.011秒)
クラス
- Shell (6)
-
Shell
:: CommandProcessor (12) -
Shell
:: Concat (6) -
Shell
:: ProcessController (48)
キーワード
- activate (6)
-
active
_ process _ controllers (6) -
block
_ output _ synchronize (6) -
debug
_ output _ synchronize (6) -
def
_ builtin _ commands (6) -
each
_ active _ object (6) - inactivate (6)
- new (12)
-
process
_ controllers _ exclusive (6) -
run
_ config (6) -
wait
_ to _ finish _ all _ process _ controllers (6)
検索結果
先頭5件
-
Shell
:: ProcessController . active _ process _ controllers -> () (9102.0) -
@todo
@todo -
Shell
:: ProcessController . block _ output _ synchronize { . . . } -> () (9102.0) -
@todo
@todo -
Shell
:: ProcessController . process _ controllers _ exclusive -> () (9102.0) -
@todo
@todo -
Shell
:: ProcessController . wait _ to _ finish _ all _ process _ controllers -> () (9102.0) -
@todo
@todo -
Shell
. debug _ output _ synchronize (6103.0) -
@todo
...@todo
@see Mutex#synchronize......@todo
@see Thread::Mutex#synchronize... -
Shell
:: CommandProcessor . run _ config -> () (6102.0) -
ユーザのホームディレクトリに "~/.rb_shell" というファイルが存在すれば、それを Kernel.#load します。
...ユーザのホームディレクトリに "~/.rb_shell" というファイルが存在すれば、それを Kernel.#load します。
存在しない時は何もしません。... -
Shell
:: Concat . new(sh , *jobs) (3002.0) -
@todo
@todo -
Shell
:: ProcessController . activate(pc) -> () (3002.0) -
@todo
@todo -
Shell
:: ProcessController . each _ active _ object {|ref| . . . } -> () (3002.0) -
@todo
@todo -
Shell
:: ProcessController . inactivate(pc) -> () (3002.0) -
@todo
@todo -
Shell
:: ProcessController . new(shell) (3002.0) -
自身を初期化します。
...自身を初期化します。
@param shell Shell のインスタンスを指定します。... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (102.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]...