Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1075 public function isPty() function in Symfony\\Component\\Process\\Process
1373 …$this->processPipes = new UnixPipes($this->isTty(), $this->isPty(), $this->input, !$this->outputDi…
/plugin/combo/vendor/symfony/process/
H A DProcess.php1098 public function isPty() function in Symfony\\Component\\Process\\Process
1297 $this->processPipes = new UnixPipes($this->isTty(), $this->isPty(), $this->input, !$this->outputDisabled || $this->hasCallback);