/plugin/jplayer/vendor/symfony/process/Tests/ |
H A 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/ |
H A 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/vendor/splitbrain/php-cli/src/ |
H A D | Colors.php | 65 if (function_exists('posix_isatty') && !posix_isatty(STDOUT)) { 108 public function ptln($line, $color, $channel = STDOUT) 154 public function set($color, $channel = STDOUT) 166 public function reset($channel = STDOUT)
|
H A D | Base.php | 26 '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),
|
/plugin/findologicxmlexport/vendor/sebastian/environment/src/ |
H A 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/ |
H A D | Issue1348Test.php | 6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
|
/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/jplayer/vendor/symfony/process/Pipes/ |
H A D | WindowsPipes.php | 33 Process::STDOUT => 0, 48 Process::STDOUT => Process::OUT,
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | WindowsPipes.php | 33 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/findologicxmlexport/vendor/sebastian/environment/tests/ |
H A D | ConsoleTest.php | 40 $this->assertInternalType('boolean', $this->console->isInteractive(STDOUT));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 1348.phpt | 23 STDOUT does not break test result
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/ |
H A D | Resolve.php | 78 $verbose = Console::isDirect(STDOUT);
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | functions.php | 89 return STDOUT;
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/ |
H A D | Core.php | 358 } elseif (defined('STDOUT')) { 359 return STDOUT;
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | protocol.txt | 53 text: <text data, e.g. - debug STDOUT content> 63 - text: other backend data (usually captured STDOUT).
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 43 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/upgrade/vendor/splitbrain/php-cli/ |
H A D | README.md | 130 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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | help.phpt | 64 --stderr Write to STDERR instead of STDOUT.
|
H A D | help2.phpt | 65 --stderr Write to STDERR instead of STDOUT.
|
/plugin/jplayer/vendor/symfony/process/ |
H A 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/ |
H A 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 in AnonymousFunction3829359c0200.a
|
H A D | pig.min.js.map | 1 …ROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT …
|
H A D | perl.min.js.map | 1 …STDOUT","STDOUT_TOP","STDERR","STDERR_TOP","$ARG","$_","@ARG","@_","$LIST_SEPARATOR","$\"","$PROCE…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 39.39.js.map | 1 … ],\n // File handlers\n builtinFileHandlers: ['ARGV', 'STDERR', 'STDOUT', 'ARGVOUT', 'STDI…
|