Home
last modified time | relevance | path

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

/plugin/statdisplay/
H A DREADME5 All documentation for this plugin can be found at
H A Dcli.php22 …$options->registerOption('clear', 'Drop all previously parsed log data and reparse the whole log f…
H A DBrowser.php80 * + Updated to support PHP 5.3 - removed all deprecated function calls
81 * + Updated to remove all double quotes (") -- converted to single quotes (')
176 …const BROWSER_NOKIA = 'Nokia Browser'; // * all other WAP-based browsers on the…
218 * Reset all properties
240 * The name of the browser. All return types are from the class contants
250 * The name of the platform. All return types are from the class contants
/plugin/statdisplay/helper/
H A Dlog.php141 $this->logdata[$month][$type]['all']['count'] =
154 $this->logdata[$month][$type]['all']['bytes'] =
175 $this->logdata[$month][$type]['all']['visitor'] =
233 $this->logdata[$month]['hits']['all']['count'] =
247 $this->logdata[$month]['status']['all'][$status] =
248 isset($this->logdata[$month]['status']['all'][$status]) ?
249 $this->logdata[$month]['status']['all'][$status] + 1 :
411 $all = 0;
414 $all += $item;
416 $all += $item[$key];
[all …]
H A Dtable.php32 case 'all':
101 $this->log->logdata[$date]['page']['all']['count'],
116 $this->log->logdata[$date]['page']['all']['count'],
131 $this->log->logdata[$date]['page']['all']['count'],
209 $this->cell($data['page']['all']['count'] + $data['media']['all']['count'], 2);
214 $this->cell($data['media']['all']['count'], 2);
219 $this->cell($data['page']['all']['count'], 2);
224 $this->cell($data['page']['all']['visitor'], 2);
332 $this->cell($data['hits']['all']['count']); // Hits
333 $this->cell($data['media']['all']['count']); // Files
[all …]
H A Dgraph.php33 case 'all':
58 * Show all the access data
78 $pages[] = $data['page']['all']['count'] ?? 0;
79 $media[] = $data['media']['all']['count'] ?? 0;
80 $hits[] = $data['hits']['all']['count'] ?? 0;
81 $visitors[] = $data['hits']['all']['visitor'] ?? 0;
170 $this->getLang('all'),
/plugin/statdisplay/pchart/
H A DScaleStyle.php7 * @todo The color, lineWidth and lineDotSize variables could all
H A DColor.php23 * Color is an immutable class, so all mutator methods return a new
H A DCSVImporter.php29 * All the methods on this class are static, it's debatable whether it
H A DTestCanvas.php10 * is used in unit testing the pChart, since all we care about is to
H A DPieChart.php176 /* Calculate all polygons */
369 /* Calculate all polygons */
476 /* Calculate all polygons */
H A DpChart.php589 /* If all values are the same */
639 /** @todo The use of ceil() here is questionable if all
2844 * Print all error messages on the CLI or graphically