/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | LineString.php | 50 public function numPoints() function in geoPHP\\Geometry\\LineString 166 $numPoints = $this->numPoints() - 1; 167 for ($i = 0; $i < $numPoints; ++$i) { 204 $numPoints = $this->numPoints() - 1; 205 for ($i = 0; $i < $numPoints; ++$i) { 235 $numPoints = $this->numPoints() - 1; 236 for ($i = 0; $i < $numPoints; [all...] |
H A D | MultiPoint.php | 79 public function numPoints() function in geoPHP\\Geometry\\MultiPoint 103 return new Point($x / $this->numPoints(), $y / $this->numPoints());
|
H A D | Curve.php | 51 $this->endPoint = $this->pointN($this->numPoints());
|
H A D | Collection.php | 222 public function numPoints() function in geoPHP\\Geometry\\Collection 226 $num += $component->numPoints();
|
H A D | Polygon.php | 29 if ($component->numPoints() < 4) { 32 $component->numPoints() . ', expected more than 3'
|
H A D | Point.php | 198 public function numPoints() function in geoPHP\\Geometry\\Point
|
H A D | Geometry.php | 187 abstract public function numPoints(); function in geoPHP\\Geometry\\Geometry
|
/plugin/statdisplay/pchart/ |
H A D | ICanvas.php | 56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
|
H A D | TestCanvas.php | 76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
|
H A D | GDCanvas.php | 575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument 580 $numPoints,
|
/plugin/statistics/inc/pchart/ |
H A D | ICanvas.php | 52 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
|
H A D | TestCanvas.php | 74 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
|
H A D | GDCanvas.php | 654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument 660 $numPoints,
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
H A D | Idn.php | 750 * @param int $numPoints 755 private static function adaptBias($delta, $numPoints, $firstTime) argument 759 $delta += intdiv($delta, $numPoints);
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | WKB.php | 354 $wkb = $this->writer->writeUInt32($line->numPoints());
|
H A D | TWKB.php | 485 $twkb = $this->writer->writeUVarInt($geometry->numPoints());
|
/plugin/sketchcanvas/script/ |
H A D | SketchCanvas.js | 817 var numPoints = tool.points;
821 if(numPoints <= obj.points.length)
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | mp3.js | 4062 numPoints: 'int16',
|