Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php25 private $ttyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct($ttyMode, $ptyMode, $input, $haveReadSupport) argument
31 $this->ttyMode = (bool) $ttyMode;
58 if ($this->ttyMode) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php25 private $ttyMode; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument
31 $this->ttyMode = $ttyMode;
68 if ($this->ttyMode) {