/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | PipeStdinInStdoutStdErrStreamSelect.php | 17 $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 D | upload_fck.pl | 152 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 D | phpt-stdin.phpt | 2 PHPT runner supports STDIN section 3 --STDIN--
|
/plugin/findologicxmlexport/vendor/sebastian/environment/src/ |
H A D | Console.php | 17 const STDIN = 0; define in SebastianBergmann\\Environment\\Console 83 if (!$this->isInteractive(self::STDIN)) {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 204 if (0 !== ftell(STDIN)) { 209 while (!feof(STDIN)) { 210 $inputs .= fread(STDIN, 1024);
|
/plugin/icalevents/vendor/sabre/vobject/bin/ |
H A D | bench.php | 6 $data = stream_get_contents(STDIN);
|
/plugin/davcard/vendor/sabre/vobject/bin/ |
H A D | bench.php | 6 $data = stream_get_contents(STDIN);
|
/plugin/webdavclient/vendor/sabre/vobject/bin/ |
H A D | bench.php | 6 $data = stream_get_contents(STDIN);
|
/plugin/davcal/vendor/sabre/vobject/bin/ |
H A D | bench.php | 6 $data = stream_get_contents(STDIN);
|
/plugin/wysiwyg/fckeditor/_samples/perl/ |
H A D | sampleposteddata.cgi | 55 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
H A D | sample03.cgi | 63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
H A D | sample04.cgi | 63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
H A D | sample02.cgi | 63 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | CHANGELOG-1.0.md | 28 * Removed use of STDIN
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | Command.php | 373 $bootstrapScript = trim(fgets(STDIN)); 376 $testsDirectory = trim(fgets(STDIN)); 379 $src = trim(fgets(STDIN));
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | GraphNavigatorTest.php | 47 $this->serializationNavigator->accept(STDIN, null);
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 43 * 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 D | perl.min.js | 1 …:[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 D | pig.min.js.map | 1 …REAM THROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPL…
|
H A D | perl.min.js.map | 1 …STDIN","STDIN_TOP","STDOUT","STDOUT_TOP","STDERR","STDERR_TOP","$ARG","$_","@ARG","@_","$LIST_SEPA…
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 39 const STDIN = 0; define in Symfony\\Component\\Process\\Process
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 42 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 D | README.md | 159 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 D | CodeSniffer.php | 1835 $input = fgets(STDIN);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 39.39.js.map | 1 …ndlers\n builtinFileHandlers: ['ARGV', 'STDERR', 'STDOUT', 'ARGVOUT', 'STDIN', 'ENV'],\n // …
|