Home
last modified time | relevance | path

Searched defs:haveReadSupport (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php27 private $haveReadSupport; variable in Symfony\\Component\\Process\\Pipes\\UnixPipes
29 public function __construct($ttyMode, $ptyMode, $input, $haveReadSupport)
141 public function haveReadSupport() 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, $haveReadSupport)
167 public function haveReadSupport() function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
H A DPipesInterface.php61 public function haveReadSupport(); function
/plugin/combo/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
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) argument
177 public function haveReadSupport(): bool function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
H A DPipesInterface.php55 public function haveReadSupport(): bool; function