Home
last modified time | relevance | path

Searched refs:process (Results 26 – 50 of 699) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
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);
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);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.headfoot.class.php19 function process(&$tree, $data, &$pipeline) { function in PreTreeFilterHeaderFooter
25 $box =& $parser->process($this->header_html, $pipeline, $null);
30 $box =& $parser->process($this->footer_html, $pipeline, $null);
H A Dfilter.pre.footnotes.class.php13 function process(&$tree, $data, &$pipeline) { function in PreTreeFilterFootnotes
29 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.positioned.class.php10 function process(&$tree, $data, &$pipeline) { function in PostTreeFilterPositioned
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.postponed.class.php10 function process(&$tree, $data, &$pipeline) { function in PostTreeFilterPostponed
22 $this->process($tree->content[$i], $data, $pipeline);
/plugin/variants/
H A Dvariants.php100 $handler->CallWriter->process();
198 $this->process();
203 function process() { function in syntax_plugin_variants_callwriter
206 $this->ifcalls = $B->process($this->ifcalls);
208 $this->elsecalls = $B->process($this->elsecalls);
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php55 $process = proc_open(
67 if (is_resource($process)) {
72 proc_close($process);
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php82 $process = proc_open(
92 if (!is_resource($process)) {
101 $returnCode = proc_close($process);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php186 $process = new $class($composer, $io);
188 if (!$process->init()) {
192 $process->process();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DEmberPrecompileFilter.php57 $process = $pb->getProcess();
58 $returnCode = $process->run();
71 throw FilterException::fromProcess($process)->setInput($asset->getContent());
H A DHandlebarsFilter.php76 $process = $pb->getProcess();
77 $returnCode = $process->run();
90 throw FilterException::fromProcess($process)->setInput($asset->getContent());
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DChainProcessor.php29 public function process(ResultSet $resultSet): void function in Elastica\\ResultSet\\ChainProcessor
32 $processor->process($resultSet);
/plugin/dropfiles/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
7 process.env.NODE_ENV = 'production';
/plugin/structsection/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
7 process.env.NODE_ENV = 'production';
/plugin/fetchmedia/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
7 process.env.NODE_ENV = 'production';
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php266 $process = new PhpProcess($script);
267 $process->mustRun();
274 $output = preg_split('{\r?\n}', trim($process->getOutput()));
275 $errorOutput = trim($process->getErrorOutput());
/plugin/rst/
H A Dsyntax.php58 $process = proc_open('rst2html --no-doc-title', $descriptorspec, $pipes, $cwd, $env);
60 if (is_resource($process)) {
74 $return_value = proc_close($process);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddefault-isolation.phpt2 phpunit --process-isolation BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Ddependencies2-isolation.phpt2 phpunit --process-isolation StackTest ../_files/StackTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Ddependencies3-isolation.phpt2 phpunit --process-isolation MultiDependencyTest ../_files/MultiDependencyTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Doutput-isolation.phpt2 phpunit --process-isolation --filter testExpectOutputStringFooActualFoo ../_files/OutputTestCase.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-only-range-isolation.phpt2 phpunit --process-isolation --filter \#1-3 DataProviderFilterTest ../_files/DataProviderFilterTest.…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-classname-and-range-isolation.phpt2 phpunit --process-isolation --filter DataProviderFilterTest#1-3 DataProviderFilterTest ../_files/Da…
6 $_SERVER['argv'][2] = '--process-isolation';

12345678910>>...28