Home
last modified time | relevance | path

Searched refs:STDERR (Results 1 – 25 of 58) sorted by last modified time

123

/plugin/geophp/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/aichat/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/aichat/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/dw2pdf/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/dw2pdf/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/combo/
H A Dcli.php189 fwrite(STDERR, "The host name is mandatory");
195 fwrite(STDERR, "The host port is mandatory");
232 fwrite(STDERR, "Combo: Command unknown (" . $cmd . ")");
239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
552 fwrite(STDERR, "The start path is mandatory and was not given");
562 fwrite(STDERR, "Too much arguments given $sizeof");
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php34 Process::STDERR => 0,
49 Process::STDERR => Process::ERR,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/plugin/combo/ComboStrap/
H A DSqlite.php238 fwrite(STDERR, "Stderr DbFile: " . $dbFile . "\n");
240 fwrite(STDERR, "File does exists\n");
241 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
243 fwrite(STDERR, "File does not exist\n");
248 fwrite(STDERR, "MetaDir: " . $metadir . "\n");
251 fwrite(STDERR, "Meta is a subdirectory of the db \n");
253 fwrite(STDERR, "Meta is a not subdirectory of the db \n");
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint36 fwrite(STDERR, 'Install dependencies using Composer.'.PHP_EOL);
41 fwrite(STDERR, 'You need the "symfony/console" component in order to run the Yaml linter.'.PHP_EOL);
/plugin/combo/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/combo/vendor/symfony/process/
H A DProcess.php44 public const STDERR = 2; define in Symfony\\Component\\Process\\Process
52 public const ITER_SKIP_ERR = 8; // Use this flag to skip STDERR 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
688 * Returns the current error output of the process (STDERR).
961 * Adds a line to the STDERR stream.
/plugin/oauth/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/upgrade/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/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.php30 'warning' => array('⚠ ', Colors::C_BROWN, STDERR),
31 'error' => array('✗ ', Colors::C_RED, STDERR),
32 'critical' => array('☠ ', Colors::C_LIGHTRED, STDERR),
33 'alert' => array('✖ ', Colors::C_LIGHTRED, STDERR),
34 'emergency' => array('✘ ', Colors::C_LIGHTRED, STDERR),
/plugin/upgrade/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/barcodes/vendor/composer/
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/barcodes/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/elasticsearch/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards21 fwrite(STDERR, "Composer autoloader could not be properly loaded.\n");
42 fwrite(STDERR, $help);
48 fwrite(STDERR, "Count must be at least 1\n");
52 fwrite(STDERR, "sabre/vobject " . Version::VERSION . "\n");
53 fwrite(STDERR, "Generating " . $count . " vcards in vCard 4.0 format\n");
206 fwrite(STDERR, "\033[100D$current/$count");
235 fwrite(STDERR, ob_get_clean());
241 fwrite(STDERR,"\nDone.\n");
H A Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
30 fwrite(STDERR, "Generating " . $events . " events\n");
77 fwrite(STDERR, "Validating\n");
81 fwrite(STDERR, "Errors!\n");
82 fwrite(STDERR, print_r($result,true));
86 fwrite(STDERR, "Serializing this beast\n");
90 fwrite(STDERR, "done.\n");
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/authgooglesheets/vendor/composer/
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md877 * LogPlugin now writes to php://output when STDERR is undefined

123