Home
last modified time | relevance | path

Searched refs:waypoints (Results 1 – 25 of 70) sorted by relevance

123

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js2622 if (element.waypoints) {
2675 if (element.waypoints && !stopRecursion) {
2676 bbox = getBBox(element.waypoints, true);
2729 if (e.waypoints) {
2829 var line = createLine(connection.waypoints, this.CONNECTION_STYLE);
2854 var waypoints = connection.waypoints;
2858 for (idx = 0; (point = waypoints[idx]); idx++) {
4276 function filterRedundantWaypoints(waypoints) { argument
4279 waypoints = waypoints.slice();
4286 while (waypoints[idx]) {
[all …]
Dbpmn-modeler.production.min.js2waypoints&&!t&&(a=pt(e.waypoints,!0));var s=a.x,c=a.y,p=a.height||0,u=a.width||0;(s<n||void 0===n)…
7 …ght}},yn.prototype.getAbsoluteBBox=function(e){var t,n=this.viewbox();e.waypoints?t=this.getGraphi…
28waypoints,n="m "+t[0].x+","+t[0].y,i=1;i<t.length;i++)n+="L"+t[i].x+","+t[i].y+" ";return n}var k… property
33 …trigger=function(e,t){var n=this._modeling,i=g(e,(function(e){return!(e.waypoints||e.host||e.label…
34waypoints,a=gs(t,o,e);if(a)return!function(e,t,n){var i,r,o,a,s,c,p=e.index,u=e.point;return!(p<=0… property
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2waypoints)a[u.id]=i[u.id]=u;else return r[u.id]=u,E(u.incoming,c),E(u.outgoing,c),u.children}retur…
10waypoints?I0(e.waypoints):m(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+ro.height/2}:{x:e.x+e.width/2,y… property
211waypoints||r.host||r.labelTarget)});return n=Dr(n),n.length<2?!1:n})};var qm={__depends__:[um,Gc,y… property
231waypoints;s.connectionStart||s.connectionEnd||s.createElementsBehavior===!1||BP(c)&&n.updateWaypoi…
H A Dbpmn-viewer.production.min.js2waypoints?So(e.waypoints):D(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+tr.height/2}:{x:e.x+e.width/2,y… property
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js13waypoints)s[u.id]=r[u.id]=u;else return i[u.id]=u,k(u.incoming,l),k(u.outgoing,l),u.children}retur… property
24waypoints||l.host||l.labelTarget)});if(i=this._rules.allowed("elements.align",{elements:r}),F(i)&&…
197waypoints)return null;var i=this._modeling,r=this._eventBus;r.fire("replace.start",{element:n,attr… property
198waypoints.slice(),l=t.allowed("connection.reconnect",{connection:r,source:o,target:s});!l||l.type=… property
214waypoints||n.type==="label")}function Mk(n,e){var t;if(n.length===void 0?t=_e(n.children,tq):t=n,t…
H A Ddmn-viewer.production.min.js13waypoints&&!e&&(a=wi(o.waypoints,!0));var l=a.x,c=a.y,u=a.height||0,f=a.width||0;(l<t||t===void 0)… property
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt780 waypoints=waypoints
Ddia_ru.txt780 waypoints=Опорные точки
Ddia_bg.txt780 waypoints=Ориентири
Ddia_el.txt780 waypoints=Σημεία αναφοράς
Ddia_zh.txt780 waypoints=航点
Ddia_uk.txt780 waypoints=Шляхові точки
Ddia_ko.txt780 waypoints=중간점
Ddia_zh-tw.txt780 waypoints=航點
Ddia_th.txt780 waypoints=การวางตำแหน่ง
Ddia_fa.txt780 waypoints=‫نقطه مسیر‬
Ddia_he.txt780 waypoints=‫נקודות ציון ‬
Ddia_ja.txt780 waypoints=途中点
Ddia_ar.txt780 waypoints=‫نقط المسار‬
Ddia_eu.txt780 waypoints=Koordenatua
Ddia_et.txt780 waypoints=Kontrollpunktid
Ddia_fi.txt780 waypoints=Reittipisteet
Ddia_sl.txt780 waypoints=Waypoints
/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js5731 …var waypoints = p.ElbowControlPoints != null && p.ElbowControlPoints.length > 0? p.ElbowControlPoi…
5734 if (waypoints != null)
5738 for (var i = 0; i < waypoints.length; i++)
5740 var pt = waypoints[i].p ? waypoints[i].p : waypoints[i];
5747 if (waypoints == p.BezierJoints)
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1456 …;this.mouseDownCounter=1;this.waypointsEnabled&&null==this.shape&&(this.waypoints=null,this.shape=…
1471 …is.getSourcePerimeterPoint(this.previous,null!=this.waypoints&&0<this.waypoints.length?this.waypoi…
1472 …pe.points=this.edgeState.absolutePoints:(c=[e],null!=this.waypoints&&(c=c.concat(this.waypoints)),…
1476 …State,!1,b));var c=null;if(null!=this.waypoints)for(var c=[],d=0;d<this.waypoints.length;d++){var …
1478 …terFunction(a);if(null!=e){var f=null!=this.waypoints&&0<this.waypoints.length?this.waypoints[this…
1481waypoints||1<this.mouseDownCounter&&(c>this.graph.tolerance||b>this.graph.tolerance))null==this.wa…
1490 …tGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&&
1491 …this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0…

123