Home
last modified time | relevance | path

Searched refs:ptyMode (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php26 private $ptyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct($ttyMode, $ptyMode, $input, $haveReadSupport) argument
32 $this->ptyMode = (bool) $ptyMode;
66 if ($this->ptyMode && Process::isPtySupported()) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php26 private $ptyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument
32 $this->ptyMode = $ptyMode;
76 if ($this->ptyMode && Process::isPtySupported()) {