Home
last modified time | relevance | path

Searched refs:Angle (Results 26 – 35 of 35) sorted by path

12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1Angle=30]="Angle",e[e.Time=31]="Time",e[e.Freq=32]="Freq",e[e.Exclamation=33]="Exclamation",e[e.Re…
H A Dbundle.js.map1Angle for x and y axis\n\n var angle = Math.atan2(points[0].y - center.y, points[0].x - center.x)…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Angle for x and y axis\n let angle = Math.atan2(points[0].y - center.y, points[0].x - center.x);\…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt503 ra = Rotate by Angle: angle of rotation in degrees
/plugin/projects/pchart/pchart/
H A Dpchart.php862 if ( $Angle == 0 )
2175 if ( $Angle >= 0 && $Angle <= 90 )
2178 if ( $Angle > 90 && $Angle <= 180 )
2181 if ( $Angle > 180 && $Angle <= 270 )
2244 $Angle = -90;
2262 $Angle = $Angle + (360/$Points);
2306 $Angle = -90;
2323 $Angle = $Angle + (360/$Points);
2434 $Angle = $iAngle;
2563 …if ( $iAngle == $Angle || $iAngle == $Angle+$Value*$SpliceRatio || $iAngle +.5 > $Angle+$Value*$Sp…
[all …]
/plugin/statdisplay/pchart/
H A DPieChart.php177 $Angle = 0;
187 for($iAngle = $Angle; $iAngle <= $Angle + $Value * $SpliceRatio; $iAngle = $iAngle + .5) {
198 $Angle = $iAngle;
248 $TAngle = $Angle + ($Value * $SpliceRatio / 2);
370 $Angle = 0;
477 $Angle = 0;
533 for($iAngle = $Angle; $iAngle <= $Angle + $Value * $SpliceRatio; $iAngle = $iAngle + .5) {
556 $Angle = $iAngle + $SpliceDistanceRatio;
578 for($iAngle = $Angle; $iAngle <= $Angle + $Value * $SpliceRatio; $iAngle = $iAngle + .5) {
587 …if ($iAngle == $Angle || $iAngle == $Angle + $Value * $SpliceRatio || $iAngle + .5 > $Angle + $Val…
[all …]
H A DpChart.php460 $Angle,
471 $Angle,
481 $Angle,
753 $Angle,
764 $Angle,
774 $Angle,
2393 if ($Angle >= 0 && $Angle <= 90)
2396 if ($Angle > 90 && $Angle <= 180) {
2401 if ($Angle > 180 && $Angle <= 270) {
2521 $Angle = $Angle + (360 / $Points);
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php185 $Angle = 0;
192 $this->processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, 0, $Decimals, $Radius, $XPos, $YPos, $shadowProperties);
195 for($iAngle = $Angle; $iAngle <= $Angle + $Value * $SpliceRatio; $iAngle = $iAngle + .5) {
206 $Angle = $iAngle;
261 private function processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, ShadowProperties $shadowProperties) { argument
264 $TAngle = $Angle + ($Value * $SpliceRatio / 2);
394 $Angle = 0;
397 $XOffset = cos(($Angle + ($Value / 2 * $SpliceRatio)) * M_PI / 180) * $SpliceDistance;
398 $YOffset = sin(($Angle
610 processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array& $plotArray, ShadowProperties $shadowProperties) global() argument
[all...]
H A DpChart.php297 function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) { argument
298 $this->drawScale($data, $style, $Angle, $Decimals, $WithMargin, $SkipLabels, TRUE);
304 function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) { argument
471 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
475 if($Angle == 0) {
479 $Angle,
489 if($Angle <= 90) {
492 $Angle,
503 $Angle,
645 function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle argument
1127 drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) global() argument
[all...]

12