Home
last modified time | relevance | path

Searched refs:point (Results 76 – 100 of 259) sorted by last modified time

1234567891011

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php528 foreach ($points as &$point) {
529 $point = $this->convertToInternal($point);
650 private function getNAFPoints($point, $wnd) argument
652 if (isset($point['naf'])) {
653 return $point['naf'];
656 $res = [$point];
658 $dbl = $max == 1 ? null : $this->doublePoint($point);
663 $point['naf'] = $res;
/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/promises/
H A DREADME.md5 … size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/)
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md27 to point to the correct section of RFC 7230.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p1beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p1beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
/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/c3chart/assets/
H A Dd3.min.js2point(r[0],r[1],r[2]);n.lineEnd()}function An(t,n){var e=-1,r=t.length;for(n.polygonStart();++e<r;… method in Ge
/plugin/tablelayout/
H A Dyarn.lock335 code-point-at@^1.0.0:
337 …resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a…
1311 is-fullwidth-code-point@^1.0.0:
1313 …resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz…
1317 is-fullwidth-code-point@^2.0.0:
1319 …resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz…
2209 is-fullwidth-code-point "^2.0.0"
2265 code-point-at "^1.0.0"
2266 is-fullwidth-code-point "^1.0.0"
2273 is-fullwidth-code-point "^2.0.0"
/plugin/latex-was/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2862 point = point.original || point;
4282 point,
16989 return point.x + ',' + point.y;
28587 point = intersection.point;
28593 translate$2(floating, point.x, point.y);
28602 point = intersection.point,
29198 return axisSet(point, axis, point[axis] + delta);
43005 return point.original || point;
43713 return point.original || point;
50215 return point.original || point;
[all …]
H A Dbpmn-modeler.production.min.js33point:e[n],bendpoint:!0,index:n};return null}(e,t)||function(e,t){var n,i,r=nn(function(e,t){retur…
34point;return!(p<=0||e.bendpoint)&&(o=Et(i=t[p-1],r=t[p]),a=xt(i,r),s=Math.abs(u.x-o.x),c=Math.abs(…
/plugin/passpolicy/
H A D10k-common-passwords.txt5140 point
H A Dwords.txt2698 point
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md261 corresponding to a specific end point, passing it the IP address you want to
265 point you called. This model in turn contains multiple record classes, each of
322 point may offer a particular piece of data, MaxMind does not always have every
325 Because of these factors, it is possible for any end point to return a record
330 for details on what data each end point may return.
/plugin/csv/_test/
H A Davengers.csv6 …O,,,,,,,Dies in Fear Itself brought back because that's kind of the whole point. Second death in T…
/plugin/imageflow/
H A DREADME.md32 …s and the browser won't have to load and re-render all the images at this point. The recommended w…
/plugin/authhttp/
H A DREADME48 This might actually be a considerable setup since there is not much point in
/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js23 var point = this.graph.getPointForEvent(evt);
24 geo.x = this.graph.snap(point.x - geo.width / 2) - this.graph.panDx / this.graph.view.scale;
25 geo.y = this.graph.snap(point.y - geo.height / 2) - this.graph.panDy / this.graph.view.scale;
37 this.graph.snap(point.x)) <= tol)
42 this.graph.snap(point.y)) <= tol)
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js315 point: null, property in Graph.start
467 if (Math.abs(start.point.x - me.getGraphX()) > tol ||
468 Math.abs(start.point.y - me.getGraphY()) > tol)
511 var box = new mxRectangle(start.point.x, start.point.y);
539 handle = mxUtils.findNearestSegment(state, start.point.x, start.point.y);
601 start.point = null;
719 start.point = null;
12358 mxEdgeHandler.prototype.updateHint = function(me, point) argument
12368 var x = this.roundLength(point.x / s - t.x);
12369 var y = this.roundLength(point.y / s - t.y);
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js152 …c&&n>c&&b.push({point:r,distance:g})}}if(1<b.length){c=b.sort(function(a,c){return a.distance-c.di…
1054 …this.view.graph.getConnectionConstraint(this,b,a);return null==a||null==a.point};mxCellState.proto…
1225 …tyle,mxConstants.STYLE_ORTHOGONAL_LOOP,!1)&&(null!=e&&null!=e.point||null!=f&&null!=f.point)?!1:nu…
1384point&&(this.setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),thi…
1387 var d=this.view.scale,d=new mxPoint(e.x+b.point.x*e.width+b.dx*d,e.y+b.point.y*e.height+b.dy*d),l=a…
1553point:new mxPoint(b,c),state:a},this.deltas.put(a.cell,f),this.count++):d?(f.point.x+=b,f.point.y+…
1554 …eState(c.state,c.point.x,c.point.y)}));this.deltas.visit(mxUtils.bind(this,function(b,c){this.reva…
1557 …nt(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d:0;this.dy=e?e:0}mxC… method in mxConnectionConstraint
1679point&&(this.edgeState.style[mxConstants.STYLE_EXIT_X]=this.sourceConstraint.point.x,this.edgeStat…
1686 …raints=function(a,b){return null==a||null==b||null==a.point||null==b.point||!a.point.equals(b.poin…
[all …]
H A Dviewer.min.js152 …c&&n>c&&b.push({point:r,distance:g})}}if(1<b.length){c=b.sort(function(a,c){return a.distance-c.di…
1054 …this.view.graph.getConnectionConstraint(this,b,a);return null==a||null==a.point};mxCellState.proto…
1225 …tyle,mxConstants.STYLE_ORTHOGONAL_LOOP,!1)&&(null!=e&&null!=e.point||null!=f&&null!=f.point)?!1:nu…
1384point&&(this.setCellStyles(c?mxConstants.STYLE_EXIT_X:mxConstants.STYLE_ENTRY_X,d.point.x,[a]),thi…
1387 var d=this.view.scale,d=new mxPoint(e.x+b.point.x*e.width+b.dx*d,e.y+b.point.y*e.height+b.dy*d),l=a…
1553point:new mxPoint(b,c),state:a},this.deltas.put(a.cell,f),this.count++):d?(f.point.x+=b,f.point.y+…
1554 …eState(c.state,c.point.x,c.point.y)}));this.deltas.visit(mxUtils.bind(this,function(b,c){this.reva…
1557 …nt(a,b,c,d,e){this.point=a;this.perimeter=null!=b?b:!0;this.name=c;this.dx=d?d:0;this.dy=e?e:0}mxC… method in mxConnectionConstraint
1679point&&(this.edgeState.style[mxConstants.STYLE_EXIT_X]=this.sourceConstraint.point.x,this.edgeStat…
1686 …raints=function(a,b){return null==a||null==b||null==a.point||null==b.point||!a.point.equals(b.poin…
[all …]
H A Dextensions.min.js1705point(t[0],t[1],t[2])},MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n… method in AnonymousFunctiona0dbb0ba32800.a
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js11701 point: this.embedExitPoint}), '*');
11718 event: 'export', point: this.embedExitPoint,
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified321 point: _t6,
332 return t.point;
H A Drough.js.orig1 …,o[1]]);s>a&&n>a&&h.push({point:t,distance:s})}}}if(h.length>1){const e=h.sort(((t,e)=>t.distance-…

1234567891011