480件ヒット
[401-480件を表示]
(0.017秒)
クラス
- Shell (162)
-
Shell
:: CommandProcessor (138) -
Shell
:: Filter (138) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (12)
キーワード
- [] (18)
- active? (6)
-
active
_ job? (6) -
active
_ jobs _ exist? (6) - blockdev? (18)
- chardev? (18)
- debug (6)
- debug? (6)
- directory? (18)
- executable? (18)
-
executable
_ real? (18) - exist? (18)
- exists? (18)
- file? (18)
- grpowned? (18)
-
jobs
_ exist? (6) - owned? (18)
- pipe? (18)
- readable? (18)
-
readable
_ real? (18) - setgid? (18)
- setuid? (18)
- socket? (18)
- sticky? (18)
- symlink? (18)
- test (18)
- verbose (6)
- verbose? (6)
- wait? (6)
-
waiting
_ job? (6) -
waiting
_ jobs _ exist? (6) - writable? (18)
-
writable
_ real? (18) - zero? (18)
検索結果
先頭5件
-
Shell
:: Filter # setuid?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#setuid? -
Shell
:: Filter # socket?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#socket? -
Shell
:: Filter # sticky?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#sticky? -
Shell
:: Filter # symlink?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#symlink? -
Shell
:: Filter # writable?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable? -
Shell
:: Filter # writable _ real?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable_real? -
Shell
:: Filter # zero?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#zero? -
Shell
:: ProcessController # active _ job?(job) -> bool (103.0) -
指定されたジョブが実行中である場合は真を返します。 そうでない場合は偽を返します。
指定されたジョブが実行中である場合は真を返します。
そうでない場合は偽を返します。
@param job ジョブを指定します。 -
Shell
:: ProcessController # active _ jobs _ exist? -> bool (103.0) -
実行中のジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
実行中のジョブが存在する場合は真を返します。
そうでない場合は偽を返します。 -
Shell
:: ProcessController # jobs _ exist? -> bool (103.0) -
実行中か待機中のジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
実行中か待機中のジョブが存在する場合は真を返します。
そうでない場合は偽を返します。 -
Shell
:: ProcessController # waiting _ job?(job) -> bool (103.0) -
指定されたジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
指定されたジョブが存在する場合は真を返します。
そうでない場合は偽を返します。
@param job ジョブを指定します。 -
Shell
:: ProcessController # waiting _ jobs _ exist? -> bool (103.0) -
待機中のジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
待機中のジョブが存在する場合は真を返します。
そうでない場合は偽を返します。 -
Shell
:: SystemCommand # active? -> bool (103.0) -
@todo
@todo -
Shell
:: SystemCommand # wait? -> bool (103.0) -
@todo
@todo