Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 259) sorted by path

1234567891011

/plugin/a2s/
H A DASCIIToSVG.php2027 foreach ($this->points as $point) {
2028 if ($point->x == $p->x && $point->y == $p->y) {
2746 private $point; variable in dokuwiki\\plugin\\a2s\\SVGText
2763 $this->point = new Point($x, $y);
2777 return $this->point;
2785 $out = "<text x=\"{$this->point->x}\" y=\"{$this->point->y}\" id=\"text{$this->name}\" ";
/plugin/achart/assets/
H A Dapexcharts.min.js6 …,e){return this.destination=new a.Point(t,e),this}}}),a.extend(a.Element,{point:function(t,e){retu…
14point:this.transformPoint(t,i),box:a,transform:this.el.transform()},SVG.on(window,"mousemove.drag"…
/plugin/adfs/phpsaml/
H A DREADME.md817 At that point there are two possible alternatives:
1567 At this point, we can test the single log out functionality.
1643 At this point, we can test the single log out functionality.
/plugin/advanced/lang/en/config/
H A Dmanifest.txt9 …- it uses several configurable parameters, if they are not overwritten by the point above: [[doku>…
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …onf''. On y indique alors une extension (sans le point) et un type MIME. Préfixer le type avec un
/plugin/advrack/
H A Draphael.js4193 var x, y, p, l, sp = "", subpaths = {}, point,
4204point = getPointAtSegmentLength(x, y, p[1], p[2], p[3], p[4], p[5], p[6], length - len);
4205 … sp += ["C" + point.start.x, point.start.y, point.m.x, point.m.y, point.x, point.y];
4208 …sp = ["M" + point.x, point.y + "C" + point.n.x, point.n.y, point.end.x, point.end.y, p[5], p[6]].j…
4215point = getPointAtSegmentLength(x, y, p[1], p[2], p[3], p[4], p[5], p[6], length - len);
4216 return {x: point.x, y: point.y, alpha: point.alpha};
4226point = istotal ? len : subpath ? subpaths : R.findDotsAtSegment(x, y, p[0], p[1], p[2], p[3], p[4…
4227 point.alpha && (point = {x: point.x, y: point.y, alpha: point.alpha});
4228 return point;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe12779 point s
21862 Ġstand point
26700 Ġcheck point
28699 Ġview point
30280 Ġpin point
35869 Ġend point
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js414 var rx = point.x * cos - point.y * sin,
415 ry = point.x * sin + point.y * cos;
7602 ctx.arc(point.x, point.y, point.radius, 0, Math.PI * 2, false);
7851 ctx.fillRect(point.x, point.y, point.width, point.width);
12030 var cx = point.x,
12031 cy = point.y,
12408 if ((iLine.o.y < point.y) && (iLine.d.y < point.y)) {
12412 if ((iLine.o.y >= point.y) && (iLine.d.y >= point.y)) {
12418 yi = point.y;
12424 a1 = point.y - b1 * point.x;
[all …]
H A Dfabric.min.js1 …(point,origin,radians){var sin=Math.sin(radians),cos=Math.cos(radians);point.subtractEquals(origin… argument
2 …ersection;fabric.Intersection.prototype={appendPoint:function(point){this.points.push(point)},appe… argument
4point,value){var before=point;point=fabric.util.transformPoint(point,fabric.util.invertTransform(t… argument
5point=this.addPoint(pointer),ctx=this.canvas.contextTop,v=this.canvas.viewportTransform;ctx.save()…
6point,originX,originY){var cx=point.x,cy=point.y,strokeWidth=this.stroke?this.strokeWidth:0;if(ori… argument
8point in coords){x=coords[point].x;y=coords[point].y;coords[point].corner={tl:{x:x-sinHalfOffset,y…
9 …pathStartY;break}previous=current;bounds.forEach(function(point){aX.push(point.x);aY.push(point.y)… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28502 var point, points, _i, _len;
28506 point = points[_i];
28507 this.lineTo.apply(this, point);
H A Dpdfmake.min.js.map1point","_windingRule","rule","isFillRule","clip","translate","cos","rad","sin","scale","xFactor","…
/plugin/attribute/
H A DREADME17 point to write this plugin.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugSessionTransaction.php47 public function setPoint($point) argument
49 $this->point = $point;
56 return $this->point;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1beta2DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1beta2NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1p1beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p1beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1p2beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p2beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1p3beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p3beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataset.php101 public function setPoint($point) argument
103 $this->point = $point;
110 return $this->point;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md77 As long as you update the environment variable below to point to *your* JSON
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md501 methods and a way in which to modify the transaction at that specific point in
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md5 … size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md109 to create a concrete class for a simple extension point.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md71 Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You sh…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php296 $point = $private->multiply($public);
300 $secret = $point;
304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);

1234567891011