Searched refs:TYPE_IDLE (Results 1 – 4 of 4) sorted by relevance
/plugin/jplayer/vendor/symfony/process/Exception/ | ||
H A D | ProcessTimedOutException.php | 24 const TYPE_IDLE = 2; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException |
/plugin/combo/vendor/symfony/process/Exception/ | ||
H A D | ProcessTimedOutException.php | 24 public const TYPE_IDLE = 2; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException |
/plugin/jplayer/vendor/symfony/process/ | ||
H A D | Process.php | 1336 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE); |
/plugin/combo/vendor/symfony/process/ | ||
H A D | Process.php | 1210 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE); |