Lines Matching refs:commands
49 $commands = $_REQUEST['cmd'];
51 $start_dir = $commands['namespace'] ? $commands['namespace'] : '.';
53 if(!empty($commands['page'])) {
54 $cmdline .= " -p " . $commands['page'];
55 if(!empty($commands['exact'])) {
56 $cmdline .= " -e " . $commands['exact'];
60 if(!empty($commands['search'])) {
61 $this->search = $commands['search'];
64 if($commands['srch_type'] == 'fuzzy') {
89 if($commands['srch_type'] == 'fuzzy') {
98 if(!empty($commands['pcreated']) || !empty($commands['pmodified']) ) {
100 if(empty($commands['year'] )) {
101 $commands['year'] = date('Y');
102 $date_not_set = $commands['year'] ;
104 if(empty($commands['month'] )) {
106 $commands['month'] = '1';
108 if(empty($commands['day'] )) {
110 $commands['day'] = '1';
113 $date_not_set = $commands['year'] . '-' . $commands['month'] . '-' . $commands['day'] = '1';
116 $timestamp = $commands['year'] .'-'. $commands['month'] .'-'. $commands['day'];
119 $dtm = $commands['pcreated']?'created':'modified';
126 $this->year = $commands['year'];
127 $this->month = $commands['month'];
128 $this->day = $commands['day'];
130 $this->page = (!empty($commands['page'])) ? $commands['page'] : "";
131 if(!$commands['testcl']) {