Home
last modified time | relevance | path

Searched refs:process (Results 251 – 275 of 699) sorted by path

1...<<11121314151617181920>>...28

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md46 $writer->process($coverage, '/tmp/clover.xml');
49 $writer->process($coverage, '/tmp/code-coverage-report');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php28 public function process(CodeCoverage $coverage, $target = null, $name = null) function in SebastianBergmann\\CodeCoverage\\Report\\Clover
H A DCrap4j.php46 public function process(CodeCoverage $coverage, $target = null, $name = null) function in SebastianBergmann\\CodeCoverage\\Report\\Crap4j
H A DPHP.php26 public function process(CodeCoverage $coverage, $target = null) function in SebastianBergmann\\CodeCoverage\\Report\\PHP
H A DText.php58 public function process(CodeCoverage $coverage, $showColors = false) function in SebastianBergmann\\CodeCoverage\\Report\\Text
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php61 public function process(CodeCoverage $coverage, $target) function in SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(thi… method in b
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php37 public function process(CodeCoverage $coverage, $target) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCloverTest.php26 $clover->process($this->getCoverageForBankAccount(), null, 'BankAccount')
36 $clover->process($this->getCoverageForFileWithIgnoredLines())
46 $clover->process($this->getCoverageForClassWithAnonymousFunction())
H A DCrap4jTest.php26 $crap4j->process($this->getCoverageForBankAccount(), null, 'BankAccount')
36 …$crap4j->process($this->getCoverageForFileWithIgnoredLines(), null, 'CoverageForFileWithIgnoredLin…
46 …$crap4j->process($this->getCoverageForClassWithAnonymousFunction(), null, 'CoverageForClassWithAno…
H A DHTMLTest.php47 $report->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
57 $report->process($this->getCoverageForFileWithIgnoredLines(), self::$TEST_TMP_PATH);
68 $report->process($this->getCoverageForClassWithAnonymousFunction(), self::$TEST_TMP_PATH);
H A DTextTest.php26 str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForBankAccount()))
36 str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForFileWithIgnoredLines()))
46 … str_replace(PHP_EOL, "\n", $text->process($this->getCoverageForClassWithAnonymousFunction()))
H A DXMLTest.php43 $xml->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
53 $xml->process($this->getCoverageForFileWithIgnoredLines(), self::$TEST_TMP_PATH);
64 $xml->process($this->getCoverageForClassWithAnonymousFunction(), self::$TEST_TMP_PATH);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php249 $this->process();
261 $this->process();
267 private function process() function in PHP_Token_Includes
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php534 $writer->process($codeCoverage, $arguments['coverageClover']);
552 $writer->process($codeCoverage, $arguments['coverageCrap4J']);
578 $writer->process($codeCoverage, $arguments['coverageHtml']);
596 $writer->process($codeCoverage, $arguments['coveragePHP']);
624 $processor->process($codeCoverage, $colors)
635 $writer->process($codeCoverage, $arguments['coverageXml']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php94 $process = proc_open(
102 if (!is_resource($process)) {
109 $this->process($pipes[0], $job);
127 proc_terminate($process, 9);
185 proc_close($process);
197 protected function process($pipe, $job) function in PHPUnit_Util_PHP_Default
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist6 // unserialization of child process results in the parent process.
/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 D1337.phpt6 $_SERVER['argv'][2] = '--process-isolation';
H A D1348.phpt13 $_SERVER['argv'][] = '--process-isolation';
H A D1351.phpt12 $_SERVER['argv'][2] = '--process-isolation';
H A D2158.phpt2 #2158: Failure to run tests in separate processes if a file included into main process contains con…
H A D244.phpt6 $_SERVER['argv'][2] = '--process-isolation';
H A D74.phpt6 $_SERVER['argv'][2] = '--process-isolation';
H A D797.phpt7 $_SERVER['argv'][] = '--process-isolation';

1...<<11121314151617181920>>...28