Home
last modified time | relevance | path

Searched refs:STDERR (Results 1 – 25 of 47) sorted by relevance

12

/plugin/icalevents/vendor/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 Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/icalevents/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");
75 fwrite(STDERR, "Validating\n");
79 fwrite(STDERR, "Errors!\n");
80 fwrite(STDERR, print_r($result, true));
84 fwrite(STDERR, "Serializing this beast\n");
88 fwrite(STDERR, "done.\n");
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\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");
/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/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/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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
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/combo/ComboStrap/
H A DSqlite.php160 fwrite(STDERR, "Stderr DbFile: " . $dbFile . "\n");
162 fwrite(STDERR, "File does exists\n");
163 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
165 fwrite(STDERR, "File does not exist\n");
170 fwrite(STDERR, "MetaDir: " . $metadir . "\n");
173 fwrite(STDERR, "Meta is a subdirectory of the db \n");
175 fwrite(STDERR, "Meta is a not subdirectory of the db \n");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A Dphpunit14 STDERR,
41 fwrite(STDERR,
/plugin/combo/
H A Dcli.php183 fwrite(STDERR, "The host name is mandatory");
189 fwrite(STDERR, "The host port is mandatory");
226 fwrite(STDERR, "Combo: Command unknown (" . $cmd . ")");
498 fwrite(STDERR, "The start path is mandatory and was not given");
508 fwrite(STDERR, "Too much arguments given $sizeof");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/
H A DIssue1348Test.php12 fwrite(STDERR, 'STDERR works as usual.');
/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/barcodes/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/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/pureldap/vendor/composer/
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(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, $…

12