Home
last modified time | relevance | path

Searched refs:output (Results 551 – 575 of 1255) sorted by path

1...<<21222324252627282930>>...51

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md417 A stream is like a pipe, with an input, and an output. This is
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md126 * Will output:
159 * Will output:
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md485 - The purpose of "Force JSON output to "{}" instead of "\[\]" if it contains either no properties o…
487 - Ignoring "Assert" in output doc if excluded [\#241](https://github.com/schmittjoh/serializer/issu…
521 - Do not output the XML node when the object will be emtpy [\#744](https://github.com/schmittjoh/se…
719 - Add format output option [\#640](https://github.com/schmittjoh/serializer/pull/640) ([AyrtonRicar…
868 - fix json output \(from \[\] to {} if empty\) of form error [\#462](https://github.com/schmittjoh/…
H A DREADME.md14 It also provides you with a rich tool-set to adapt the output to your specific needs.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst121 //will output $id, $title and $nbComments.
125 //will output $id, $title, $nbComments and $createdAt.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst10 It also provides you with a rich tool-set to adapt the output to your specific needs.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php64 $output = json_encode(['metrics' => $metrics]); variable
67 file_put_contents($_SERVER['argv'][3], $output);
70 echo $output . PHP_EOL;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …dio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padd… selector
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12output(j),l=!0;else if(J.flags.fluid.match(j))c=!0,b.dimensions=J.flags.fluid.output(j),b.fluid=!0…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DPHP.php30 $output = sprintf(
46 return file_put_contents($target, $output);
48 return $output;
H A DText.php60 $output = PHP_EOL . PHP_EOL;
130 $output .= $this->format($colors['header'], $padding, $title);
135 $output .= $this->format($colors['header'], $padding, $title);
136 $output .= $this->format($colors['header'], $padding, $date);
137 $output .= $this->format($colors['header'], $padding, '');
141 $output .= $this->format($colors['classes'], $padding, $classes);
142 $output .= $this->format($colors['methods'], $padding, $methods);
143 $output .= $this->format($colors['lines'], $padding, $lines);
146 return $output . PHP_EOL;
211 $output .= PHP_EOL . $fullQualifiedPath . PHP_EOL
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md32 The code above yields the output below:
43 The code above yields the output below:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md148 …ithub.com/sebastianbergmann/phpunit/pull/2275): Invalid UTF-8 characters can lead to missing output
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php91 * @param string $output
93 private function assertPhptExpectation(array $sections, $output) argument
101 $actual = preg_replace('/\r\n/', "\n", trim($output));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php225 private $output = ''; variable in PHPUnit_Framework_TestCase
425 return $this->output;
436 if (strlen($this->output) === 0) {
1013 $this->assertRegExp($this->outputExpectedRegex, $this->output);
1015 $this->assertEquals($this->outputExpectedString, $this->output);
2219 $output = ob_get_contents();
2222 $this->output = $output;
2224 $this->output = call_user_func_array(
2226 [$output]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php222 $output = '';
225 $output = $test->getActualOutput();
236 'output' => $output,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php305 $output = $childResult['output'];
370 if (!empty($output)) {
371 print $output;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist5 // php://stdout does not obey output buffering. Any output would break
56 $output = '';
58 $output = $test->getActualOutput();
63 $output = $stdout . $output;
71 'output' => $output
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt2 GH-1149: Test swallows output buffer when run in a separate process
H A D1570.phpt6 $_SERVER['argv'][2] = '--disallow-test-output';
H A D445.phpt7 $_SERVER['argv'][2] = '--disallow-test-output';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt22 Default: Standard output.
52 --disallow-test-output Be strict about output during tests.
61 --colors=<flag> Use colors in output ("never", "auto" or "always").
62 --columns <n> Number of columns to use for progress output.
63 --columns max Use maximum number of columns for progress output.
H A Dhelp2.phpt23 Default: Standard output.
53 --disallow-test-output Be strict about output during tests.
62 --colors=<flag> Use colors in output ("never", "auto" or "always").
63 --columns <n> Number of columns to use for progress output.
64 --columns max Use maximum number of columns for progress output.
H A Dlog-json-post-66021.phpt42 "output": ""
55 "output": ""
68 "output": ""
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md26 The code above yields the output below:
52 The code above yields the output below:

1...<<21222324252627282930>>...51