Lines Matching +defs:source +defs:layer
4580 var childIndex = reduce(this._layers, function(childIndex, layer) { argument
19730 function getWaypoints(bo, source, target) { argument
19857 source: source, property
25943 function findFreePosition(source, element, position, getNextPosition) { argument
26005 function getConnectedAtPosition(source, position, element) { argument
26043 function getConnectedDistance(source, hints) { argument
26175 function getAutoPlaceClosure(source) { argument
26243 this.append = function(source, shape, hints) { argument
26246 source: source, property
26252 source: source, property
26259 source: source, property
26287 function getNewShapePosition$1(source, element, hints) { argument
26376 function getNewShapePosition(source, element) { argument
26395 function getFlowNodePosition(source, element) { argument
26448 function getTextAnnotationPosition(source, element) { argument
26471 function getDataElementPosition(source, element) { argument
28794 source: source, property
28801 source: target, property
28818 source: source, property
28848 source: type === RECONNECT_START$1 ? hover : source, property
28862 source: type === RECONNECT_END$1 ? hover : target, property
29954 function canConnect(source, target) { argument
29956 source: source, property
29961 function canConnectReverse(source, target) { argument
30128 source: source || start, property
30279 source: source, property
30336 ConnectionPreview.prototype.cropWaypoints = function(start, end, source, target) { argument
31735 function canCreate(elements, target, position, source, hints) { argument
31771 source: source, property
31790 source: connectionTarget === source ? shape : source, property
33416 function copyProperties$1(source, target, properties) { argument
33935 function copyProperties(source, target, properties) { argument
36211 source: element property
42936 function getMovedSourceAnchor(connection, source, moveDelta) { argument
44262 function isDefaultFlow(connection, source) { argument
44723 function canConnect(source, target, connection) { argument
44908 function canAttach(elements, target, source, position) { argument
45071 function canCreate(shape, target, source, position) { argument
45126 function isOneTextAnnotation(source, target) { argument
45138 function canConnectAssociation(source, target) { argument
45165 function canConnectMessageFlow(source, target) { argument
45180 function canConnectSequenceFlow(source, target) { argument
45198 function canConnectDataAssociation(source, target) { argument
46794 source: connection.source, property
46807 source: connection.source, property
49131 function existsConnection(source, target) { argument
50257 function canReconnect(source, target, connection) { argument
50260 source: source, property
51037 …Modeling$1.prototype.createConnection = function(source, target, parentIndex, connection, parent, … argument
51049 source: source, property
51170 Modeling$1.prototype.appendShape = function(source, shape, position, target, hints) { argument
51177 source: source, property
51285 Modeling$1.prototype.reconnect = function(connection, source, target, dockingOrPoints, hints) { argument
51317 Modeling$1.prototype.connect = function(source, target, attrs, hints) { argument
52506 Modeling.prototype.connect = function(source, target, attrs, hints) { argument
52941 function connectRectangles(source, target, start, end, hints) { argument
52983 function repairConnection(source, target, start, end, waypoints, hints) { argument
53058 function tryLayoutStraight(source, target, start, end, hints) { argument
53517 function getMessageFlowManhattanOptions(source, target) { argument
53524 function getMessageFlowPreserveDocking(source, target) { argument
53556 function getSubProcessManhattanOptions(source) { argument
53563 function getSubProcessPreserveDocking(source) { argument
53571 function isCompensationAssociation(source, target) { argument
53625 function getLoopPreferredLayout(source, connection) { argument
53641 function getBoundaryEventPreferredLayouts(source, target, end) { argument
53670 function getBoundaryEventLoopLayout(attachOrientation, attachedToSide, source, target, end) { argument
53688 function shouldConnectToSameSide(axis, source, target, end) { argument
53800 CroppingConnectionDocking.prototype.getCroppedWaypoints = function(connection, source, target) { argument
55380 return this._rules.allowed('connection.start', { source: startTarget }); property