Home
last modified time | relevance | path

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

/plugin/statistics/
H A Daction.php169 * Log the daily page and media counts for the history
177 // check if a history was gathered already today
178 $sql = "SELECT `info` FROM " . $hlp->prefix . "history WHERE `dt` = DATE(NOW())";
H A Dadmin.php44 'history',
/plugin/statistics/inc/
H A DStatisticsGraph.class.php91 * Create a history graph for the given info type
95 protected function history($info) { function in StatisticsGraph
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
251 $this->history('page_count');
255 $this->history('page_size');
259 $this->history('media_count');
263 $this->history('media_size');
H A DStatisticsLogger.class.php492 * Log the current page count and size as today's history entry
507 $sql = "REPLACE INTO " . $this->hlp->prefix . "history
521 * Log the current page count and size as today's history entry
534 $sql = "REPLACE INTO " . $this->hlp->prefix . "history
H A DStatisticsQuery.class.php182 public function history($tlimit, $info, $interval = false) { function in StatisticsQuery
198 FROM " . $this->hlp->prefix . "history as A