Lines Matching refs:this

42       $this->output = '';
45 $this->output = '<pre>' . shell_exec(METADISP_CMDL .'-h') .'</pre>';
61 $this->search = $commands['search'];
62 $this->stchecked_exact = "";
63 $this->stchecked_fuzzy = "";
65 $cmdline .= " -f " . $this->search;
66 $this->stchecked_fuzzy = 'checked';
69 $cmdline .= " -s " . $this->search;
70 $this->stchecked_exact = 'checked';
76 $this->links_checked = 'checked';
79 $this->media_checked = 'checked';
82 $this->descr_checked = 'checked';
85 $this->creator_checked = 'checked';
88 $this->contrib_checked = 'checked';
90 msg($this->getLang('nofuzzy'),2);
121 $this->dtype = $dtm;
126 $this->year = $commands['year'];
127 $this->month = $commands['month'];
128 $this->day = $commands['day'];
129 $this->start_dir = $start_dir;
130 $this->page = (!empty($commands['page'])) ? $commands['page'] : "";
132 $this->output =shell_exec($cmdline);
134 …$this->CommandLine = preg_replace('#^'. METADISP_CMDL .'(.*?)-c html#','php plugin.php metadisplay…
146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
149 …t" name="cmd[namespace]" placeholder="namespace:n2:n3. . ." value = "' . $this->start_dir .'" />');
150 …ype="text" name="cmd[page]" placeholder="page without extension" value = "' . $this->page .'" />');
151 … ptln('&nbsp; ' .$this->getLang('exact').':&nbsp <input type = "checkbox" name="cmd[exact]" />');
155 ptln($this->getLang('date') . ':&nbsp;&nbsp;');
156 …input type="text" size = "6" name="cmd[year]" placeholder="Year" value = "'. $this->year .'"/>');
157 …"text" size = "12" name="cmd[month]" placeholder="Month (1-12)" value = "' . $this->month .'"/>');
158 …ut type="text" size = "12" name="cmd[day]" placeholder="Day (1-31)" value = "'.$this->day .'" />');
162 ptln($this->getLang('when') );
165 if($this->dtype == 'modified') {
168 if($this->dtype == 'created') {
173 …ptln($this->getLang('andor') . ' <input type="checkbox" '.$dtype_m .' id="pmodified" name="cmd[pmo…
174 …radio" id="earlier" name="when" value="earlier"><label for="earlier"> ' .$this->getLang('earlier')…
175 …type="radio" id="later" name="when" value="later"><label for="later"> ' .$this->getLang('later').'…
178 …ptln($this->getLang("search") . ':&nbsp; <input type = "text" size = "20" name = "cmd[search]" val…
179 $_fchecked = $this->stchecked_fuzzy; $_echecked = $this->stchecked_exact;
180 …h_type]" value="exact" ' ." $_echecked " .'/><label for="exact_match"> '.$this->getLang('exact_mat…
181 …type]" value="fuzzy" ' . " $_fchecked " . '><label for="fuzzy_match"> ' .$this->getLang('fuzzy_mat…
183 …e="radio" id="link" name="ltype" value="links" '. $this->links_checked .'><label for="link"> ' .$t…
184 …"radio" id="media" name="ltype" value="media" ' . $this->media_checked .'><label for="media"> ' .$
185 …="radio" id="descr" name="ltype" value="descr" '. $this->descr_checked .'><label for="descr"> ' .$
187 …id="mdcreator" name="ltype" value="creator" '. $this->creator_checked .'><label for="mdcreator"> '…
188 …d="mdcontrib" name="ltype" value="contrib" ' . $this->contrib_checked .'><label for="mdcontrib"> '…
190 … type="checkbox" id = "testcl" name="cmd[testcl]"> Test Command line: '. $this->CommandLine .'</di…
197 ptln('<div><br />'.$this->output.'</div>');