Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 34) sorted by last modified time

12

/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/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/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/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py177 user_name = sys.stdin.readline().rstrip()
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php125 $stdin = 'php://stdin' === $meta['uri'] || 'php://fd/0' === $meta['uri'];
127 return !$stdin
/plugin/tablelayout/
H A Dyarn.lock446 get-stdin "^4.0.1"
907 get-stdin@^4.0.1:
909 …resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5…
2312 get-stdin "^4.0.1"
/plugin/structtemplate/_vagrant/
H A DVagrantfile52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/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/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2 …derr")}var stdin=FS.open("/dev/stdin","r");HEAP32[_stdin>>2]=FS.getPtrForStream(stdin);assert(stdi…
H A Dopus.js2 …derr")}var stdin=FS.open("/dev/stdin","r");HEAP32[_stdin>>2]=FS.getPtrForStream(stdin);assert(stdi…
H A Dogg.js2 …derr")}var stdin=FS.open("/dev/stdin","r");HEAP32[_stdin>>2]=FS.getPtrForStream(stdin);assert(stdi…
/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/codemirror/dist/modes/
H A Dsql.min.js.map1stdin stdout storage strict strip structure style subclass_origin submultiset subscription substri…
H A Dlua.min.js.map1 …s\",\"io.open\",\"io.output\",\"io.popen\",\"io.read\",\"io.stderr\",\"io.stdin\",\n \"io.stdou…
H A Dsas.min.js.map1 …sortsize soundex spedis splashlocation split spool sqrt start std stderr stdin stfips stimer stna…
/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"
/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/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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stdin.phpt7 $input = file_get_contents('php://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/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md199 `stdin`), thus:
/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/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/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));

12