Searched +full:history +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang) (Results 1 – 5 of 5) sorted by relevance
169 * Log the daily page and media counts for the history177 // check if a history was gathered already today178 $sql = "SELECT `info` FROM " . $hlp->prefix . "history WHERE `dt` = DATE(NOW())";
44 'history',
91 * Create a history graph for the given info type95 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');
492 * Log the current page count and size as today's history entry507 $sql = "REPLACE INTO " . $this->hlp->prefix . "history521 * Log the current page count and size as today's history entry534 $sql = "REPLACE INTO " . $this->hlp->prefix . "history
182 public function history($tlimit, $info, $interval = false) { function in StatisticsQuery 198 FROM " . $this->hlp->prefix . "history as A