Home
last modified time | relevance | path

Searched refs:waypoints (Results 1 – 25 of 72) 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/
Dbpmn-modeler.production.min.js2waypoints&&!t&&(a=ht(e.waypoints,!0));var s=a.x,c=a.y,p=a.height||0,l=a.width||0;(s<n||void 0===n)…
7waypoints,n=t.reduce((function(e,n,i){var r=t[i-1];if(r){var o=e[e.length-1],a=o&&o.endLength||0,s…
27waypoints?Vr(e.waypoints):vr(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+Fr.height/2}:{x:e.x+e.width/2,… property
197waypoints||e.host||e.labelTarget)}));return!((t=st(t)).length<2)&&t}))};var Gc={__depends__:[is,vs… property
Dbpmn-viewer.production.min.js2waypoints?P(e.waypoints):A(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+M.height/2}:{x:e.x+e.width/2,y:e… property
Dbpmn-navigated-viewer.production.min.js2waypoints?P(e.waypoints):A(e,"bpmn:Group")?{x:e.x+e.width/2,y:e.y+M.height/2}:{x:e.x+e.width/2,y:e… property
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js2waypoints&&!t&&(r=mi(e.waypoints,!0));var a=r.x,l=r.y,c=r.height||0,u=r.width||0;(a<n||void 0===n)…
7waypoints,n=t.reduce((function(e,n,i){var o=t[i-1];if(o){var r=e[e.length-1],s=r&&r.endLength||0,a…
15waypoints,r)},"dmn:InformationRequirement":function(e,t){var n=Us(t,u),i=Ws(t,h),o={stroke:i,strok… property
21waypoints||e.host||e.labelTarget)}));if(r(n=this._rules.allowed("elements.align",{elements:o}))&&(…
191waypoints)return null;var i=this._modeling,o=this._eventBus;o.fire("replace.start",{element:e,attr… property
Ddmn-viewer.production.min.js2waypoints&&!t&&(i=In(e.waypoints,!0));var a=i.x,l=i.y,c=i.height||0,h=i.width||0;(a<n||void 0===n)…
10waypoints,o)},"dmn:InformationRequirement":function(e,t){var n=ko(t,h),i=xo(t,u),r={stroke:i,strok… property
Ddmn-navigated-viewer.production.min.js2waypoints&&!t&&(i=Vn(e.waypoints,!0));var a=i.x,l=i.y,c=i.height||0,h=i.width||0;(a<n||void 0===n)…
10waypoints,o)},"dmn:InformationRequirement":function(e,t){var n=Co(t,h),i=ko(t,u),r={stroke:i,strok… 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
/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