Searched refs:Radius (Results 1 – 5 of 5) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | PieChart.php | 137 …public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabel… argument 184 …DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, 0, $Decimals, $Radius, $XPos, $YPos, $sh… 188 $TopX = cos ( $iAngle * M_PI / 180 ) * $Radius + $XPos; 189 $TopY = sin ( $iAngle * M_PI / 180 ) * $Radius + $YPos; 218 $Radius, 222 $Radius + .5, 245 …ngle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, Sha… argument 262 $TX = cos ( ($TAngle) * M_PI / 180 ) * ($Radius + 10 + $SpliceDistance) + $XPos; 265 $TY = sin ( ($TAngle) * M_PI / 180 ) * ($Radius + 10 + $SpliceDistance) + $YPos + 4; 267 …$TY = sin ( ($TAngle) * M_PI / 180 ) * ($Radius + $SpliceDistance + 4) + $YPos - ($TextHeight / 2); [all …]
|
| D | pChart.php | 2296 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2314 $RadiusScale = $Radius / $MaxValue; 2352 $TRadius = ($Radius / $MaxValue) * $t; 2374 $X = cos ( $Angle * M_PI / 180 ) * $Radius + $XCenter; 2375 $Y = sin ( $Angle * M_PI / 180 ) * $Radius + $YCenter; 2417 $TRadius = ($Radius / $MaxValue) * $t; 2483 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2501 $Strength = ($Radius / $MaxValue) * $Value; 2547 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2569 $Strength = ($Radius / $MaxValue) * $Value;
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 2085 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2105 $RadiusScale = $Radius / $MaxValue; 2141 $TRadius = ( $Radius / $MaxValue ) * $t; 2161 $X = cos($Angle * 3.1418 / 180 ) * $Radius + $XCenter; 2162 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter; 2191 $TRadius = ( $Radius / $MaxValue ) * $t; 2220 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2251 $Strength = ( $Radius / $MaxValue ) * $Value; 2282 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2315 $Strength = ( $Radius / $MaxValue ) * $Value; [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 2110 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2130 $RadiusScale = $Radius / $MaxValue; 2166 $TRadius = ( $Radius / $MaxValue ) * $t; 2186 $X = cos($Angle * 3.1418 / 180 ) * $Radius + $XCenter; 2187 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter; 2216 $TRadius = ( $Radius / $MaxValue ) * $t; 2245 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2276 $Strength = ( $Radius / $MaxValue ) * $Value; 2307 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2340 $Strength = ( $Radius / $MaxValue ) * $Value; [all …]
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …Radius of WGS84 sphere\n *\n * @const\n * @type {number}\n */\nexport const RADIUS = 6378137;\n\n/…
|