Searched refs:tlimit (Results 1 – 3 of 3) sorted by relevance
/plugin/statistics/inc/ ! |
H A D | StatisticsQuery.class.php | 18 WHERE $tlimit 36 WHERE $tlimit 87 WHERE $tlimit 96 WHERE $tlimit 104 WHERE $tlimit 142 WHERE $tlimit 199 WHERE $tlimit 209 WHERE $tlimit 226 WHERE $tlimit 245 WHERE $tlimit [all …]
|
H A D | StatisticsGraph.class.php | 10 private $tlimit; variable in StatisticsGraph 24 $this->tlimit = "A.dt >= '$from 00:00:00' AND A.dt <= '$to 23:59:59'"; 76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false); 106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval); 184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100); 217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100); 269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours); 319 $result = $this->hlp->Query()->dashboardwiki($this->tlimit, $hours);
|
/plugin/statistics/ ! |
H A D | admin.php | 28 protected $tlimit = ''; variable in admin_plugin_statistics 125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to); 255 $result = $this->hlp->Query()->aggregate($this->tlimit); 278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15); 317 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 150); 323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150); 330 $result = $this->hlp->Query()->imagessum($this->tlimit); 335 $result = $this->hlp->Query()->images($this->tlimit, $this->start, 150); 342 $result = $this->hlp->Query()->downloadssum($this->tlimit); 394 $result = $this->hlp->Query()->aggregate($this->tlimit); [all …]
|