Home
last modified time | relevance | path

Searched refs:addPoint (Results 1 – 25 of 27) sorted by relevance

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php117 $r[1 - $d_i] = $this->addPoint($r[0], $r[1]);
233 $r = $this->addPoint($p1, $p2);
H A DPrime.php299 public function addPoint(array $p, array $q) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
561 $comb[1] = $this->addPoint($points[$a], $points[$b]);
562 $comb[2] = $this->addPoint($points[$a], $this->negatePoint($points[$b]));
636 $acc = $this->addPoint($acc, $p);
660 $res[] = $this->addPoint($res[$i - 1], $dbl);
H A DBinary.php160 public function addPoint(array $p, array $q) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php41 function addPoint($point) { function in Path
63 $this->addPoint($this->getPoint(0));
H A Doutput.png.class.php447 $this->_path->addPoint(new Point($x, $y));
452 $this->_path->addPoint(new Point($x, $y));
/plugin/statistics/inc/pchart/
H A DpData.php50 public function addPoint($value, $series = "Series1", $Description = "") { function in pData
52 throw new InvalidArgumentException("Can't pass an array to addPoint()");
/plugin/statdisplay/pchart/
H A DpData.php51 public function addPoint($value, $series = "Series1", $Description = "") { function in pData
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php226 public function addPoint(array $p, array $q) function in phpseclib3\\Crypt\\EC\\Curves\\Ed448
H A DEd25519.php288 public function addPoint(array $p, array $q) function in phpseclib3\\Crypt\\EC\\Curves\\Ed25519
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php113 $rhs = $curve->addPoint($rhs, $R);
/plugin/a2s/
H A DASCIIToSVG.php2009 public function addPoint($x, $y, $flags = Point::POINT) { function in dokuwiki\\plugin\\a2s\\SVGPath
2987 $path->addPoint($col, $row, Point::CONTROL);
2989 $path->addPoint($col, $row);
3294 $line->addPoint($c, $r);
3583 $path->addPoint($c, $r);
3593 $path->addPoint($c, $r, Point::CONTROL);
3595 $path->addPoint($c, $r);
3655 $path->addPoint($c - $cInc, $r - $rInc);
3712 $pointExists = $path->addPoint($c, $r, Point::CONTROL);
3716 $pointExists = $path->addPoint($c, $r);
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1843 function addPoint(x, y){ function
1866 if(!addPoint(x, y))
1867 addPoint(x, y);
1870 addPoint(x, y);
2499 function addPoint(){
2512 addPoint();
2513 addPoint();
2537 addPoint();
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1 …new y(a.x,a.y,b.x,b.y),c,d)||this.E.push(new E(a.vv,b.vv))},a.prototype.addPoint=function(a,b){var…
2 …source.x,y:a.source.y},g={x:a.target.x,y:a.target.y},h=e.addPoint(f,a.source.index),l=e.addPoint(g…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6535 function addPoint(type, x, y) function
6564 changed = addPoint(0, p0.x, p0.y) || changed;
6635 changed = addPoint(1, list[j].x, list[j].y) || changed;
6640 changed = addPoint(0, pt.x, pt.y) || changed;
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js5addPoint(pointer),ctx=this.canvas.contextTop,v=this.canvas.viewportTransform;ctx.save();ctx.transf…
H A Dfabric.js7594 var point = this.addPoint(pointer),
7667 addPoint: function(pointer) {
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1632 …))}if(this.addEnabled&&null==c&&this.isAddPointEvent(b.getEvent()))this.addPoint(this.state,b.getE…
1669 mxEdgeHandler.prototype.addPoint=function(a,b){var c=mxUtils.convertPoint(this.graph.container,mxEv… method in mxEdgeHandler
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1836 …))}if(this.addEnabled&&null==c&&this.isAddPointEvent(b.getEvent()))this.addPoint(this.state,b.getE…
1873 mxEdgeHandler.prototype.addPoint=function(a,b){var c=mxUtils.convertPoint(this.graph.container,mxEv… method in mxEdgeHandler

12