Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 25 of 31) sorted by relevance

12

/plugin/jplayer/vendor/symfony/process/Tests/
DPipeStdinInStdoutStdErrStreamSelect.php18 $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/
DTestCaseMethod.tpl.dist4 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/
DColors.php68 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)
DBase.php29 'channel' => STDOUT,
35 'channel' => STDOUT,
41 'channel' => STDOUT,
47 'channel' => STDOUT,
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
DConsole.php18 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/
DIssue1348Test.php6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
/plugin/jplayer/vendor/symfony/process/Pipes/
DWindowsPipes.php33 Process::STDOUT => 0,
48 Process::STDOUT => Process::OUT,
/plugin/combo/ComboStrap/
H A DConsole.php19 fputs(STDOUT, "Console Info: " . $message . PHP_EOL);
H A DFileSystems.php319 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 DWindowsPipes.php33 Process::STDOUT => 0,
48 Process::STDOUT => Process::OUT,
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
DConsoleTest.php40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D1348.phpt23 STDOUT does not break test result
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
DResolve.php78 $verbose = Console::isDirect(STDOUT);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
Dfunctions.php89 return STDOUT;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
DCore.php359 return STDOUT;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php71 return \STDOUT;
/plugin/remotescript/lib/JsHttpRequest/
Dprotocol.txt53 text: <text data, e.g. - debug STDOUT content>
63 - text: other backend data (usually captured STDOUT).
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md130 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 DProcess.php43 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/
Dhelp2.phpt65 --stderr Write to STDERR instead of STDOUT.
Dhelp.phpt64 --stderr Write to STDERR instead of STDOUT.
/plugin/jplayer/vendor/symfony/process/
DProcess.php40 const STDOUT = 1; define in Symfony\\Component\\Process\\Process
1514 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
/plugin/codemirror/dist/modes/
Dperl.min.js1 …,DESTROY:[5,1],TIE:[5,1],TIEHANDLE:[5,1],UNTIE:[5,1],STDIN:5,STDIN_TOP:5,STDOUT:5,STDOUT_TOP:5,STD… property
Dpig.min.js.map1 …ROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT …
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md90 -o, --output <file> Output file path (default STDOUT). Specify `ast` or
92 as JSON to STDOUT respectively.
160 goes to STDOUT.

12