Home
last modified time | relevance | path

Searched refs:isPtySupported (Results 1 – 5 of 5) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php66 if ($this->ptyMode && Process::isPtySupported()) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php76 if ($this->ptyMode && Process::isPtySupported()) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1345 public static function isPtySupported() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php1271 public static function isPtySupported() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php496 if (!Process::isPtySupported()) {