Home
last modified time | relevance | path

Searched refs:Point (Results 26 – 50 of 97) sorted by last modified time

1234

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometryCollection.php57 * @return Point
63 return new Point();
H A DLineString.php12 * @method Point[] getComponents()
13 * @property Point[] $components
14 * @method Point geometryN($n)
27 * @param Point[] $points An array of at least two points with
40 $points[] = Point::fromArray($point);
60 * @return Point|null
77 return new Point();
90 /** @var Point $previousPoint */
108 return new Point($x / $length, $y / $length);
125 /** @var Point
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php12 use geoPHP\Geometry\Point; alias
155 * @return Point
166 $point = new Point($lon, $lat, $elevation);
178 * @return Point[]
344 /** @var Point $geometry */
360 * @param Point $geom
443 if (strpos($component->geometryType(), 'Point') !== false) {
452 if (strpos($component->geometryType(), 'Point') === false && strpos($component->geometryType(), 'LineString') === false) {
/plugin/spatialhelper/helper/
H A Dindex.php21 use geoPHP\Geometry\Point;
115 $geometry = new Point($geotags ['lon'], $geotags ['lat']);
237 * @return Point|false
240 final public function getCoordsFromExif(string $id): Point|false
265 return new Point($lon, $lat);
18 use geoPHP\Geometry\Point; global() alias
H A Dsearch.php23 use geoPHP\Geometry\Point;
80 $geometry = new Point($lon, $lat);
89 * @param Point|null $p
94 final public function findNearby(string $geohash, Point $p = null): array
97 if (!$p instanceof Point) {
152 $point = new Point($geotags ['lon'], $geotags ['lat']);
20 use geoPHP\Geometry\Point; global() alias
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe40456 Point s
43309 ĠPower Point
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46091 function Point(curve, x, y, z, t) {
46118 inherits(Point, Base.BasePoint);
46121 return Point.fromJSON(this, obj);
46376 Point.prototype.toP = Point.prototype.normalize;
46377 Point.prototype.mixedAdd = Point.prototype.add;
46419 function Point(curve, x, z) {
46433 inherits(Point, Base.BasePoint);
46440 return new Point(this, x, z);
46444 return Point.fromJSON(this, obj);
46819 function Point(curve, x, y, isRed) {
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
18 $newCorner1 = new Point($corner2->getX(), $corner1->getY());
19 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
26 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
27 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
43 new Point($X1 + $shadowProperties->xDistance,
45 new Point($X2 + $shadowProperties->xDistance,
57 new Point($X1 + $shadowProperties->xDistance - $i / 2,
59 new Point(
[all...]
H A DPieChart.php81 new Point($XPos + 1, $YPos + 1),
82 new Point($XPos + $MaxWidth + 1,
92 new Point($XPos, $YPos),
93 new Point($XPos + $MaxWidth,
108 new Point($XPos + 10,
110 new Point($XPos + 14,
119 new Point($XPos + 22,
228 new Point($XPos - .5, $YPos - .5),
234 new Point($XPos - .5, $YPos - .5),
244 new Point(
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
33 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
39 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
45 function drawLine(Point $point1, Point
[all...]
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties);
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
20 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
24 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
28 function drawLine(Point $point1, Point
[all...]
H A DpChart.php214 new Point($this->GArea_X1, $this->GArea_Y1),
215 new Point($this->GArea_X2, $this->GArea_Y2),
220 new Point($this->GArea_X1, $this->GArea_Y1),
221 new Point($this->GArea_X2, $this->GArea_Y2),
250 new Point($X1, $Y1),
251 new Point($X2, $Y2 + 1),
309 new Point($this->GArea_X1, $this->GArea_Y1),
310 new Point($this->GArea_X1, $this->GArea_Y2),
317 new Point($this->GArea_X1, $this->GArea_Y2),
318 new Point(
[all...]
H A DPoint.php6 class Point { class
20 public function distanceFrom(Point $other) {
28 * Return a new Point instance that has been incremented by the
32 return new Point($this->x + $x, $this->Y + $y);
36 return sprintf("Point<%d, %d>", $this->x, $this->y);
/plugin/statdisplay/pchart/
H A DGDCanvas.php16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
96 new Point($X2, $Y2),
110 new Point($X2, $Y1),
117 new Point($X2, $Y2),
124 new Point($X1, $Y2),
131 new Point($X1, $Y1),
165 new Point($X2 - $radius, $Y1),
172 new Point($X2, $Y2 - $radius),
197 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
311 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
[all …]
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
24 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
28 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
32 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
34 …tedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadow…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
H A DPieChart.php82 new Point($XPos + $MaxWidth + 1,
91 new Point($XPos + $MaxWidth,
104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
106 new Point($XPos + 14,
113 new Point($XPos + 22,
231 new Point($TopPlots [$Key] [$j + 2],
274 new Point($TX, $TY),
525 new Point($TX, $TY),
585 $currentPos = new Point($PosX, $PosY);
626 new Point($aBotPlots [$Key] [$j + 2],
[all …]
H A DPoint.php6 class Point { class
20 public function distanceFrom(Point $other) {
30 return new Point($this->x + $x, $this->Y + $y);
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
35 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
41 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
47 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
51 …tedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadow…
55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
H A DpChart.php507 new Point($TextLeft,
848 new Point($TextLeft,
1698 new Point($XPos,
2050 new Point($X2,
2259 new Point($X2,
2267 new Point($X2,
2378 new Point($X, $Y),
2453 new Point($X, $Y),
2509 new Point($XPos,
2528 new Point($FirstX,
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md147 * Added exposure of Point-In-Time ID for search responses in `Elastica\ResultSet::getPointInTimeId()` [#1991](https://github.com/ruflin/Elastica/pull/1991)
/plugin/achart/assets/
H A Dapexcharts.min.js6Point,n=new a.Point,l=0,c=t.length;do{a.regex.isPathLetter.test(t[l])?(e=t[l],++l):"M"==e?e="L":"m…
10Point(t),H=new SVG.Point(E,Y),R=[];if(0===T||0===M||F.x===H.x&&F.y===H.y)return[["C",F.x,F.y,H.x,H…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DPoint.php20 class Point extends \Google\Model class
58 class_alias(Point::class, 'Google_Service_Monitoring_Point');
H A DTimeSeries.php31 protected $pointsType = Point::class;
87 * @param Point[]
94 * @return Point[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DPoint.php20 class Point extends \Google\Model class
53 class_alias(Point::class, 'Google_Service_Dataflow_Point');
H A DProgressTimeseries.php24 protected $dataPointsType = Point::class;
36 * @param Point[]
43 * @return Point[]

1234