Lines Matching refs:opts
36 $opts = $options->getArgs();
38 $clopts = $this->get_commandLineOptions($opts);
57 function get_commandLineOptions($opts) { argument
58 if(function_exists('is_countable') &&!is_countable($opts)) return;
61 $namespace = array_shift($opts);
62 for($i=0; $i<count($opts); $i++) {
63 $cl_switch = trim($opts[$i],'-');
67 $page = $opts[$i+1];
71 $exact = $opts[$i+1];
75 $search = $opts[$i+1];
79 $fuzzy = $opts[$i+1];
83 $cl = $opts[$i+1];
87 $tm = $this->get_timestamp( $opts[$i+1]) . ':b';
91 $tm = $this->get_timestamp( $opts[$i+1]) . ':a';
95 $dtype = $opts[$i+1];
99 $ltype = $opts[$i+1];