Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 25 of 26) sorted by path

12

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php89 return STDOUT;
/plugin/codemirror/dist/modes/
H A 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 in AnonymousFunction3829359c0200.a
H A Dperl.min.js.map1STDOUT","STDOUT_TOP","STDERR","STDERR_TOP","$ARG","$_","@ARG","@_","$LIST_SEPARATOR","$\"","$PROCE…
H A Dpig.min.js.map1 …ROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT …
/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,
43 // Fix for PHP bug #51800: reading from STDOUT pipe hangs forever on Windows if the output is too big.
48 Process::STDOUT => Process::OUT,
/plugin/combo/vendor/symfony/process/
H A DProcess.php43 public const STDOUT = 1; define in Symfony\\Component\\Process\\Process
51 public const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating
234 * The STDOUT and STDERR are also available after the process is finished
238 * output available on STDOUT or STDERR
291 * output available on STDOUT or STDERR
377 * output available on STDOUT or STDERR
477 $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;
572 * Returns the current output of the process (STDOUT).
947 * Adds a line to the STDOUT stream.
1430 $callback(self::STDOUT
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 … ],\n // File handlers\n builtinFileHandlers: ['ARGV', 'STDERR', 'STDOUT', 'ARGVOUT', 'STDI…
H A D40.40.js.map1 … 'STDDEV_POP',\n 'STDDEV_SAMP',\n 'STDIN',\n 'STDOUT',\n 'STORAG…
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php358 } elseif (defined('STDOUT')) {
359 return STDOUT;
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php78 $verbose = Console::isDirect(STDOUT);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A 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/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt23 STDOUT does not break test result
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/
H A DIssue1348Test.php6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt64 --stderr Write to STDERR instead of STDOUT.
H A Dhelp2.phpt65 --stderr Write to STDERR instead of STDOUT.
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A 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/sebastian/environment/tests/
H A DConsoleTest.php40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php33 Process::STDOUT => 0,
48 Process::STDOUT => Process::OUT,
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php40 const STDOUT = 1; define in Symfony\\Component\\Process\\Process
1514 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
/plugin/jplayer/vendor/symfony/process/Tests/
H A 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/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt53 text: <text data, e.g. - debug STDOUT content>
63 - text: other backend data (usually captured STDOUT).
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). This is useful when
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php26 'debug' => array('', Colors::C_RESET, STDOUT),
27 'info' => array('ℹ ', Colors::C_CYAN, STDOUT),
28 'notice' => array('☛ ', Colors::C_CYAN, STDOUT),
29 'success' => array('✓ ', Colors::C_GREEN, STDOUT),

12