Home
last modified time | relevance | path

Searched +full:traffic +(+path:plugin +path:statdisplay) -(+path:plugin +path:statdisplay +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/helper/
H A Dgraph.php42 case 'traffic by day':
45 case 'traffic by hour':
48 case 'traffic by user':
142 * Show month traffic by day or hour
164 $title = 'Traffic';
206 foreach ($others as $user => $traffic) {
207 $other += $traffic;
215 $DataSet->addPoints(array_values($usertraffic), "traffic");
H A Dlog.php348 * Return the last 7 day's user traffic
367 // count up the traffic
371 foreach ((array)$info as $user => $traffic) {
372 $usertraffic[$user] += $traffic;
373 $alltraffic += $traffic;
H A Dtable.php61 case 'traffic by user':
161 $this->head($this->getLang('traffic'), 2);
380 $this->head($this->getLang('traffic'), 2);