Home
last modified time | relevance | path

Searched refs:process (Results 51 – 75 of 699) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-dataprovider-by-only-string-isolation.phpt2 phpunit --process-isolation --filter @false\ test DataProviderFilterTest ../_files/DataProviderFilt…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-range-isolation.phpt2 phpunit --process-isolation --filter testTrue#1-3 DataProviderFilterTest ../_files/DataProviderFilt…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-regexp-isolation.phpt2 phpunit --process-isolation --filter testFalse@false.* DataProviderFilterTest ../_files/DataProvide…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-method-isolation.phpt2 phpunit --process-isolation --filter testBalanceIsInitiallyZero BankAccountTest ../_files/BankAccou…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-number-isolation.phpt2 phpunit --process-isolation --filter testTrue#3 DataProviderFilterTest ../_files/DataProviderFilter…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dexclude-group-isolation.phpt2 phpunit --process-isolation --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAc…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfatal-isolation.phpt2 phpunit FatalTest --process-isolation ../_files/FatalTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-class-isolation.phpt2 phpunit --process-isolation --filter BankAccountTest BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-only-regexp-isolation.phpt2 phpunit --process-isolation --filter @false.* DataProviderFilterTest ../_files/DataProviderFilterTe…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dgroup-isolation.phpt2 phpunit --process-isolation --group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTes…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dfilter-dataprovider-by-string-isolation.phpt2 phpunit --process-isolation --filter testFalse@false\ test DataProviderFilterTest ../_files/DataPro…
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dini-isolation.phpt2 phpunit --process-isolation -d default_mimetype=application/x-test IniTest ../_files/IniTest.php
6 $_SERVER['argv'][2] = '--process-isolation';
H A Dreport-useless-tests-isolation.phpt2 phpunit --report-useless-tests --process-isolation IncompleteTest ../_files/IncompleteTest.php
7 $_SERVER['argv'][3] = '--process-isolation';
H A Ddependencies-isolation.phpt2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
6 $_SERVER['argv'][2] = '--process-isolation';
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js8 var args = (args = process.argv)
9 .slice((args[0] === process.execPath || args[0] === 'node') ? 2 : 0);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.apache.js5process:Syntax.lib.webLinkProcess("site:http://httpd.apache.org/docs/trunk/ directive",true)})});b…
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.height-constraint.class.php8 function process(&$tree, $data, &$pipeline) { function in PreTreeFilterHeightConstraint
44 $this->process($tree->content[$i], $data, $pipeline);
/plugin/combo/vendor/symfony/process/
H A DProcess.php70 private $process; variable in Symfony\\Component\\Process\\Process
117 145 => 'Child process terminated, stopped (or continued*)',
121 149 => 'Background process attempting to read from tty ("in")',
122 150 => 'Background process attempting to write to tty ("out")',
136 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
137 * @param array|null $env The environment variables or null to use the same environment as the current PHP process
179 * $process = Process::fromShellCommandline('my_command "${:MY_VAR}"');
180 * $process->run(null, ['MY_VAR' => $theValue]);
183 * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
184 * @param array|null $env The environment variables or null to use the same environment as the current PHP process
[all...]
/plugin/spellcheck/
H A Daspell.php232 $process = proc_open($command, $descriptorSpec, $pipes);
233 if(!$process) return null;
274 if (!is_resource($process)) break;
277 return proc_close($process);
/plugin/elwikiupgrade/lang/en/
H A Dstep0.txt3process requires write permissions for Dokuwiki files. The plugin will check for the necessary fil…
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php25 function process($tmp_filename, $content_type) { function in MyDestinationFile
92 $pipeline->process($baseurl, $media);
/plugin/upgrade/lang/en/
H A Dstep0.txt3 To allow automatic upgrading, the PHP process requires write permissions for Dokuwiki files. The plugin will check for the necessary file permissions before starting the upgrade process.
/plugin/twcheckliste/lang/en/
H A Dstep0.txt8 …to be writable by the PHP process. The plugin will check for the required file permissions before …
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js24 function process(match, regexInfo) function
60 …XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js8 function process(match, regexInfo) function
44 …XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }

12345678910>>...28