/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 140 $this->cli->stdin = $inputStream; 172 $this->cli->stdin = $inputStream; 211 $this->cli->stdin = $inputStream; 257 $this->cli->stdin = $inputStream; 324 $this->cli->stdin = $inputStream; 364 $this->cli->stdin = $inputStream; 404 $this->cli->stdin = $inputStream; 429 $this->cli->stdin = $inputStream; 451 $this->cli->stdin = $inputStream; 472 $this->cli->stdin = $inputStream; [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 140 $this->cli->stdin = $inputStream; 172 $this->cli->stdin = $inputStream; 210 $this->cli->stdin = $inputStream; 256 $this->cli->stdin = $inputStream; 322 $this->cli->stdin = $inputStream; 362 $this->cli->stdin = $inputStream; 402 $this->cli->stdin = $inputStream; 426 $this->cli->stdin = $inputStream; 448 $this->cli->stdin = $inputStream; 469 $this->cli->stdin = $inputStream; [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 140 $this->cli->stdin = $inputStream; 172 $this->cli->stdin = $inputStream; 211 $this->cli->stdin = $inputStream; 257 $this->cli->stdin = $inputStream; 324 $this->cli->stdin = $inputStream; 364 $this->cli->stdin = $inputStream; 404 $this->cli->stdin = $inputStream; 429 $this->cli->stdin = $inputStream; 451 $this->cli->stdin = $inputStream; 472 $this->cli->stdin = $inputStream; [all …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 140 $this->cli->stdin = $inputStream; 172 $this->cli->stdin = $inputStream; 211 $this->cli->stdin = $inputStream; 257 $this->cli->stdin = $inputStream; 324 $this->cli->stdin = $inputStream; 364 $this->cli->stdin = $inputStream; 404 $this->cli->stdin = $inputStream; 429 $this->cli->stdin = $inputStream; 451 $this->cli->stdin = $inputStream; 472 $this->cli->stdin = $inputStream; [all …]
|
/plugin/commonmark/vendor/league/commonmark/bin/ |
H A D | commonmark |
|
/plugin/spellcheck/ |
H A D | aspell.php | 172 $stdin = ''; 178 $stdin .= "$s\n"; 183 $stdin .= "^".str_replace("\n", "\n^",$text); 186 $rc = $this->execPipe($command,$stdin,$out,$err); 228 function execPipe($command,$stdin,&$stdout,&$stderr){ argument 236 $txLen = strlen($stdin); 254 $txRet = fwrite($pipes[0], substr($stdin, $txOff, 8192));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | PHP.php | 31 protected $stdin = ''; variable in PHPUnit_Util_PHP 87 * @param string $stdin 89 public function setStdin($stdin) argument 91 $this->stdin = (string) $stdin; 101 return $this->stdin;
|
/plugin/prolog/ |
H A D | prolog_tag.php | 100 $stdin = $tmpname.'.pl'; 103 $handleStdin = fopen($stdin, 'w'); 117 fwrite($pipes[0], '[\''.substr($stdin, 0, -3).'\'].'); 150 unlink($stdin);
|
/plugin/jplayer/vendor/symfony/process/Pipes/ |
H A D | AbstractPipes.php | 130 foreach ($w as $stdin) { 132 $written = fwrite($stdin, $this->inputBuffer); 145 $written = fwrite($stdin, $data);
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | AbstractPipes.php | 89 * Writes input to stdin. 128 foreach ($w as $stdin) { 130 $written = fwrite($stdin, $this->inputBuffer); 143 $written = fwrite($stdin, $data);
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 71 protected $stdin; variable in Sabre\\VObject\\Cli 110 if (!$this->stdin) { 111 $this->stdin = fopen('php://stdin', 'r');
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 71 protected $stdin; variable in Sabre\\VObject\\Cli 110 if (!$this->stdin) { 111 $this->stdin = fopen('php://stdin', 'r');
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 71 protected $stdin; variable in Sabre\\VObject\\Cli 110 if (!$this->stdin) { 111 $this->stdin = fopen('php://stdin', 'r');
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 71 protected $stdin; variable in Sabre\\VObject\\Cli 110 if (!$this->stdin) { 111 $this->stdin = fopen('php://stdin', 'r');
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Cli.php | 71 protected $stdin; variable in Sabre\\VObject\\Cli 110 if (!$this->stdin) { 111 $this->stdin = fopen('php://stdin', 'r');
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/ |
H A D | Default.php | 38 if ($this->useTempFile || $this->stdin) { 46 $job = $this->stdin;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | phpt-stdin.phpt | 7 $input = file_get_contents('php://stdin');
|
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | Php72.php | 125 $stdin = 'php://stdin' === $meta['uri'] || 'php://fd/0' === $meta['uri']; 127 return !$stdin
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 91 if (!$stdin = $this->getStdin()) { 95 return $this->display($io, [$this->validate($stdin, $flags)]);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Fixer.php | 159 $stdin = false; 162 $stdin = true; 195 if (PHP_CODESNIFFER_CBF === true && $stdin === false) {
|
H A D | File.php | 660 $stdin = false; 663 $stdin = true; 704 … if (PHP_CODESNIFFER_VERBOSITY > 0 || (PHP_CODESNIFFER_CBF === true && $stdin === false)) { 730 if (PHP_CODESNIFFER_VERBOSITY > 0 || (PHP_CODESNIFFER_CBF === true && $stdin === false)) {
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 177 user_name = sys.stdin.readline().rstrip()
|
/plugin/structtemplate/_vagrant/ |
H A D | Vagrantfile | 52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 1873 $stdin = false; 1876 $stdin = true; 1879 if (PHP_CODESNIFFER_VERBOSITY > 0 || (PHP_CODESNIFFER_CBF === true && $stdin === false)) { 1896 if (PHP_CODESNIFFER_VERBOSITY > 0 || (PHP_CODESNIFFER_CBF === true && $stdin === false)) {
|
/plugin/dropfiles/ |
H A D | yarn.lock | 1136 get-stdin@^4.0.1: 1138 …resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5… 1140 get-stdin@^5.0.1: 1142 …resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c5253030569… 2649 get-stdin "^4.0.1" 2689 get-stdin "^5.0.1"
|