Home
last modified time | relevance | path

Searched refs:TYPE_IDLE (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php24 const TYPE_IDLE = 2; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
53 return self::TYPE_IDLE === $this->timeoutType;
62 case self::TYPE_IDLE:
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php24 public const TYPE_IDLE = 2; define in Symfony\\Component\\Process\\Exception\\ProcessTimedOutException
53 return self::TYPE_IDLE === $this->timeoutType;
62 case self::TYPE_IDLE:
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1336 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
/plugin/combo/vendor/symfony/process/
H A DProcess.php1210 throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);