Home
last modified time | relevance | path

Searched +full:- +full:- +full:stderr (Results 1 – 25 of 250) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-stderr.phpt1 --TEST--
2 GH-1169: PHPT runner doesn't look at STDERR.
3 --FILE--
5 $stderr = fopen('php://stderr', 'w');
6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');
7 --EXPECTF--
8 PHPUnit must look at STDERR when running PHPT tests.
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DCliTest.php14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory', 'r+');
16 $this->cli->stdout = fopen('php://memory', 'r+');
22 $this->assertEquals(
24 $this->cli->main(['vobject', '--hi'])
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(['vobject', '-q'])
37 $this->assertTrue($this->cli->quiet);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DCliTest.php14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
37 $this->assertTrue($this->cli->quiet);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DCliTest.php14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
37 $this->assertTrue($this->cli->quiet);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
37 $this->assertTrue($this->cli->quiet);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
14 The iCalendar output goes to stdout. Other messages to stderr.
30 fwrite(STDERR, "Generating " . $events . " events\n");
32 $currentDate = new DateTime('-' . round($events/2) . ' days');
35 $calendar->version = '2.0';
36 $calendar->calscale = 'GREGORIAN';
45 $event->DTSTART = 'bla';
46 $event->SUMMARY = 'Event #' . $ii;
47 $event->UID = md5(microtime(true));
52 // All-day event
[all …]
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");
196 return $arr[mt_rand(0,count($arr)-1)];
200 $bdayStart = strtotime('-85 years');
201 $bdayEnd = strtotime('-20 years');
206 fwrite(STDERR, "\033[100D$current/$count");
222 $vcard->add('BDAY', $dt->format('Ymd'));
[all …]
/plugin/davcard/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
14 The iCalendar output goes to stdout. Other messages to stderr.
30 fwrite(STDERR, "Generating " . $events . " events\n");
32 $currentDate = new DateTime('-' . round($events/2) . ' days');
35 $calendar->version = '2.0';
36 $calendar->calscale = 'GREGORIAN';
45 $event->DTSTART = 'bla';
46 $event->SUMMARY = 'Event #' . $ii;
47 $event->UID = md5(microtime(true));
52 // All-day event
[all …]
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");
196 return $arr[mt_rand(0,count($arr)-1)];
200 $bdayStart = strtotime('-85 years');
201 $bdayEnd = strtotime('-20 years');
206 fwrite(STDERR, "\033[100D$current/$count");
222 $vcard->add('BDAY', $dt->format('Ymd'));
[all …]
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
14 The iCalendar output goes to stdout. Other messages to stderr.
30 fwrite(STDERR, "Generating " . $events . " events\n");
32 $currentDate = new DateTime('-' . round($events/2) . ' days');
35 $calendar->version = '2.0';
36 $calendar->calscale = 'GREGORIAN';
45 $event->DTSTART = 'bla';
46 $event->SUMMARY = 'Event #' . $ii;
47 $event->UID = md5(microtime(true));
52 // All-day event
[all …]
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");
196 return $arr[mt_rand(0,count($arr)-1)];
200 $bdayStart = strtotime('-85 years');
201 $bdayEnd = strtotime('-20 years');
206 fwrite(STDERR, "\033[100D$current/$count");
222 $vcard->add('BDAY', $dt->format('Ymd'));
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
14 The iCalendar output goes to stdout. Other messages to stderr.
30 fwrite(STDERR, "Generating " . $events . " events\n");
32 $currentDate = new DateTime('-' . round($events / 2) . ' days');
42 $event = $calendar->add('VEVENT');
43 $event->DTSTART = 'bla';
44 $event->SUMMARY = 'Event #' . $ii;
45 $event->UID = md5(microtime(true));
50 // All-day event
52 $event->DTEND = 'bla';
[all …]
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");
196 return $arr[mt_rand(0,count($arr)-1)];
200 $bdayStart = strtotime('-85 years');
201 $bdayEnd = strtotime('-20 years');
206 fwrite(STDERR, "\033[100D$current/$count");
222 $vcard->add('BDAY', $dt->format('Ymd'));
[all …]
/plugin/icalevents/vendor/bin/
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");
196 return $arr[mt_rand(0,count($arr)-1)];
200 $bdayStart = strtotime('-85 years');
201 $bdayEnd = strtotime('-20 years');
206 fwrite(STDERR, "\033[100D$current/$count");
222 $vcard->add('BDAY', $dt->format('Ymd'));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
DContainerStoppedEvent.php9 * http://www.apache.org/licenses/LICENSE-2.0
33 public $stderr; variable in Google\\Service\\CloudLifeSciences\\ContainerStoppedEvent
40 $this->actionId = $actionId;
47 return $this->actionId;
54 $this->exitStatus = $exitStatus;
61 return $this->exitStatus;
66 public function setStderr($stderr) argument
68 $this->stderr = $stderr;
75 return $this->stderr;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
DContainerStoppedEvent.php9 * http://www.apache.org/licenses/LICENSE-2.0
33 public $stderr; variable in Google\\Service\\Genomics\\ContainerStoppedEvent
40 $this->actionId = $actionId;
47 return $this->actionId;
54 $this->exitStatus = $exitStatus;
61 return $this->exitStatus;
66 public function setStderr($stderr) argument
68 $this->stderr = $stderr;
75 return $this->stderr;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
DDefault.php12 * Default utility for PHP sub-processes.
38 if ($this->useTempFile || $this->stdin) {
39 if (!($this->tempFile = tempnam(sys_get_temp_dir(), 'PHPUnit')) ||
40 file_put_contents($this->tempFile, $job) === false) {
46 $job = $this->stdin;
49 return $this->runProcess($job, $settings);
63 * Handles creating the child process and returning the STDOUT and STDERR
74 $handles = $this->getHandles();
77 if ($this->env) {
80 $env = array_merge($env, $this->env);
[all …]
/plugin/asciidocjs/node_modules/supports-color/
Dreadme.md1 # supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](ht…
9 $ npm install supports-color
16 const supportsColor = require('supports-color');
26 if (supportsColor.stderr.has16m) {
27 console.log('Terminal stderr supports 16 million colors (truecolor)');
34 Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property…
36 The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property an…
38 - `.level = 1` and `.hasBasic = true`: Basic color support (16 colors)
39 - `.level = 2` and `.has256 = true`: 256 color support
40 - `.level = 3` and `.has16m = true`: Truecolor support (16 million colors)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DPHP.php14 * Utility methods for PHP sub-processes.
53 $this->runtime = new Runtime();
57 * Defines if should use STDERR redirection or not.
59 * Then $stderrRedirection is TRUE, STDERR is redirected to STDOUT.
71 $this->stderrRedirection = $stderrRedirection;
75 * Returns TRUE if uses STDERR redirection or FALSE if not.
81 return $this->stderrRedirection;
91 $this->stdin = (string) $stdin;
101 return $this->stdin;
111 $this->args = (string) $args;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
DPhptTestCaseTest.php14 --TEST--
16 --FILE--
18 --EXPECT--
23 --TEST--
25 --FILE--
27 --EXPECTF--
32 --TEST--
34 --FILE--
36 --EXPECTREGEX--
51 $this->filename = sys_get_temp_dir() . '/phpunit.phpt';
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/
Dselfdep.js14 origStderrWrite = process.stderr.write;
15 process.stderr.write = function () {};
19 process.stderr.write = origStderrWrite;
27 assert(e.message.indexOf('dependency of itself') > -1);
36 assert(e.message.indexOf('dependency of itself') > -1);
Dhelpers.js34 cmd += ' --trace';
36 exec(cmd, execOpts, function (err, stdout, stderr) { argument
46 if (stderr) {
47 callback(stderr);
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dindex.js9 * http://www.apache.org/licenses/LICENSE-2.0
63 // Backward-compat shim
68 if (typeof opts.stderr != 'undefined') {
69 opts.printStderr = opts.stderr;
70 delete opts.stderr;
89 @description Executes shell-commands asynchronously with an optional
92 @param {String[]} cmds The list of shell-commands to execute
95 @param {Boolean} [opts.printStderr=false] Print stderr from each command
106 , 'ls -al | grep ^d'
137 // From Math.uuid.js, https://github.com/broofa/node-uuid
[all …]
/plugin/cachestats/
H A Dcli.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
18 $options->setHelp('Collect statistics about the cache directory.');
20 $options->registerOption('noprogress', 'Don\'t show progress dots');
21 … $options->registerOption('format', 'Output format. Defaults to table.', 'f', 'table|json|csv');
22 …$options->registerOption('sort', 'Sort by this criteria. Defaults to size.', 's', 'count|size|dups…
30 $sort = $options->getOpt('sort', 'size');
32 $this->error("Invalid sort option '$sort'. Allowed are: count, size, dups.");
36 $format = $options->getOpt('format', 'table');
38 $this->error("Invalid format option '$format'. Allowed are: table, json, csv.");
42 // progress report - collecting stats can take a while
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist8 define('STDERR', fopen('php://stderr', 'wb'));
12 ini_set('display_errors', 'stderr');
36 $result->setCodeCoverage(
44 $result->beStrictAboutTestsThatDoNotTestAnything({isStrictAboutTestsThatDoNotTestAnything});
45 $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests});
46 $result->enforceTimeLimit({enforcesTimeLimit});
47 $result->beStrictAboutTodoAnnotatedTests({isStrictAboutTodoAnnotatedTests});
48 … $result->beStrictAboutResourceUsageDuringSmallTests({isStrictAboutResourceUsageDuringSmallTests});
51 $test->setDependencyInput(unserialize('{dependencyInput}'));
52 $test->setInIsolation(TRUE);
[all …]

12345678910