Home
last modified time | relevance | path

Searched refs:points (Results 101 – 125 of 238) sorted by last modified time

12345678910

/plugin/diagramsnet/lib/resources/
H A Ddia_mr.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_my.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_fi.txt986 points=Pisteet
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_gl.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_hi.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_i18n.txt986 points=points
H A Ddia_ko.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_lt.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_ms.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_no.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_pt.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_ro.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_sk.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_sr.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_sv.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
H A Ddia_sw.txt986 points=Points
1001 confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points
1015 …ing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is …
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19 …o){o=l}if(k>q){q=k}if(k<n){n=k}j.push(Math.floor(l)+","+Math.floor(k))}e.points=j.join(" ");this.S…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js611 …var a=this.points;if(null!=a&&0<a.length&&null!=a[0]){this.bounds=new mxRectangle(Number(a[0].x),N…
1029points)for(var f=0;f<this.points.length;f++)null!=this.points[f]&&(e=mxUtils.getRotatedPoint(this.
1031 this.points[c]&&(this.points[c].x=parseFloat(this.points[c].x)+a,this.points[c].y=parseFloat(this.p…
1032points)for(var d=0;d<this.points.length;d++)null!=this.points[d]&&(this.points[d].x=parseFloat(thi…
1034 …quals(a.targetPoint))&&(null==this.points&&null==a.points||null!=this.points&&mxUtils.equalPoints(…
1377points&&null!=l){var n=this.view.translate,p=this.view.scale,q=mxUtils.findNearestSegment(l,(d+n.x…
1411 …a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<b.points.length&&(b=b.clone(),b.poin…
1626 …=[];if(null!=g&&null!=g.points)for(var l=0;l<g.points.length;l++)null!=g.points[l]&&k.push(new mxP…
1909 …=this.graph.getCellGeometry(this.state.cell);null!=c&&null!=c.points&&(c=c.clone(),c.points.splice…
1911points,null!=this.bends&&0<this.bends.length&&null!=b)){null==this.points&&(this.points=[]);for(va…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js6232 e1.geometry.points = [new mxPoint(32, 70)];
H A DMenus.js1111 geo.points = null;
1581 hasWaypoints = geo != null && geo.points != null && geo.points.length > 0;
/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js42 if (geo.points != null)
44 tip += 'points(' + geo.points.length + ')=';
46 for (var i = 0; i < geo.points.length; i++)
48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';';
H A DExtensions.js5736 cell.geometry.points = [];
5757 if ((cell.geometry.points == null || cell.geometry.points.length == 0) &&
6413 var points = geo.points;
6604 var points = shape.Points;
6616 var x = points[line.p1].x, y = points[line.p1].y;
6626 var curve = NURBSTo(points[line.p2].x, points[line.p2].y, w, h,
6627 points[line.p1].x / w, points[line.p1].y / h, line.n1.x / w, line.n1.y / h,
6628 points[line.p2].x / w, points[line.p2].y / h, line.n2.x / w, line.n2.y / h);
6633 var x = points[line.p2].x, y = points[line.p2].y;
10351 edge1.geometry.points = wp;
[all …]
H A DMinimal.js2172 cell.geometry.points = [];
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js436 geo.points = null;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19 …),y2:this.HTMLpx(C+0.7*ad)});this.HTMLsvgElement(S.firstChild,"polygon",{points:this.HTMLpx(F)+","…

12345678910