Home
last modified time | relevance | path

Searched +defs:p +defs:points (Results 1 – 25 of 34) sorted by relevance

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php58 public function multiplyAddPoints(array $points, array $scalars)
179 protected function doublePointHelper(array $p)
193 protected function jacobianDoublePoint(array $p)
218 protected function jacobianDoublePointMixed(array $p)
240 public function verifyPoint(array $p)
DBase.php107 public function multiplyPoint(array $p, BigInteger $d)
190 public function convertToAffine(array $p)
200 public function convertToInternal(array $p)
210 public function negatePoint(array $p)
227 public function multiplyAddPoints(array $points, array $scalars)
DPrime.php67 protected $p; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
192 protected function jacobianAddPointMixedXY(array $p, array $q)
224 protected function jacobianAddPointMixedX(array $p, array $q)
260 protected function jacobianAddPoint(array $p, array $q)
299 public function addPoint(array $p, array $q)
355 protected function doublePointHelper(array $p)
367 protected function jacobianDoublePoint(array $p)
390 protected function jacobianDoublePointMixed(array $p)
411 public function doublePoint(array $p)
476 public function verifyPoint(array $p)
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5066 proto.polyline = function (points) { argument
5074 attr = {points: points}; property
5084 proto.polygon = function (points) { argument
5092 attr = {points: points}; property
5338 p[ps] = { variable
6314 p[i] && (pfirst = p[i][0]); // save current path command field
6393 p[0] = {x: +crp[iLen - 2], y: +crp[iLen - 1]}; variable
6395 p[3] = {x: +crp[0], y: +crp[1]}; variable
6397 p[2] = {x: +crp[0], y: +crp[1]}; variable
6398 p[3] = {x: +crp[2], y: +crp[3]}; variable
[all …]
Dsnap.svg-min.js19 …=c,g=Array.prototype.slice.call(arguments,2),h=m.listeners(a),j=0,n=[],o={},p=[],q=b;p.firstDefine… function
20 …his.data(f,a[f]);return this}return b("snap.data.get."+this.id,this,e[a],a),e[a]}return e[a]=c,b("… argument
/plugin/a2s/
DASCIIToSVG.php1941 private $points; variable in dokuwiki\\plugin\\a2s\\SVGPath
2235 private function applyTransformToPoint($txf, $p, $args) {
2262 private function applyTransformToPath($txf, &$p, $args) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js429 transformPoint: function(p, t, ignoreOffset) { argument
2416 function normalize(a, c, p, s) { argument
3619 parsePointsAttribute: function(points) { argument
4230 this.points = []; property in anonymousFunction064b60f18700.Intersection
4249 appendPoints: function (points) { argument
4298 fabric.Intersection.intersectLinePolygon = function(a1, a2, points) { argument
4347 fabric.Intersection.intersectPolygonRectangle = function (points, r1, r2) { argument
4687 function hue2rgb(p, q, t) { argument
4782 p = l * 2 - q; variable
7486 convertPointsToSVGPath: function(points) { argument
[all …]
Dfabric.min.js1 var fabric=fabric||{version:"1.5.0"};if(typeof exports!=="undefined"){exports.fabric=fabric}if(type… argument
2p/4}else{s=p/(2*Math.PI)*Math.asin(c/a)}return{a:a,c:c,p:p,s:s}}function elastic(opts,t,d){return … argument
5points[0],p2=this._points[1];ctx.save();ctx.transform(v[0],v[1],v[2],v[3],v[4],v[5]);ctx.beginPath… argument
8 …this.getViewportTransform(),f=function(p){return fabric.util.transformPoint(p,vpt)},p=this._calcul… argument
/plugin/diagramsnet/lib/js/croppie/
Dcroppie.min.js1 …ypeof define&&define.amd?define(t):"object"==typeof exports&&"string"!=typeof exports.nodeName?mod… function
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js525 /*private*/ mxVsdxCodec.prototype.scalePoint = function (p, scale) { argument
1447 … mxVsdxCodec.prototype.rotateChildEdge = function (model, parent, beginXY, endXY, points) { argument
1786 mxVssxCodec.prototype.transPoint = function (p, srcP) { argument
2670 mxVsdxGeometry.prototype.getPathXML = function (p, shape) { argument
2887 …/*private*/ mxVsdxGeometryList.prototype.processGeo = function (shape, p, parsedGeom, lastGeoStyle… argument
5545 /*private*/ HSLColor.prototype.hue2rgb = function (p, q, t) { argument
6578 ArcTo.prototype.handle = function (p, shape) { argument
6641 DelRow.prototype.handle = function (p, shape) { argument
6678 Ellipse.prototype.handle = function (p, shape) { argument
6744 EllipticalArcTo.prototype.handle = function (p, shape) { argument
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.js14328 points[0] = 1; field
14342 points[j] = 2; field
14351 points[j0] = data[pos] ? 1 : 8; field
14361 points[j0 + j] = POINT_TYPES[sum]; field
14369 points[j0 + j] = data[pos] ? 2 : 4; field
14382 points[j0] = 8; field
14396 points[j0 + j] = 4; field
14412 p++; field
14428 p += step; field
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js2414 function toSVGPoints(points) { argument
2424 function createLine(points, attrs) { argument
2427 attr(line, { points: toSVGPoints(points) }); property
2436 function updateLine(gfx, points) { argument
2437 attr(gfx, { points: toSVGPoints(points) }); property
3069 function pointsOnLine(p, q, r, accuracy) { argument
3160 function pointInRect(p, rect, tolerance) { argument
3177 function getMidPoint(p, q) { argument
3311 p[ps] = { variable
3372 function bezierBBox(points) { argument
[all …]
Dbpmn-modeler.production.min.js2peof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?… function
7parseFloat,Ct=Math,Tt=Ct.PI,Rt=Ct.min,Pt=Ct.max,At=Ct.pow,kt=Ct.abs,Mt=/([a-z])[\s,]*((-?\d*\.?\d*… function
28p://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" style="position: ab… argument
33 …o,a=["","webkit","Moz","MS","ms","o"],s=n.createElement("div"),c=Math.round,p=Math.abs,u=Date.now;… function
34ps://mths.be/cssescape v1.5.1 by @mathias | MIT license */!function(t,n){var i;i=e,t.exports=funct… argument
/plugin/mermaid/
H A Dmermaid.min.js1 …second",a="minute",s="hour",l="day",u="week",h="month",f="quarter",d="year",p="date",m="Invalid Da… variable
5 `).map(function(p,m){return m===0?p:""+f+p}).join(` argument
12 …xt();return Ie||this.lex()},"lex"),begin:o(function(Ie){this.conditionStack.push(Ie)},"begin"),pop… variable in o7
350ption"),Rr=o(()=>EA,"getAccDescription"),Or=o(t=>{kA=SA(t)},"setDiagramTitle"),Nr=o(()=>kA,"getDia… argument
446ppend("span");h.html(l),TQ(h,e.labelStyle),h.attr("class",`${u} ${n}`),TQ(s,e.labelStyle),s.style(… argument
447 …(e);e.labelStyle=r,e.label="";let i=t.insert("g").attr("class",ht(e)).attr("id",e.domId??e.id),a=M… argument
460 …sform",`translate(${h/2}, ${h/2})`),b.attr("class","basic label-container"),p&&e.look!=="handDrawn… property
468 You have to call mermaid.initialize.`)}isLinkData(e){return e!==null&&typeof e=="object"&&"id"in e&… property
471 …h.abs(i-e.y)*s>Math.abs(n-e.x)*u){let d=r.y<e.y?e.y-u-i:i-u-e.y;l=f*d/h;let p={x:r.x<e.x?r.x+l:r.x… variable
474 …L0,20`)},"requirement_arrow"),C9e=o((t,e,r)=>{let n=t.append("defs").append("marker").attr("id",r+… argument
[all …]
/plugin/strata/
Dplotly-2.25.2.min.js8peof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?def… function
/plugin/diagramsnet/lib/js/
Dviewer.min.js77 …:276,noframes:276,noscript:276,object:272,ol:0,optgroup:0,option:1,output:0,p:1,param:274,pre:0,pr… property
81 …"HTMLOptGroupElement",option:"HTMLOptionElement",output:"HTMLOutputElement",p:"HTMLParagraphElemen… property
86 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat… argument
103 $jscomp.polyfill=function(d,h,l,p){if(h){l=$jscomp.global;d=d.split(".");for(p=0;p<d.length-1;p++){… argument
104 $jscomp.polyfill("Object.setPrototypeOf",function(d){return d?d:"object"!=typeof"".__proto__?null:f… argument
105 $jscomp.polyfill("Reflect.construct",function(d){return d?d:function(d,l,p){void 0===p&&(p=d);p=Obj… argument
107 $jscomp.iteratorPrototype=function(d){$jscomp.initSymbolIterator();d={next:d};d[$jscomp.global.Symb… argument
109 $jscomp.polyfill("Array.prototype.fill",function(d){return d?d:function(d,l,p){var h=this.length||0… argument
122 d]:null}function p(b,a,e){var c=b.length;if(3>c)return!1;var f=[Number.MAX_SAFE_INTEGER,e];a=[a,e];… function
269 …y,a[e+1].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};nu… property
[all …]
Dviewer-static.min.js77 …:276,noframes:276,noscript:276,object:272,ol:0,optgroup:0,option:1,output:0,p:1,param:274,pre:0,pr… property
81 …"HTMLOptGroupElement",option:"HTMLOptionElement",output:"HTMLOutputElement",p:"HTMLParagraphElemen… property
86 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat… argument
103 $jscomp.polyfill=function(d,h,l,p){if(h){l=$jscomp.global;d=d.split(".");for(p=0;p<d.length-1;p++){… argument
104 $jscomp.polyfill("Object.setPrototypeOf",function(d){return d?d:"object"!=typeof"".__proto__?null:f… argument
105 $jscomp.polyfill("Reflect.construct",function(d){return d?d:function(d,l,p){void 0===p&&(p=d);p=Obj… argument
107 $jscomp.iteratorPrototype=function(d){$jscomp.initSymbolIterator();d={next:d};d[$jscomp.global.Symb… argument
109 $jscomp.polyfill("Array.prototype.fill",function(d){return d?d:function(d,l,p){var h=this.length||0… argument
122 d]:null}function p(b,a,e){var c=b.length;if(3>c)return!1;var f=[Number.MAX_SAFE_INTEGER,e];a=[a,e];… function
269 …y,a[e+1].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};nu… property
[all …]
Dapp.min.js75 …:276,noframes:276,noscript:276,object:272,ol:0,optgroup:0,option:1,output:0,p:1,param:274,pre:0,pr… property
79 …"HTMLOptGroupElement",option:"HTMLOptionElement",output:"HTMLOutputElement",p:"HTMLParagraphElemen… property
84 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat… argument
113 (function(u){function p(b,n,a,c,e,j,k){b=b+(n&a|~n&c)+e+k;return(b<<j|b>>>32-j)+n}function d(b,n,a,… function
119 (function(){var u=CryptoJS,p=u.lib,d=p.Base,l=p.WordArray,p=u.algo,s=p.EvpKDF=d.extend({cfg:d.exten… argument
127 …ertext)},_parse:function(a,b){return"string"==typeof a?b.parse(a,this):a}}),p=(p.kdf={}).OpenSSL={… property
135 …ypeof define&&define.amd?define(t):"object"==typeof exports&&"string"!=typeof exports.nodeName?mod… function
137 $jscomp.polyfill=function(d,h,l,p){if(h){l=$jscomp.global;d=d.split(".");for(p=0;p<d.length-1;p++){… argument
138 $jscomp.polyfill("Object.setPrototypeOf",function(d){return d?d:"object"!=typeof"".__proto__?null:f… argument
139 $jscomp.polyfill("Reflect.construct",function(d){return d?d:function(d,l,p){void 0===p&&(p=d);p=Obj… argument
[all …]
/plugin/stlviewer/stlviewer/
Dthree.min.js2alThis:t||self).THREE={})}(this,(function(t){"use strict";void 0===Number.EPSILON&&(Number.EPSILON… argument
/plugin/statistics/js/
Dchart.js7 …i.length;let n=0;for(;n<s;++n)e[i[n]]=g(t[i[n]]);return e}return t}function p(t){return-1===["__pr… function
13turn yt(_t(t/2.55)/100,0,1)}function kt(t){return yt(_t(100*t),0,100)}const St={0:0,1:1,2:2,3:3,4:… function in anonymousObjectcee69c2032605.start.Ra
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js65 …y,a[e+1].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};nu… property
299 mxXmlCanvas2D.prototype.text=function(a,b,c,d,e,f,g,k,l,m,n,p,q){if(this.textEnabled&&null!=e){mxUt… argument
307 mxSvgCanvas2D.prototype.createElement=function(a,b){if(null!=this.root.ownerDocument.createElementN… argument
308 mxSvgCanvas2D.prototype.createAlternateContent=function(a,b,c,d,e,f,g,k,l,m,n,p,q){a=this.getAltern… argument
336 mxSvgCanvas2D.prototype.addForeignObject=function(a,b,c,d,e,f,g,k,l,m,n,p,q,r,t){q=this.createEleme… argument
342 mxSvgCanvas2D.createCss=function(a,b,c,d,e,f,g,k,l,m,n,p,q){p="box-sizing: border-box; font-size: 0… argument
347 mxSvgCanvas2D.prototype.text=function(a,b,c,d,e,f,g,k,l,m,n,p,q){if(this.textEnabled&&null!=e)if(p=… argument
349 mxSvgCanvas2D.prototype.plainText=function(a,b,c,d,e,f,g,k,l,m,n,p){n=null!=n?n:0;k=this.state;var … argument
368 mxShape.prototype.minSvgStrokeWidth=1;mxShape.prototype.bounds=null;mxShape.prototype.points=null;m… method in mxShape
455 function mxText(a,b,c,d,e,f,g,k,l,m,n,p,q,r,t,u,x,y,B,A,z){mxShape.call(this);this.value=a;this.bou… argument
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
Dbpmn-viewer.production.min.js2peof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?… function
7 …*/(i));n=A(r,"bpmn:Collaboration")?r:u(e.rootElements,(function(e){if(A(e,"bpmn:Collaboration"))re… argument
Dbpmn-modeler.production.min.js2 …0===e}function s(e){return void 0!==e}function c(e){return null==e}function p(e){return"[object Ar… function
7parseFloat,Mt=Math,Tt=Mt.PI,Dt=Mt.min,Bt=Mt.max,Nt=Mt.pow,jt=Mt.abs,Ot=/([a-z])[\s,]*((-?\d*\.?\d*… function in si.registerType.anonymousFunctionc4f831ab12a00.Ri.parse.anonymousFunctionc4f831ab14200.L
12 …*/(i));n=vr(r,"bpmn:Collaboration")?r:m(e.rootElements,(function(e){if(vr(e,"bpmn:Collaboration"))… argument
27p://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by bpmn.io" >'+Er+"</a>");q(fe(… argument
197 …`,this._current.container)},Tc.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is m… argument
Dbpmn-navigated-viewer.production.min.js2peof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?… function in hi.registerType.anonymousFunctionbb2fc3952b200.Ti.parse.anonymousFunctionbb2fc3952ca00.I
7 …*/(i));n=A(r,"bpmn:Collaboration")?r:u(e.rootElements,(function(e){if(A(e,"bpmn:Collaboration"))re… argument
/plugin/achart/assets/
Dapexcharts.min.js6peof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?… function
14i.start(t)})),this.el.on("touchstart.drag",(function(t){i.start(t)}))},t.prototype.transformPoint=… argument

12