Home
last modified time | relevance | path

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

1...<<11

/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php30 echo "Usage: ", $argv[0], " input.vcf output.vcf [debug.log]\n";
35 $input = fopen($argv[1], 'r');
36 $output = fopen($argv[2], 'w');
37 $debug = isset($argv[3]) ? fopen($argv[3], 'w') : null;
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/icalevents/vendor/sabre/vobject/lib/
H A DCli.php99 function main(array $argv) { argument
119 list($options, $positional) = $this->parseArguments($argv);
/plugin/news/scripts/
H A Dnewsfeed.php34 $title = $argv[1];
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php27 $filename=$argv[$argument];
/plugin/pagemod/helper/
H A Dpagemod.php20 * @param array $argv additional arguments passed to the action
23 public function run($fields, $thanks, $argv) { argument
34 $page_to_modify = array_shift($argv);
43 $template_section_id = cleanID(array_shift($argv));
/plugin/ahrefmenu/
H A Dgenerate_map.py353 myparser.process_site(sys.argv[1], sys.argv[2], sys.argv[3])

1...<<11