Lines Matching +full:day +(+path:plugin +path:statdisplay) -(+path:plugin +path:statdisplay +path:lang)
38 case 'month by day':
39 $this->monthby('day', $from);
139 * @param string $by either 'day' or 'hour'
246 $this->cell($this->log->avg($data['hits']['day'], 'count'));
247 $this->cell($this->log->max($data['hits']['day'], 'count'));
252 $this->cell($this->log->avg($data['media']['day'], 'count'));
253 $this->cell($this->log->max($data['media']['day'], 'count'));
258 $this->cell($this->log->avg($data['page']['day'], 'count'));
259 $this->cell($this->log->max($data['page']['day'], 'count'));
264 $this->cell(filesize_h($this->log->avg($data['hits']['day'], 'bytes')));
265 $this->cell(filesize_h($this->log->max($data['hits']['day'], 'bytes')));
327 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'count'))); // Hits
328 $this->cell(round($this->log->avg($data['media']['day'] ?? [], 'count'))); // Files
329 $this->cell(round($this->log->avg($data['page']['day'] ?? [], 'count'))); // Pages
330 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'visitor'))); // Visits