Lines Matching refs:attacher

26184 	    allConnected = allConnected.concat(source.attachers.reduce(function(shapes, attacher) {  argument
26185 return shapes.concat(getConnected(attacher));
40071 return filter(element.attachers, function(attacher) { argument
40072 return is$1(attacher, 'bpmn:BoundaryEvent');
46704 forEach(attachers, function(attacher) { argument
46705 movePreview.makeDraggable(context, attacher, true);
46707 forEach(attacher.labels, function(label) {
46745 forEach(attachers, function(attacher) { argument
46746 closure.add(attacher, closure.topLevel[attacher.host.id]);
46776 forEach(attachers, function(attacher) { argument
46777 modeling.updateAttachment(attacher, newHost);
46788 forEach(shape.attachers, function(attacher) { argument
46791 forEach(attacher.outgoing.slice(), function(connection) {
46804 forEach(attacher.incoming.slice(), function(connection) {
46837 saveClear(oldShape.attachers, function(attacher) { argument
46840 shapes: [attacher]
46844 modeling.updateAttachment(attacher, newShape);
46846 modeling.removeShape(attacher);
46853 forEach(newShape.attachers, function(attacher) { argument
46854 var delta = getNewAttachShapeDelta(attacher, oldShape, newShape);
46855 modeling.moveShape(attacher, delta, attacher.parent);
46874 forEach(attachers, function(attacher) { argument
46875 var delta = getNewAttachShapeDelta(attacher, oldBounds, newBounds);
46877 modeling.moveShape(attacher, delta, attacher.parent);
46879 forEach(attacher.labels, function(label) {
46890 saveClear(shape.attachers, function(attacher) { argument
46891 modeling.removeShape(attacher);
50804 function removeAttacher(host, attacher) { argument
50807 return remove(host && host.attachers, attacher);
50810 function addAttacher(host, attacher, idx) { argument
50822 add(attachers, attacher, idx);