Lines Matching refs:this

112 				// If the admin wants to delete all of the images, probably it's good to print this reminder
115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
119 $this->output .= "<pre>Purge result ([x] = deleted):\n";
121 $res = $this->latexpurge($mode, $days*86400);
124 $this->output .= '[x] '.$img . "\n";
132 …$this->output = "<div class=\"error\">Purger: Bad form inputs. No action taken.</div>".$this->outp…
134 $this->output .= "Totals: $numdeleted deleted, $numkept kept (kept files not shown).\n";
138 $this->output .= "</pre>";
148 ptln('<p>'.$this->output.'</p>');
150 ptln('<h2>'.$this->getLang('legend_purge').'</h2>');
154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
156 …ptln('<td rowspan="2"><input type="submit" class="button" name="latexpurge" value="'.$this->getLa…
158 $labtimes = $this->getLang('label_times');
161 echo $this->getLang('label_olderthan');
163 echo $this->getLang('label_days');
165 …echo '<LABEL><INPUT type="radio" name="purgemode" value="all" />'.$this->getLang('label_all').'</L…
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
194 foreach(array($this->getConf("latex_path"),$this->getConf("dvips_path"),
195 $this->getConf("convert_path"),$this->getConf("identify_path")) as $path) {
242 $this->doc = '';
243 $plug->render('xhtml', $this, $data);
244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
251 $rendstr = $this->render('{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
277 ptln($this->doc);