Home
last modified time | relevance | path

Searched refs:STDERR (Results 26 – 50 of 58) sorted by last modified time

123

/plugin/pureldap/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/commonmark/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/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …etent'\n ],\n // File handlers\n builtinFileHandlers: ['ARGV', 'STDERR', 'STDOUT', 'ARGVO…
/plugin/mdpage/vendor/composer/
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php18 $write = [\STDOUT, \STDERR];
22 stream_set_blocking(\STDERR, 0);
48 if (in_array(\STDERR, $w) && strlen($err) > 0) {
49 $written = fwrite(\STDERR, (string) $err, 32768);
56 $write = array_diff($write, [\STDERR]);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php41 const STDERR = 2; define in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php34 Process::STDERR => 0,
49 Process::STDERR => Process::ERR,
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1STDERR","STDERR_TOP","$ARG","$_","@ARG","@_","$LIST_SEPARATOR","$\"","$PROCESS_ID","$PID","$$","$R…
H A Dperl.min.js1 …1],TIEHANDLE:[5,1],UNTIE:[5,1],STDIN:5,STDIN_TOP:5,STDOUT:5,STDOUT_TOP:5,STDERR:5,STDERR_TOP:5,$AR… property in AnonymousFunction3829359c0200.a
/plugin/webdavclient/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/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.
H A Dphpt-stderr.phpt2 GH-1169: PHPT runner doesn't look at STDERR.
6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');
8 PHPUnit must look at STDERR when running PHPT tests.
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php19 const STDERR = 2; define in SebastianBergmann\\Environment\\Console
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist8 define('STDERR', fopen('php://stderr', 'wb'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/
H A DIssue1348Test.php12 fwrite(STDERR, 'STDERR works as usual.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt31 PHPUnit_Framework_Exception: STDERR works as usual.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A Dphpunit14 STDERR,
41 fwrite(STDERR,
/plugin/docsearch/
H A Dcron.php90 if($exitCode != 0) fwrite(STDERR, "Command failed: $cmd\n");
154 fwrite(STDERR, "No converters found in $converter_conf\n");
/plugin/davcard/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");

123