Home
last modified time | relevance | path

Searched refs:STATUS_READY (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php35 const STATUS_READY = 'ready'; define in Symfony\\Component\\Process\\Process
71 private $status = self::STATUS_READY;
832 return self::STATUS_READY != $this->status;
1567 $this->status = self::STATUS_READY;
/plugin/combo/vendor/symfony/process/
H A DProcess.php38 public const STATUS_READY = 'ready'; define in Symfony\\Component\\Process\\Process
71 private $status = self::STATUS_READY;
880 return self::STATUS_READY != $this->status;
1483 $this->status = self::STATUS_READY;
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php605 $this->assertSame(Process::STATUS_READY, $process->getStatus());