Home
last modified time | relevance | path

Searched refs:isRealInt (Results 1 – 4 of 4) sorted by relevance

/plugin/projects/pchart/pchart/
H A Dpchart.php716 if ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions-1)))
718 elseif ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions+1)))
823 if ( $this->isRealInt(($this->VXMax-$this->VXMin)/($XDivisions-1)))
825 elseif ( $this->isRealInt(($this->VXMax-$this->VXMin)/($XDivisions+1)))
3475 function isRealInt($Value) function in pChart
/plugin/charter/lib/pchart/
H A DpChart.class.php716 if ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions-1)))
718 elseif ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions+1)))
823 if ( $this->isRealInt(($this->VXMax-$this->VXMin)/($XDivisions-1)))
825 elseif ( $this->isRealInt(($this->VXMax-$this->VXMin)/($XDivisions+1)))
3500 function isRealInt($Value) function in pChart
/plugin/statdisplay/pchart/
H A DpChart.php2981 static private function isRealInt($Value) { function in pChart
3112 if (self::isRealInt ( ($maxVal - $minVal) / ($Divisions - 1) ))
3114 elseif (self::isRealInt ( ($maxVal - $minVal) / ($Divisions + 1) ))
/plugin/statistics/inc/pchart/
H A DpChart.php3197 static private function isRealInt($Value) { function in pChart
3335 if(self::isRealInt(($maxVal - $minVal) / ($Divisions - 1))) {
3338 elseif(self::isRealInt(($maxVal - $minVal) / ($Divisions + 1))) {