Home
last modified time | relevance | path

Searched refs:areOpen (Results 1 – 8 of 8) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DPipesInterface.php54 public function areOpen(); function
H A DUnixPipes.php149 public function areOpen() function in Symfony\\Component\\Process\\Pipes\\UnixPipes
H A DWindowsPipes.php175 public function areOpen() function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
/plugin/combo/vendor/symfony/process/Pipes/
H A DPipesInterface.php50 public function areOpen(): bool; function
H A DUnixPipes.php159 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes
H A DWindowsPipes.php185 public function areOpen(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
/plugin/combo/vendor/symfony/process/
H A DProcess.php431 $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
472 $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php419 … $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();