Home
last modified time | relevance | path

Searched refs:argv (Results 176 – 200 of 258) sorted by relevance

1234567891011

/plugin/icalevents/vendor/bin/
H A Dvobject26 exit($cli->main($argv));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dvobject26 exit($cli->main($argv));
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dvobject26 exit($cli->main($argv));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dvobject26 exit($cli->main($argv));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dvobject26 exit($cli->main($argv));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-args.phpt7 if ($argc > 0 && $argv[1] == 'help') {
/plugin/dropfiles/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php120 * @param array $argv
125 public function run(array $argv, $exit = true) argument
127 $this->handleArguments($argv);
259 * @param array $argv
261 protected function handleArguments(array $argv) argument
273 $argv,
/plugin/structsection/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
/plugin/fetchmedia/
H A Dwebpack.config.js6 if (process.argv.indexOf('-p') !== -1) {
/plugin/newpagetemplate/
H A Dcli.php141 global $argv;
142 echo "argv = " . print_r($argv, 1);
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php18 * @param array $argv array with entries: template, pagename, separator
23 public function run($fields, $thanks, $argv) { argument
26 list($tpl, $this->pagename, $sep) = $argv;
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php18 * @param array $argv array with entries: template, pagename, separator
23 public function run($fields, $thanks, $argv) { argument
26 list($tpl, $this->pagename, $sep) = $argv;
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js34 build(_.last(process.argv));
H A Dbuild-doc.js83 build(_.last(process.argv));
/plugin/quickstats/scripts/
H A Dget_pages.php37 qs_process_pages ($argv[1],'12_2011') ;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js8 var args = (args = process.argv)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php99 function main(array $argv) { argument
119 list($options, $positional) = $this->parseArguments($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/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php99 public function main(array $argv) { argument
119 list($options, $positional) = $this->parseArguments($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/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/webdav/vendor/sabre/vobject/lib/
H A DCli.php99 public function main(array $argv) argument
117 list($options, $positional) = $this->parseArguments($argv);
/plugin/bez/
H A Dcli.php55 switch ($argv[1]) {
/plugin/ahrefmenu/
H A Dgenerate_map.py353 myparser.process_site(sys.argv[1], sys.argv[2], sys.argv[3])

1234567891011