Home
last modified time | relevance | path

Searched refs:points (Results 176 – 200 of 238) sorted by last modified time

12345678910

/plugin/sketchcanvas/script/
H A DSketchCanvas.js379 // Check to see if we are dragging any of control points.
384 var pts = selectobj[n].points;
390 // control points. Written as a local function to clarify logic.
394 // Check control points for only the "path" shapes.
430 // Check for existing control points
431 // Select only the control points around the selected vertex
563 for(var i = 0; i < obj.points.length; i++){
564 var pt = obj.points[i];
567 // Move control points, too
593 for(var i = 0; i < obj.points
1012 points: dat global() property in Shape.serialize.alldat
1813 Tool(name, points, params) global() argument
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css573 …3z%20M19%2C19H5V5h14V19z%22%20fill-opacity%3D%220.8%22%2F%3E%3Cpolygon%20points%3D%2217.99%2C9%201…
/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/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1points::before{content:"\FAE1"}.mdi-star-four-points-outline::before{content:"\FAE2"}.mdi-star-hal…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js20points:a}),this.el("polyline",b)},g.polygon=function(a){arguments.length>1&&(a=Array.prototype.sli…
H A Dsnap.svg.js5066 proto.polyline = function (points) { argument
5068 points = Array.prototype.slice.call(arguments, 0);
5071 if (is(points, "object") && !is(points, "array")) {
5072 attr = points;
5073 } else if (points != null) {
5074 attr = {points: points}; property in proto.polyline.attr
5084 proto.polygon = function (points) { argument
5089 if (is(points, "object") && !is(points, "array")) {
5090 attr = points;
5091 } else if (points != null) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md44 * Fix for animation of SVG transformations, matrices and polygon points
/plugin/sphinxsearch-was/
H A DINSTALL65 ''/var/www/grimore.org/lib/plugins/sphinxsearch'' points to the ''sphinxsearch''
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst52 * ``decimal``: The number of decimal points to display
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst30 different possible extension points and when to use them.
38 To understand why Twig exposes so many extension points, let's see how to
H A Dadvanced.rst29 different possible extension points and when to use them.
37 To understand why Twig exposes so many extension points, let's see how to
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG136 * fixed JS escaping for unicode characters with higher code 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
/plugin/404manager/
H A DREADME.md43 …p://github.com/gerardnico/dokuwiki-plugin-minimap/zipball/master), which points to latest version …
/plugin/switchpanel/images/
H A DgreenIt.svg4 <polygon points="22,5 22,8 23,8 23,10 27,5" style="fill:#bdbcbc;" />
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc79 … d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.",
/plugin/matomo/
H A DREADME.md48 …ttps://www.dokuwiki.org/plugin:plugin) and the download URL above, which points to latest version …
/plugin/piwik2/
H A DREADME.md48 …ttps://www.dokuwiki.org/plugin:plugin) and the download URL above, which points to latest version …
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php730 …'ERROR: The specified report file path "'.$this->values['reportFile'].'" points to a non-existent …
/plugin/googlemap3/
H A Dsyntax.php85 $points = '';
89 $points .= ",{lat:$lat, lng:$lng, msg: '$msg', txt: '$text'}";
91 $points = ", overlay : [ ".substr($points,1)." ]";
94 $js = "googleMapArray[googleMapArray.length] = {".$param.$points." }; ";
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2324 if (vector.points.length === 0) break;
2326 pdfDoc.moveTo(vector.points[0].x, vector.points[0].y);
2328 pdfDoc.lineTo(vector.points[i].x, vector.points[i].y);
2331 if (vector.points.length > 1) {
2332 var p1 = vector.points[0];
2333 var pn = vector.points[vector.points.length - 1];
14521 w = Math.max(w, vector.points[i2].x);
15163 vector.points[i].x += x;
15164 vector.points[i].y += y;
28502 var point, points, _i, _len;
[all …]
H A Dpdfmake.min.js.map1points","p1","pn","closePath","lineColor","fillAndStroke","stroke","image","_width","_height","Fon…
H A Dpdfmake.min.js7points.length)break;e.moveTo(t.points[0].x,t.points[0].y);for(var n=1,r=t.points.length;r>n;n++)e.…
9points.length;s>a;a++)e=Math.max(e,o.points[a].x),n=Math.max(n,o.points[a].y)}}return t._minWidth=…
/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…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md106 reverse | false | [CSV only] add data points in revers order

12345678910