Home
last modified time | relevance | path

Searched refs:argv (Results 151 – 175 of 258) sorted by relevance

1234567891011

/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php11 echo "Usage: " . $argv[0] . " inputfile.ics startdate enddate\n";
15 list(, $inputFile, $startDate, $endDate) = $argv;
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;
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php11 echo "Usage: " . $argv[0] . " inputfile.ics startdate enddate\n";
15 list(, $inputFile, $startDate, $endDate) = $argv;
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php11 echo "Usage: " . $argv[0] . " inputfile.ics startdate enddate\n";
15 list(, $inputFile, $startDate, $endDate) = $argv;
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php11 echo "Usage: " . $argv[0] . " inputfile.ics startdate enddate\n";
15 list(, $inputFile, $startDate, $endDate) = $argv;
/plugin/structupdate/helper/
H A Dupdate.php31 * @param array $argv array with entries: pageid/rowid
36 public function run($fields, $thanks, $argv) { argument
39 list($page_row_id) = $argv;
/plugin/epub/scripts/utils/
H A Dent_ini.php2 $ents = file($argv[1],FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
9 $ents_2 = file($argv[2],FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2972.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/2972/';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-xfail.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpt-xfail.phpt';
H A Dphar-extension.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
H A Dfailure.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'FailureTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/FailureTest.php';
/plugin/fckg/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/plugin/ckgdoku/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/plugin/ckgedit/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/plugin/struct/helper/
H A Dlookup.php17 * @param array $argv array with entries: template, pagename, separator
22 public function run($fields, $thanks, $argv) argument
/plugin/bureaucracy-au/helper/
H A Daction.php34 * @param array $argv additional arguments passed to the action
37 public function run($fields, $thanks, $argv){ argument
H A Dactionmail.php19 * @param array $argv
23 public function run($fields, $thanks, $argv) { argument
68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
/plugin/bureaucracyau/helper/
H A Daction.php34 * @param array $argv additional arguments passed to the action
37 public function run($fields, $thanks, $argv){ argument
H A Dactionmail.php19 * @param array $argv
23 public function run($fields, $thanks, $argv) { argument
68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
/plugin/bureaucracy/helper/
H A Daction.php34 * @param array $argv additional arguments passed to the action
37 public function run($fields, $thanks, $argv){ argument
H A Dactionmail.php19 * @param array $argv
23 public function run($fields, $thanks, $argv) { argument
74 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
H A Dactiontemplate.php21 * @param array $argv array with entries: template, pagename, separator
26 public function run($fields, $thanks, $argv) { argument
29 [$tpl, $this->pagename] = $argv;
30 $sep = $argv[2] ?? $conf['sepchar'];
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php26 if ($argc > 1) $currentTask = $argv[1];
28 if ($argc > 2) $version = $argv[2];
/plugin/docsearch/
H A Dcron.php10 if(isset($argv[1])) {
11 $_SERVER['animal'] = $argv[1];

1234567891011