Home
last modified time | relevance | path

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

12

/plugin/jplayer/vendor/symfony/process/Tests/
H A 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/
H A 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/
H A Dphpt-stdin.phpt2 PHPT runner supports STDIN section
3 --STDIN--
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php17 const STDIN = 0; define in SebastianBergmann\\Environment\\Console
83 if (!$this->isInteractive(self::STDIN)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php204 if (0 !== ftell(STDIN)) {
209 while (!feof(STDIN)) {
210 $inputs .= fread(STDIN, 1024);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dbench.php6 $data = stream_get_contents(STDIN);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A 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/
H A Dsampleposteddata.cgi55 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
H A Dsample03.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
H A Dsample04.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
H A Dsample02.cgi63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md28 * Removed use of STDIN
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php373 $bootstrapScript = trim(fgets(STDIN));
376 $testsDirectory = trim(fgets(STDIN));
379 $src = trim(fgets(STDIN));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php47 $this->serializationNavigator->accept(STDIN, null);
/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 dash) instead to make it explicit.
50 * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
/plugin/codemirror/dist/modes/
H A 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 in AnonymousFunction3829359c0200.a
H A Dpig.min.js.map1 …REAM THROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPL…
H A Dperl.min.js.map1STDIN","STDIN_TOP","STDOUT","STDOUT_TOP","STDERR","STDERR_TOP","$ARG","$_","@ARG","@_","$LIST_SEPA…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php39 const STDIN = 0; define in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php42 public const STDIN = 0; define in Symfony\\Component\\Process\\Process
279 * Starts the process and returns after writing the input to STDIN.
281 * This method blocks until all STDIN data is sent to the process then it
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md159 If no file is specified input will be read from STDIN.
171 Convert the original markdown description to html using STDIN:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1835 $input = fgets(STDIN);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …ndlers\n builtinFileHandlers: ['ARGV', 'STDERR', 'STDOUT', 'ARGVOUT', 'STDIN', 'ENV'],\n // …

12