Home
last modified time | relevance | path

Searched +full:page +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/statistics/
H A Ddb.sql4 `page` VARCHAR(255)
34 KEY `page` (`page`),
88 ALTER TABLE `stats_outlinks` ADD `page` VARCHAR(255) NOT NULL
94 `page` VARCHAR(255)
159 `page` VARCHAR(255) NOT NULL,
H A Dadmin.php17 /** @var string the currently selected page */
40 'page',
166 foreach($info as $page) {
168 '?do=admin&page=statistics&opt=' . $page . '&f=' . $this->from . '&t=' . $this->to,
169 $this->getLang($page),
176 '?do=admin&page=statistics&opt=' . $key . '&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>';
227 echo '<input type="hidden" name="page" valu
[all...]
H A Daction.php80 * Log page edits actions
169 * Log the daily page and media counts for the history
/plugin/statistics/ico/flags/
H A DREADME3 License info at the page:
/plugin/statistics/inc/
H A DStatisticsLogger.class.php184 public function log_search($page, $query, $words, $engine) { argument
185 $page = addslashes($page);
191 page = '$page',
281 $page = addslashes($_REQUEST['p']);
286 page = '$page',
297 * log a page access
331 $page
443 log_edit($page, $type) global() argument
[all...]
H A DStatisticsQuery.class.php265 $sql = "SELECT COUNT(*) as cnt, page
269 GROUP BY page
270 ORDER BY cnt DESC, page" .
276 $sql = "SELECT COUNT(*) as cnt, page
279 GROUP BY page
280 ORDER BY cnt DESC, page" .