Lines Matching refs:outgoing

2634 	      forEach(element.outgoing, handleConnection);
26116 var targetsDistances = source.outgoing
26203 return shape.outgoing.map(function(connection) {
33305 forEach([ element.attachers, element.incoming, element.outgoing ], addRelatedElements);
39852 element.outgoing.map(function(c) {
39954 var associations = filter(shape.incoming.concat(shape.outgoing), function(connection) {
40099 forEach(newSource.outgoing, function(connection) {
41270 oldOutgoing = shape.outgoing.slice(),
41491 newShapeTargets = newShape.outgoing.filter(isSequenceFlow)
43031 messageFlows.outgoing.forEach(function(outgoing) { argument
43032 var anchor = getResizedSourceAnchor(outgoing, newShape, oldShape);
43034 modeling.reconnectStart(outgoing, newShape, anchor);
43057 outgoing = [];
43070 element.outgoing.forEach(function(connection) {
43072 outgoing.push(connection);
43079 outgoing: outgoing
43264 element.outgoing,
43678 if (shape.incoming.length !== 1 || shape.outgoing.length !== 1) {
43683 outConnection = shape.outgoing[0];
46791 forEach(attacher.outgoing.slice(), function(connection) {
47145 outgoing = shape.outgoing;
47147 forEach(incoming.concat(outgoing), function(connection) {
47796 forEach(shape.outgoing, function(connection) {
47816 forEach(shape.outgoing, function(connection) {
49132 return some(source.outgoing, function(c) {
49555 saveClear(shape.outgoing, function(connection) {
50070 forEach(shape.outgoing, function(c) {
50298 outgoing = oldShape.outgoing.slice();
50313 forEach(outgoing, function(connection) {
50435 forEach(shape.outgoing, function(c) {
54167 return (shape.incoming || []).concat(shape.outgoing || []);
56318 forEach(shape.outgoing, function(connection) {
56375 forEach(shape.outgoing, function(connection) {