Home
last modified time | relevance | path

Searched refs:stdout (Results 26 – 50 of 53) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt2 phpunit --testdox-html php://stdout BankAccountTest ../_files/BankAccountTest.php
7 $_SERVER['argv'][3] = 'php://stdout';
H A Dlog-teamcity.phpt2 phpunit --log-teamcity php://stdout BankAccountTest ../_files/BankAccountTest.php
7 $_SERVER['argv'][3] = 'php://stdout';
H A Ddataprovider-log-xml-isolation.phpt2 phpunit --process-isolation --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
8 $_SERVER['argv'][4] = 'php://stdout';
H A Ddataprovider-log-xml.phpt2 phpunit --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
7 $_SERVER['argv'][3] = 'php://stdout';
H A Dlog-json-post-66021.phpt2 phpunit --log-json php://stdout BankAccountTest ../_files/BankAccountTest.php
14 $_SERVER['argv'][3] = 'php://stdout';
H A Dlog-junit.phpt2 phpunit --log-junit php://stdout --report-useless-tests StatusTest ../_files/StatusTest.php
7 $_SERVER['argv'][3] = 'php://stdout';
H A Dtestdox-xml.phpt2 phpunit --testdox-xml php://stdout StatusTest ../_files/StatusTest.php
8 $_SERVER['argv'][4] = 'php://stdout';
H A Dtestdox.phpt2 phpunit --testdox php://stdout BankAccountTest ../_files/BankAccountTest.php
/plugin/shell/
H A DP0wnyShell.js104 insertStdout(stdout) { argument
105 const textElem = document.createTextNode(stdout);
141 this.insertStdout(atob(response.stdout));
224 this.insertStdout(atob(response.stdout));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py175 sys.stdout.write('Please enter your googlecode.com username: ')
176 sys.stdout.flush()
/plugin/git/lib/
H A DGit.php202 $stdout = stream_get_contents($pipes[1]);
230 $stdout = stream_get_contents($pipes[1]);
239 return $stdout;
/plugin/spellcheck/
H A Daspell.php228 function execPipe($command,$stdin,&$stdout,&$stderr){ argument
261 $stdout .= fread($pipes[1], 8192);
/plugin/gitbacked/lib/
H A DGit.php279 $stdout = stream_get_contents($pipes[1]);
327 $stdout = stream_get_contents($pipes[1]);
345 return $stdout;
/plugin/darcs/
H A Dadmin.php83 $my_page.="\n\n=====".$this->lang['stdout']."=====\n";
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md77 - #24 CLI script now sends all error output to stderr instead of stdout
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js256 process.stdout.write(text + blankLine.slice(text.length) + '\r');
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1 ….output\",\"io.popen\",\"io.read\",\"io.stderr\",\"io.stdin\",\n \"io.stdout\",\"io.tmpfile\",\…
H A Dsql.min.js.map1stdout storage strict strip structure style subclass_origin submultiset subscription substring sub…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …)");var stdout=FS.open("/dev/stdout","w");HEAP32[_stdout>>2]=FS.getPtrForStream(stdout);assert(std…
H A Dvorbis.js2 …)");var stdout=FS.open("/dev/stdout","w");HEAP32[_stdout>>2]=FS.getPtrForStream(stdout);assert(std…
H A Dopus.js2 …)");var stdout=FS.open("/dev/stdout","w");HEAP32[_stdout>>2]=FS.getPtrForStream(stdout);assert(std…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt284 * Bugfix: force stderr output to stdout in SafeExec
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6 …,x("pipe count=%d opts=%j",f.pipesCount,t);var g=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr,_=g?…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js18279 dest !== process.stdout &&
H A Dpdfmake.min.js11 …,L("pipe count=%d opts=%j",f.pipesCount,n);var d=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,p=d?…

123