Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/Pipes/
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/
DProcess.php1345 public static function isPtySupported() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php1272 public static function isPtySupported() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessTest.php496 if (!Process::isPtySupported()) {