Home
last modified time | relevance | path

Searched refs:stdin (Results 26 – 34 of 34) sorted by path

12

/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…
/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/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/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/structtemplate/_vagrant/
H A DVagrantfile52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
/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/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/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/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 …]

12