Home
last modified time | relevance | path

Searched defs:haveReadSupport (Results 1 – 3 of 3) 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)
151 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\UnixPipes
H A DWindowsPipes.php36 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes
38 public function __construct($input, bool $haveReadSupport)
177 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
H A DPipesInterface.php55 public function haveReadSupport(): bool; function