Home
last modified time | relevance | path

Searched refs:points (Results 26 – 50 of 238) sorted by relevance

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php284 $width = Font::points($this->fontsize, $this->currentfont->stringwidth($text));
299 return Font::points($size, $font->stringwidth($string));
326 $up = Font::points($this->fontsize, $this->currentfont->underline_position());
327 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
333 $up = Font::points($this->fontsize, $this->currentfont->overline_position());
334 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
340 $up = Font::points($this->fontsize, $this->currentfont->linethrough_position());
341 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php185 $points = [];
190 $points[] = $point;
192 return $points;
210 $points = [];
213 $points[] = $this->parsePoint($trkpt);
216 $segments[] = new LineString(count($points) <> 1 ? $points : []);
H A DTWKB.php248 $points = [];
250 $points[] = $this->getPoint($options);
253 return new LineString($points);
/plugin/tagging/images/
H A Darrow-down.svg2 <polygon points="2,6, 18,6 10,14"/>
H A Darrow-up.svg2 <polygon points="2,14, 18,14 10,6"/>
/plugin/batchedit/images/
H A Dslide-arrow-right.svg1 <svg viewBox="0 0 25 83"><polyline style="fill:none;stroke-width:3;stroke-miterlimit:10;" points="1,1 21,40 23,41 1,82 "/></svg
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php58 public function multiplyAddPoints(array $points, array $scalars) argument
107 for ($i = 0; $i < count($points); $i++) {
108 $p = $points[$i];
/plugin/switchpanel/images/
H A DgreenIt.svg4 <polygon points="22,5 22,8 23,8 23,10 27,5" style="fill:#bdbcbc;" />
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2points){if(!points){return null}points=points.replace(/,/g," ").trim();points=points.split(/\s+/);… argument
5points){var path=[],p1=new fabric.Point(points[0].x,points[0].y),p2=new fabric.Point(points[1].x,p… argument
8points,options){options=options||{};if(!points){points=[0,0,0,0]}this.callSuper("initialize",optio… argument
9points,p,xC=[],yC=[],path,height,width,m=this.transformMatrix;for(var j=this.paths.length;j--;){pa…
H A Dfabric.js3627 points = points.replace(/,/g, ' ').trim();
3629 points = points.split(/\s+/);
4250 this.points = this.points.concat(points);
7488 p1 = new fabric.Point(points[0].x, points[0].y),
7498 p1 = new fabric.Point(points[i].x, points[i].y);
14817 var points = object.points;
14883 this.points = points || [ ];
14899 var points = this.points,
14931 points: this.points.concat()
14946 points.push(toFixed(this.points[i].x, 2), ',', toFixed(this.points[i].y, 2), ' ');
[all …]
/plugin/twcheckliste/
H A DREADME.md10 1. Install the plugin using the Plugin Manager and the download URL above, which points to latest v…
/plugin/statdisplay/pchart/
H A DICanvas.php56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
H A DTestCanvas.php76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
/plugin/statistics/inc/pchart/
H A DICanvas.php48 * @todo The points are passed in as an array of X, Y, X, Y
52 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
H A DTestCanvas.php74 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1points.length?function(e){if(4!==e.length)throw"Croppie - Invalid number of points supplied: "+e;v… property in T.o
/plugin/twistienav4bootstrap3/
H A DREADME.md18 * manually with the download URL, which points to latest version of the plugin.
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js410 var points = state.absolutePoints;
432 var p0 = calcVsdxPoint(points[0], true);
438 var pe = calcVsdxPoint(points[points.length - 1], true);
482 for (var i = 0; i < points.length; i++)
484 var p = calcVsdxPoint(points[i], false, true);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst52 * ``decimal``: The number of decimal points to display
/plugin/textinsert/lang/fr/
H A Dintro.txt1 …eut contenir des lettres, des nombres, des tirets bas, traits d'union et points. Par exemple : ''M…
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php208 public function geo_polygon(string $key, array $points): GeoPolygon argument
210 return new GeoPolygon($key, $points);
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jar ... screens private final javax.vecmath.Point3f[] points private javax.vecmath.Point3f cross0 private javax. ...
H A DJmolApplet0_ShapeSpecial.jar ... screens private final javax.vecmath.Point3f[] points private javax.vecmath.Point3f cross0 private javax. ...
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md44 * Fix for animation of SVG transformations, matrices and polygon points
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md44 …ebastianbergmann/php-code-coverage/pull/440): Dashboard charts not showing tooltips for data points

12345678910