Lines Matching refs:to

13  * All DokuWiki plugins to extend the admin function
14 * need to inherit from this class
22 /** @var string to date in YYYY-MM-DD */
23 protected $to = '';
24 /** @var int Offset to use when displaying paged data */
121 public function setTimeframe($from, $to) {
123 if($from > $to) list($from, $to) = array($to, $from);
125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to);
127 $this->to = $to;
168 '?do=admin&page=statistics&opt=' . $page . '&f=' . $this->from . '&t=' . $this->to,
176 '?do=admin&page=statistics&opt=' . $key . '&f=' . $this->from . '&t=' . $this->to,
188 '&f=' . $this->from . '&t=' . $this->to;
203 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="prev button">' . $this->getLang('prev') . '</a>';
208 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="next button">' . $this->getLang('next') . '</a>';
230 echo '<input type="text" name="t" value="' . $this->to . '" class="edit datepicker" />';
280 echo '<a href="?do=admin&amp;page=statistics&amp;opt=page&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
288 echo '<a href="?do=admin&amp;page=statistics&amp;opt=newreferer&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
296 echo '<a href="?do=admin&amp;page=statistics&amp;opt=searchphrases&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';