Home
last modified time | relevance | path

Searched refs:clopts (Results 1 – 2 of 2) sorted by relevance

/plugin/newpagetemplate/
Dcli.php59 $clopts = $this->get_commandLineOptions($opts);
60 if (!$clopts['page']) {
63 $this->raw_commandLineOpts($opts, $clopts);
65 $helper->init($clopts, $options, $this);
68 $clopts = $this->get_commandLineOptions($opts, 1);
69 if (!$clopts['ini']) {
72 $this->raw_commandLineOpts($opts, $clopts);
74 $helper->init($clopts, $options, $this);
138 public function raw_commandLineOpts($opts = "", $clopts = "", $dbg = false) argument
144 print_r($clopts);
/plugin/metadisplay/
Dcli.php38 $clopts = $this->get_commandLineOptions($opts);
40 if($clopts['cl'] == 'html') {
46 $helper->init($clopts);