Home
last modified time | relevance | path

Searched refs:STDIN (Results 1 – 25 of 37) sorted by relevance

12

/plugin/jplayer/vendor/symfony/process/Tests/
DPipeStdinInStdoutStdErrStreamSelect.php17 $read = [\STDIN];
20 stream_set_blocking(\STDIN, 0);
60 $str = fread(\STDIN, 32768);
65 if (false === $str || feof(\STDIN)) {
67 if (!feof(\STDIN)) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dupload_fck.pl152 binmode(STDIN);
154 my $Boundary = <STDIN>;
157 while(<STDIN>) {
171 while(<STDIN>) {
179 while(<STDIN>) {
222 read(STDIN,$Buffer,$ENV{'CONTENT_LENGTH'});
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dupload_fck.pl152 binmode(STDIN);
154 my $Boundary = <STDIN>;
157 while(<STDIN>) {
171 while(<STDIN>) {
179 while(<STDIN>) {
222 read(STDIN,$Buffer,$ENV{'CONTENT_LENGTH'});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-stdin.phpt2 PHPT runner supports STDIN section
3 --STDIN--
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
DConsole.php17 const STDIN = 0; define in SebastianBergmann\\Environment\\Console
83 if (!$this->isInteractive(self::STDIN)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
DLintCommand.php204 if (0 !== ftell(STDIN)) {
209 while (!feof(STDIN)) {
210 $inputs .= fread(STDIN, 1024);
/plugin/davcard/vendor/sabre/vobject/bin/
Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/webdavclient/vendor/sabre/vobject/bin/
Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/icalevents/vendor/sabre/vobject/bin/
Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/wysiwyg/fckeditor/_samples/perl/
Dsampleposteddata.cgi55 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample03.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample04.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample02.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/plugin/grensladawritezor/fckeditor/_samples/perl/
Dsampleposteddata.cgi55 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample03.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample04.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
Dsample02.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.0.md28 * Removed use of STDIN
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DCommand.php373 $bootstrapScript = trim(fgets(STDIN));
376 $testsDirectory = trim(fgets(STDIN));
379 $src = trim(fgets(STDIN));
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a…
50 …* deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (app…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DGraphNavigatorTest.php47 $this->serializationNavigator->accept(STDIN, null);
/plugin/codemirror/dist/modes/
Dperl.min.js1 …:[5,1],READLINE:[5,1],DESTROY:[5,1],TIE:[5,1],TIEHANDLE:[5,1],UNTIE:[5,1],STDIN:5,STDIN_TOP:5,STDO… property
Dpig.min.js.map1 …REAM THROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPL…
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs301 files = { STDIN: chunks.join("") };

12