Home
last modified time | relevance | path

Searched refs:argv (Results 1 – 25 of 258) sorted by last modified time

1234567891011

/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/bez/
H A Dcli.php55 switch ($argv[1]) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2684 value: function decode(argv) {
2685 switch (argv.length) {
2688 this.setTLBR(argv[0], argv[1], argv[2], argv[3], argv[4]);
2693 this.setTLBR(argv[0], argv[1], argv[2], argv[3]);
2698 this.setTLBR(argv[0], argv[1], argv[2]);
2703 this.setTLBR(argv[0], argv[1]);
2708 var value = argv[0];
2767 throw new Error("Invalid number of arguments to _getDimensions() - ".concat(argv.length));
70760 process.argv = [];
/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'];
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
12 if (count($argv) < 1) {
16 $scriptName = $argv[0];
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
32 echo 'Could not read the private key file:', $argv[1], "\n";
35 $pkeyFile = file_get_contents($argv[1]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md85 $input = InputStream::fromPath($argv[1]);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php480 * Safely read the $argv PHP array across different PHP configurations.
484 * @return array the $argv PHP array or PEAR error if not registered
488 global $argv;
489 if (!is_array($argv)) {
490 if (!@is_array($_SERVER['argv'])) {
491 if (!@is_array($GLOBALS['HTTP_SERVER_VARS']['argv'])) {
497 return $GLOBALS['HTTP_SERVER_VARS']['argv'];
499 return $_SERVER['argv'];
501 return $argv;
/plugin/snippets/exe/
H A Dupdate.php23 $id = $argv[1];
/plugin/ckgedit/action/entities/
H A Dents_seri.php11 if(isset($argv[1])) {
12 $f = $argv[1];
/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/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php23 php {$argv[0]} [pdo-dsn] [username] [password]
27 php {$argv[0]} "mysql:host=localhost;dbname=sabredav" root password
28 php {$argv[0]} sqlite:data/sabredav.db
50 $dsn = $argv[1];
51 $user = isset($argv[2])?$argv[2]:null;
52 $pass = isset($argv[3])?$argv[3]:null;
H A Dmigrateto20.php29 php {$argv[0]} [pdo-dsn] [username] [password]
33 php {$argv[0]} "mysql:host=localhost;dbname=sabredav" root password
34 php {$argv[0]} sqlite:data/sabredav.db
56 $dsn = $argv[1];
57 $user = isset($argv[2])?$argv[2]:null;
58 $pass = isset($argv[3])?$argv[3]:null;
H A Dmigrateto21.php30 php {$argv[0]} [pdo-dsn] [username] [password]
34 php {$argv[0]} "mysql:host=localhost;dbname=sabredav" root password
35 php {$argv[0]} sqlite:data/sabredav.db
57 $dsn = $argv[1];
58 $user = isset($argv[2])?$argv[2]:null;
59 $pass = isset($argv[3])?$argv[3]:null;
H A Dmigrateto30.php29 php {$argv[0]} [pdo-dsn] [username] [password]
33 php {$argv[0]} "mysql:host=localhost;dbname=sabredav" root password
34 php {$argv[0]} sqlite:data/sabredav.db
56 $dsn = $argv[1];
57 $user = isset($argv[2])?$argv[2]:null;
58 $pass = isset($argv[3])?$argv[3]:null;
H A Dbuild.php26 if ($argc > 1) $currentTask = $argv[1];
28 if ($argc > 2) $version = $argv[2];
/plugin/davcal/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/davcal/vendor/sabre/vobject/lib/
H A DCli.php99 public function main(array $argv) { argument
119 list($options, $positional) = $this->parseArguments($argv);
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
32 echo 'Could not read the private key file:', $argv[1], "\n";
35 $pkeyFile = file_get_contents($argv[1]);
/plugin/structtemplate/_vagrant/
H A Ddokuwiki_password.php7 echo ' ' . $argv[0] . ' CLEAR_TEXT' . PHP_EOL;
10 $clear = $argv[1];

1234567891011