Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 34) sorted by relevance

12

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php140 $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 DCliTest.php140 $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 DCliTest.php140 $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 DCliTest.php140 $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 Dcommonmark
/plugin/spellcheck/
H A Daspell.php172 $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 DPHP.php31 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 Dprolog_tag.php100 $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 DAbstractPipes.php130 foreach ($w as $stdin) {
132 $written = fwrite($stdin, $this->inputBuffer);
145 $written = fwrite($stdin, $data);
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php89 * 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 DCli.php71 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 DCli.php71 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 DCli.php71 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 DCli.php71 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 DCli.php71 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 DDefault.php38 if ($this->useTempFile || $this->stdin) {
46 $job = $this->stdin;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stdin.phpt7 $input = file_get_contents('php://stdin');
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php125 $stdin = 'php://stdin' === $meta['uri'] || 'php://fd/0' === $meta['uri'];
127 return !$stdin
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php91 if (!$stdin = $this->getStdin()) {
95 return $this->display($io, [$this->validate($stdin, $flags)]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php159 $stdin = false;
162 $stdin = true;
195 if (PHP_CODESNIFFER_CBF === true && $stdin === false) {
H A DFile.php660 $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 Dgooglecode_upload.py177 user_name = sys.stdin.readline().rstrip()
/plugin/structtemplate/_vagrant/
H A DVagrantfile52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1873 $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 Dyarn.lock1136 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"

12