Home
last modified time | relevance | path

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

/plugin/statdisplay/helper/
H A Dtable.php235 $this->head($this->getLang('max'));
241 $this->cell($this->log->max($data['hits']['hour'], 'count'));
247 $this->cell($this->log->max($data['hits']['day'], 'count'));
253 $this->cell($this->log->max($data['media']['day'], 'count'));
259 $this->cell($this->log->max($data['page']['day'], 'count'));
358 * @param float $max
397 $this->cell($this->pct($count, $max));
410 * @param $max
413 private function pct($val, $max) argument
415 if (!$max) return '0.00%';
[all …]
H A Dlog.php55 $max = @filesize($this->logfile);
56 if (!$max) return 100.0;
58 return (int)$pos * 100 / $max;
432 public function max($input, $key = null) function in helper_plugin_statdisplay_log
434 $max = 0;
442 if ($val > $max) $max = $val;
445 return $max;
/plugin/statdisplay/pchart/
H A DpChart.php540 /* Compute Min and Max values */
1867 $aPoints [] = max($YLast + $this->GArea_Y1, $this->GArea_Y1);
1869 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
1871 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
1873 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
2207 $Max = $Data [$Key] [$DataDescription->values[0]];
2214 $Max = $Data [$Key] [$ColName];
2300 /* Search for the max value */
2487 /* Search for the max value */
2551 /* Search for the max value */
[all …]
H A DGDCanvas.php536 $Step = 360 / (2 * M_PI * max ( $width, $height ));
554 $Step = 360 / (2 * M_PI * max ( $width, $height ));
569 if (($Y1 - 1) > $center->getY() - max ( $width, $height )) {
H A DpData.php201 max($this->seriesMaximums[$seriesName],