Home
last modified time | relevance | path

Searched refs:haveReadSupport (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php27 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) argument
33 $this->haveReadSupport = $haveReadSupport;
58 if (!$this->haveReadSupport) {
151 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes
153 return $this->haveReadSupport;
H A DWindowsPipes.php36 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes
38 public function __construct($input, bool $haveReadSupport) argument
40 $this->haveReadSupport = $haveReadSupport;
42 if ($this->haveReadSupport) {
111 if (!$this->haveReadSupport) {
177 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
179 return $this->haveReadSupport;
H A DPipesInterface.php55 public function haveReadSupport(): bool; function
/template/strap/vendor/symfony/process/
H A DProcess.php423 if (!$this->processPipes->haveReadSupport()) {
464 if (!$this->processPipes->haveReadSupport()) {