Searched defs:tlimit (Results 1 – 3 of 3) sorted by relevance
/plugin/statistics/inc/ |
H A D | StatisticsQuery.class.php | 13 public function aggregate($tlimit) { 127 public function dashboardviews($tlimit, $hours = false) { 155 public function dashboardwiki($tlimit, $hours = false) { 182 public function history($tlimit, $info, $interval = false) { 264 public function pages($tlimit, $start = 0, $limit = 20) { 275 public function edits($tlimit, $start = 0, $limit = 20) { 285 public function images($tlimit, $start = 0, $limit = 20) { 296 public function imagessum($tlimit) { 315 public function downloadssum($tlimit) { 323 public function referer($tlimit, $start = 0, $limit = 20) { [all …]
|
H A D | StatisticsGraph.class.php | 10 private $tlimit; variable in StatisticsGraph
|
/plugin/statistics/ |
H A D | admin.php | 28 protected $tlimit = ''; variable in admin_plugin_statistics
|