Home
last modified time | relevance | path

Searched refs:argv (Results 226 – 250 of 258) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlist-groups.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--list-groups';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dlog-teamcity.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-teamcity';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Doptions-after-arguments.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/BankAccountTest.php';
7 $_SERVER['argv'][3] = '--colors=always';
H A Dphar-extension.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
H A Drepeat.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--repeat';
7 $_SERVER['argv'][3] = '3';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
/plugin/ckgdoku/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown31 foreach($argv as $k => $arg) {
114 global $argv;
115 $cmd = $argv[0];
/plugin/fckg/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/plugin/docsearch/
H A Dcron.php10 if(isset($argv[1])) {
11 $_SERVER['animal'] = $argv[1];
/plugin/htmlokay/conf/access/
H A Dget_inf.php5 echo $argv[1], "\n";
6 get_data($argv[1]);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards46 $count = (int)$argv[1];
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];
H A Drrulebench.php11 echo "Usage: " . $argv[0] . " inputfile.ics startdate enddate\n";
15 list(, $inputFile, $startDate, $endDate) = $argv;
H A Dvobject26 exit($cli->main($argv));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php99 public function main(array $argv) { argument
119 list($options, $positional) = $this->parseArguments($argv);
/plugin/fetchmedia/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js18786 process.argv = [];
H A Dpdfmake.min.js.map1argv","versions","off","binding","cwd","chdir","umask","ar","isSymbol","re","objectToString","isPr…
H A Dpdfmake.min.js11 …his.fun.apply(null,this.array)},s.title="browser",s.browser=!0,s.env={},s.argv=[],s.version="",s.v…
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards46 $count = (int)$argv[1];
H A Dvobject26 exit($cli->main($argv));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php13 echo "Usage: " . $argv[0] . " inputfile.ics\n";
17 list(, $inputFile) = $argv;
H A Dbench_manipulatevcard.php12 echo "Usage: " . $argv[0] . " inputfile.vcf\n";
16 list(, $inputFile) = $argv;
H A Dgenerate_vcards46 $count = (int)$argv[1];
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];

1234567891011