| /plugin/jplayer/vendor/symfony/process/Tests/ |
| D | PipeStdinInStdoutStdErrStreamSelect.php | 18 $write = [\STDOUT, \STDERR]; 21 stream_set_blocking(\STDOUT, 0); 37 if (in_array(\STDOUT, $w) && strlen($out) > 0) { 38 $written = fwrite(\STDOUT, (string) $out, 32768); 45 $write = array_diff($write, [\STDOUT]);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
| D | TestCaseMethod.tpl.dist | 4 if (!defined('STDOUT')) { 7 define('STDOUT', fopen('php://temp', 'w+b')); 61 @rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */ 62 if ($stdout = stream_get_contents(STDOUT)) {
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | Colors.php | 68 if (function_exists('posix_isatty') && !posix_isatty(STDOUT)) { 115 public function ptln($line, $color, $channel = STDOUT) 161 public function set($color, $channel = STDOUT) 173 public function reset($channel = STDOUT)
|
| D | Base.php | 29 'channel' => STDOUT, 35 'channel' => STDOUT, 41 'channel' => STDOUT, 47 'channel' => STDOUT,
|
| /plugin/findologicxmlexport/vendor/sebastian/environment/src/ |
| D | Console.php | 18 const STDOUT = 1; define in SebastianBergmann\\Environment\\Console 39 return $this->isInteractive(STDOUT); 109 public function isInteractive($fileDescriptor = self::STDOUT)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/ |
| D | Issue1348Test.php | 6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
|
| /plugin/jplayer/vendor/symfony/process/Pipes/ |
| D | WindowsPipes.php | 33 Process::STDOUT => 0, 48 Process::STDOUT => Process::OUT,
|
| /plugin/combo/ComboStrap/ |
| H A D | Console.php | 19 fputs(STDOUT, "Console Info: " . $message . PHP_EOL);
|
| H A D | FileSystems.php | 319 fputs(STDOUT, "ModificationTime of {$mediaFile->toAbsoluteId()}" . PHP_EOL); 321 fputs(STDOUT, "ModificationTime of $filename at $log "); 323 fputs(STDOUT, " $timestamp" . PHP_EOL);
|
| /plugin/combo/vendor/symfony/process/Pipes/ |
| H A D | WindowsPipes.php | 33 Process::STDOUT => 0, 48 Process::STDOUT => Process::OUT,
|
| /plugin/findologicxmlexport/vendor/sebastian/environment/tests/ |
| D | ConsoleTest.php | 40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 1348.phpt | 23 STDOUT does not break test result
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Bin/ |
| D | Resolve.php | 78 $verbose = Console::isDirect(STDOUT);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | functions.php | 89 return STDOUT;
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/ |
| D | Core.php | 359 return STDOUT;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Utils.php | 71 return \STDOUT;
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| D | protocol.txt | 53 text: <text data, e.g. - debug STDOUT content> 63 - text: other backend data (usually captured STDOUT).
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/ |
| D | README.md | 130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). … 160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
|
| /plugin/combo/vendor/symfony/process/ |
| H A D | Process.php | 43 public const STDOUT = 1; define in Symfony\\Component\\Process\\Process 478 … $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready; 1444 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | help2.phpt | 65 --stderr Write to STDERR instead of STDOUT.
|
| D | help.phpt | 64 --stderr Write to STDERR instead of STDOUT.
|
| /plugin/jplayer/vendor/symfony/process/ |
| D | Process.php | 40 const STDOUT = 1; define in Symfony\\Component\\Process\\Process 1514 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
|
| /plugin/codemirror/dist/modes/ |
| D | perl.min.js | 1 …,DESTROY:[5,1],TIE:[5,1],TIEHANDLE:[5,1],UNTIE:[5,1],STDIN:5,STDIN_TOP:5,STDOUT:5,STDOUT_TOP:5,STD… property
|
| D | pig.min.js.map | 1 …ROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT …
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 90 -o, --output <file> Output file path (default STDOUT). Specify `ast` or 92 as JSON to STDOUT respectively. 160 goes to STDOUT.
|