Lines Matching +defs:element +defs:dblclick

146 	Ids.prototype.next = function (element) {  argument
158 Ids.prototype.nextPrefixed = function (prefix, element) { argument
178 Ids.prototype.claim = function (id, element) { argument
1005 function closest (element, selector, checkYourSelf) { argument
1247 function ensureImported(element, target) { argument
1273 function appendTo(element, target) { argument
1627 function remove$1(element) { argument
1647 function clear(element) { argument
1657 function clone$1(element) { argument
1881 function set$1(element, svg) { argument
1906 function get$1(element) { argument
1922 function innerSVG(element, svg) { argument
2351 …s.on([ 'render.getShapePath', 'render.getConnectionPath'], renderPriority, function(evt, element) { argument
2452 return filter(elements, function(element) { argument
2460 function getParent$1(element, parent) { argument
2537 eachElement(elements, function(element, i, depth) { argument
2618 function handleElement(element) { argument
2671 forEach(elements, function(element) { argument
2725 forEach(elements, function(element) { argument
2755 function getType(element) { argument
2768 function isFrameElement$1(element) { argument
2806 DefaultRenderer.prototype.drawShape = function drawShape(visuals, element) { argument
2954 function remove(collection, element) { argument
2977 function add(collection, element, idx) { argument
3030 function indexOf(collection, element) { argument
4313 function findRoot(element) { argument
4502 allElements.forEach(function(element) { argument
4719 Canvas.prototype.findPlane = function(element) { argument
4744 Canvas.prototype._updateMarker = function(element, marker, add) { argument
4780 …this._eventBus.fire('element.marker.update', { element: element, gfx: container.gfx, marker: marke… property
4800 Canvas.prototype.addMarker = function(element, marker) { argument
4814 Canvas.prototype.removeMarker = function(element, marker) { argument
4824 Canvas.prototype.hasMarker = function(element, marker) { argument
4843 Canvas.prototype.toggleMarker = function(element, marker) { argument
4870 Canvas.prototype.setRootElement = function(element, override) { argument
4895 Canvas.prototype.setRootElementForPlane = function(element, plane, override) { argument
4915 eventBus.fire('root.remove', { element: currentRoot }); property
4916 eventBus.fire('root.removed', { element: currentRoot }); property
4925 eventBus.fire('root.add', { element: element }); property
4929 eventBus.fire('root.added', { element: element, gfx: gfx }); property
4944 Canvas.prototype._ensureValid = function(type, element) { argument
4965 Canvas.prototype._setParent = function(element, parent, parentIndex) { argument
4990 Canvas.prototype._addElement = function(type, element, parent, parentIndex) { argument
4999 eventBus.fire(type + '.add', { element: element, parent: parent }); property
5011 eventBus.fire(type + '.added', { element: element, gfx: gfx }); property
5046 Canvas.prototype._removeElement = function(element, type) { argument
5060 eventBus.fire(type + '.remove', { element: element }); property
5068 eventBus.fire(type + '.removed', { element: element }); property
5152 Canvas.prototype.getGraphics = function(element, secondary) { argument
5325 Canvas.prototype.scrollToElement = function(element, padding) { argument
5541 Canvas.prototype.getAbsoluteBBox = function(element) { argument
5608 ElementRegistry.prototype.add = function(element, gfx, secondaryGfx) { argument
5621 this._elements[id] = { element: element, gfx: gfx, secondaryGfx: secondaryGfx }; property
5629 ElementRegistry.prototype.remove = function(element) { argument
5653 ElementRegistry.prototype.updateId = function(element, newId) { argument
5662 element: element, property
5736 this.forEach(function(element, gfx) { argument
5871 value: function(element) { argument
5892 value: function(element) { argument
5907 value: function(element, idx) { argument
7032 GraphicsFactory.prototype._getChildrenContainer = function(element) { argument
7125 GraphicsFactory.prototype.create = function(type, element, parentIndex) { argument
7165 GraphicsFactory.prototype.drawShape = function(visual, element) { argument
7168 return eventBus.fire('render.shape', { gfx: visual, element: element }); property
7171 GraphicsFactory.prototype.getShapePath = function(element) { argument
7177 GraphicsFactory.prototype.drawConnection = function(visual, element) { argument
7180 return eventBus.fire('render.connection', { gfx: visual, element: element }); property
7189 GraphicsFactory.prototype.update = function(type, element, gfx) { argument
7218 GraphicsFactory.prototype.remove = function(element) { argument
8253 var element = { variable
8307 Moddle.prototype.getElementDescriptor = function(element) { argument
8317 Moddle.prototype.hasType = function(element, type) { argument
8331 Moddle.prototype.getPropertyDescriptor = function(element, property) { argument
9434 function serializeFormat(element) { argument
9438 function serializeAsType(element) { argument
9442 function serializeAsProperty(element) { argument
9492 function getModdleDescriptor(element) { argument
9536 this.addElement = function(element) { argument
9639 function ValueHandler(propertyDesc, element) { argument
9746 element: instance, property
9757 element: instance, property
9777 element: instance, property
9867 ElementHandler.prototype.valueHandler = function(propertyDesc, element) { argument
9920 element: element property
10159 element: r.element, property
10488 function getSerializableProperties(element) { argument
10572 ReferenceSerializer.prototype.build = function(element) { argument
10632 ElementSerializer.prototype.build = function(element) { argument
10692 ElementSerializer.prototype.nsAttributeName = function(element) { argument
10721 ElementSerializer.prototype.parseGeneric = function(element) { argument
10752 ElementSerializer.prototype.parseNsAttribute = function(element, name, value) { argument
10796 ElementSerializer.prototype.parseNsAttributes = function(element, attrs) { argument
10818 ElementSerializer.prototype.parseGenericAttributes = function(element, attributes) { argument
11086 TypeSerializer.prototype.parseNsAttributes = function(element) { argument
11266 BpmnModdle.prototype.toXML = function(element, options) { argument
14956 function is$2(element, type) { argument
14989 function handled(element) { argument
14993 function isHandled(element) { argument
14997 function visit(element, ctx) { argument
15004 translate('already rendered {element}', { element: elementToString(element) }) property
15012 function visitRoot(element, diagram) { argument
15016 function visitIfDi(element, ctx) { argument
15025 logError(e.message, { element: element, error: e }); property
15027 … console.error(translate('failed to import {element}', { element: elementToString(element) })); property
15045 element: elementToString(bpmnElement) property
15047 { element: bpmnElement } property
15056 element: elementToString(di) property
15058 { element: di } property
15116 { element: elementToString(diagram) } property
15339 element: elementToString(e), property
15342 { element: e, context: context } property
15440 root: function(element) { argument
15444 element: function(element, parentShape) { argument
16120 this.get('elementRegistry').forEach(function(element) { argument
16324 return find(definitions.diagrams, function(element) { argument
16438 function is$1(element, type) { argument
16452 function getBusinessObject(element) { argument
16456 function isExpanded(element) { argument
16473 function isInterrupting(element) { argument
16477 function isEventSubProcess(element) { argument
16481 function hasEventDefinition$2(element, eventType) { argument
16496 function hasErrorEventDefinition(element) { argument
16500 function hasEscalationEventDefinition(element) { argument
16504 function hasCompensateEventDefinition(element) { argument
16541 function getLabel(element) { argument
16557 function setLabel(element, text, isExternal) { argument
16602 function isCollection(element) { argument
16608 function getDi(element) { argument
16612 function getSemantic(element) { argument
16619 function getFillColor(element, defaultColor) { argument
16625 function getStrokeColor$1(element, defaultColor) { argument
16631 function getLabelColor(element, defaultColor, defaultStrokeColor) { argument
16814 element: sequenceflowEnd, property
16829 element: messageflowStart, property
16843 element: messageflowEnd, property
16858 element: associationStart, property
16874 element: associationEnd, property
16890 element: conditionalflowMarker, property
16905 element: conditionaldefaultflowMarker, property
17044 return function(parentGfx, element) { argument
17053 function renderEventContent(element, parentGfx) { argument
17127 function renderEmbeddedLabel(parentGfx, element, align) { argument
17140 function renderExternalLabel(parentGfx, element) { argument
17162 function renderLaneLabel(parentGfx, text, element) { argument
17190 'bpmn:Event': function(parentGfx, element, attrs) { argument
17198 'bpmn:StartEvent': function(parentGfx, element) { argument
17221 'bpmn:MessageEventDefinition': function(parentGfx, element, isThrowing) { argument
17244 'bpmn:TimerEventDefinition': function(parentGfx, element) { argument
17472 'bpmn:EndEvent': function(parentGfx, element) { argument
17483 'bpmn:TerminateEventDefinition': function(parentGfx, element) { argument
17492 'bpmn:IntermediateEvent': function(parentGfx, element) { argument
17513 'bpmn:Activity': function(parentGfx, element, attrs) { argument
17524 'bpmn:Task': function(parentGfx, element) { argument
17537 'bpmn:ServiceTask': function(parentGfx, element) { argument
17580 'bpmn:UserTask': function(parentGfx, element) { argument
17627 'bpmn:ManualTask': function(parentGfx, element) { argument
17645 'bpmn:SendTask': function(parentGfx, element) { argument
17667 'bpmn:ReceiveTask' : function(parentGfx, element) { argument
17704 'bpmn:ScriptTask': function(parentGfx, element) { argument
17721 'bpmn:BusinessRuleTask': function(parentGfx, element) { argument
17753 'bpmn:SubProcess': function(parentGfx, element, attrs) { argument
17779 'bpmn:AdHocSubProcess': function(parentGfx, element) { argument
17782 'bpmn:Transaction': function(parentGfx, element) { argument
17793 'bpmn:CallActivity': function(parentGfx, element) { argument
17798 'bpmn:Participant': function(parentGfx, element) { argument
17839 'bpmn:Lane': function(parentGfx, element, attrs) { argument
17855 'bpmn:InclusiveGateway': function(parentGfx, element) { argument
17867 'bpmn:ExclusiveGateway': function(parentGfx, element) { argument
17891 'bpmn:ComplexGateway': function(parentGfx, element) { argument
17913 'bpmn:ParallelGateway': function(parentGfx, element) { argument
17935 'bpmn:EventBasedGateway': function(parentGfx, element) { argument
18007 'bpmn:Gateway': function(parentGfx, element) { argument
18016 'bpmn:SequenceFlow': function(parentGfx, element) { argument
18055 'bpmn:Association': function(parentGfx, element, attrs) { argument
18080 'bpmn:DataInputAssociation': function(parentGfx, element) { argument
18088 'bpmn:DataOutputAssociation': function(parentGfx, element) { argument
18096 'bpmn:MessageFlow': function(parentGfx, element) { argument
18161 'bpmn:DataObject': function(parentGfx, element) { argument
18188 'bpmn:DataInput': function(parentGfx, element) { argument
18199 'bpmn:DataOutput': function(parentGfx, element) { argument
18212 'bpmn:DataStoreReference': function(parentGfx, element) { argument
18233 'bpmn:BoundaryEvent': function(parentGfx, element) { argument
18267 'bpmn:Group': function(parentGfx, element) { argument
18279 'label': function(parentGfx, element) { argument
18282 'bpmn:TextAnnotation': function(parentGfx, element) { argument
18317 'ParticipantMultiplicityMarker': function(parentGfx, element) { argument
18335 'SubProcessMarker': function(parentGfx, element) { argument
18362 'ParallelMarker': function(parentGfx, element, position) { argument
18379 'SequentialMarker': function(parentGfx, element, position) { argument
18396 'CompensationMarker': function(parentGfx, element, position) { argument
18414 'LoopMarker': function(parentGfx, element, position) { argument
18434 'AdhocMarker': function(parentGfx, element, position) { argument
18454 function attachTaskMarkers(parentGfx, element, taskMarkers) { argument
18509 function renderDataItemCollection(parentGfx, element) { argument
18548 BpmnRenderer.prototype.canRender = function(element) { argument
18552 BpmnRenderer.prototype.drawShape = function(parentGfx, element) { argument
18560 BpmnRenderer.prototype.drawConnection = function(parentGfx, element) { argument
18568 BpmnRenderer.prototype.getShapePath = function(element) { argument
19603 function hasExternalLabel(element) { argument
19660 function getExternalLabelMid(element) { argument
19685 function getExternalLabelBounds(semantic, element) { argument
19718 function isLabel$6(element) { argument
19745 element: elementToString(refSemantic), property
19803 element = this._elementFactory.createRoot(elementData(semantic)); property
19890 this._eventBus.fire('bpmnElement.added', { element: element }); property
19935 BpmnImporter.prototype.addLabel = function(semantic, element) { argument
20170 function fire(type, event, element) { argument
20194 element: element, property
20225 dblclick: 'element.dblclick', property
20320 eventBus.fire('interactionEvents.createHit', { element: element, gfx: gfx }); property
20334 eventBus.fire('interactionEvents.updateHit', { element: element, gfx: gfx }); property
20418 this.createDefaultHit = function(element, gfx) { argument
20490 this.updateDefaultHit = function(element, gfx) { argument
20684 Outline.prototype.updateShapeOutline = function(outline, element) { argument
20754 Selection.prototype.deselect = function(element) { argument
20773 Selection.prototype.isSelected = function(element) { argument
20799 elements = elements.filter(function(element) { argument
20808 forEach(elements, function(element) { argument
20997 function isShown(element) { argument
21230 Overlays.prototype.add = function(element, type, overlay) { argument
21258 element: element, property
21393 Overlays.prototype._createOverlayContainer = function(element) { argument
21400 element: element, property
21430 Overlays.prototype._getOverlayContainer = function(element, raw) { argument
21588 var overlays = self.get({ element: element }); property
21891 Keyboard.prototype._getAllowedModifiers = function(element) { argument
23104 function getWindowForElement(element) { argument
24867 function Hammer(element, options) { argument
24999 function Manager(element, options) { argument
25622 dragging.hover({ element: element, gfx: gfx }); property
25755 function sortTopOrMiddle(element) { argument
25759 function sortLeftOrCenter(element) { argument
25773 right: function(element) { argument
25778 bottom: function(element) { argument
25882 sortedElements = sortBy(sortedElements, function(element) { argument
25903 var filteredElements = filter(elements, function(element) { argument
25943 function findFreePosition(source, element, position, getNextPosition) { argument
25963 return function(element, previousPosition, connectedAtPosition) { argument
26005 function getConnectedAtPosition(source, position, element) { argument
26192 function getConnected(element) { argument
26287 function getNewShapePosition$1(source, element, hints) { argument
26337 function isAny(element, types) { argument
26352 function getParent(element, anyType) { 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
26691 var expandings = groupBy(elements, function(element) { argument
26699 elements = elements.filter(function(element) { argument
27093 forEach(elements, function(element) { argument
27160 dragging.hover({ element: element, gfx: gfx }); property
27219 element: hover, property
27420 var existingSelection = previousSelection.filter(function(element) { argument
28476 function bindInteractionEvents(node, eventName, element) { argument
28484 function getBendpointsContainer(element, create) { argument
29759 function mid(element) { argument
31060 DirectEditing.prototype.activate = function(element) { argument
31082 element: element, property
31235 ContextPad.prototype.getEntries = function(element) { argument
31305 ContextPad.prototype.open = function(element, force) { argument
31326 ContextPad.prototype._updateAndOpen = function(element) { argument
31363 element: element, property
31372 ContextPad.prototype.getPad = function(element) { argument
31404 this._eventBus.fire('contextPad.create', { element: element, pad: pad }); property
31434 ContextPad.prototype.isOpen = function(element) { argument
31443 function addClasses$1(element, classNames) { argument
31514 PreviewSupport.prototype.getGfx = function(element) { argument
31527 PreviewSupport.prototype.addDragger = function(element, group, gfx) { argument
31741 elements = filter(elements, function(element) { argument
31747 var shape = find(elements, function(element) { argument
31813 function setMarker(element, marker) { argument
31902 shape = find(elements, function(element) { argument
31943 var shape = find(elements, function(element) { argument
31960 forEach(elements, function(element) { argument
31973 forEach(elements, function(element) { argument
32036 function isConnection$b(element) { argument
32044 function isLabel$5(element) { argument
32065 elements.forEach(function(element) { argument
32237 PopupMenu.prototype.isEmpty = function(element, providerId) { argument
32271 PopupMenu.prototype.open = function(element, id, position) { argument
32387 PopupMenu.prototype._getEntries = function(element, providers) { argument
32422 PopupMenu.prototype._getHeaderEntries = function(element, providers) { argument
32713 function setTransform(element, transform) { argument
33052 forEach(elements, function(element) { argument
33065 forEach(elements, function(element) { argument
33180 CopyPaste.prototype.hasRelations = function(element, elements) { argument
33235 function canCopy(element, elements) { argument
33237 element: element, property
33242 function addElementData(element, depth) { argument
33252 element: element, property
33264 element: foundElementData.element, property
33281 eachElement(parents, function(element, _index, depth) { argument
33294 elements && elements.length && forEach(elements, function(element) { argument
33322 element: elementData.element, property
33366 function isAttacher$1(element) { argument
33370 function isConnection$a(element) { argument
33374 function isLabel$4(element) { argument
33378 function copyWaypoints$1(element) { argument
33395 function removeElement(element, elements) { argument
33428 function removeProperties(element, properties) { argument
33506 element: businessObject, property
33578 function isLabel$3(element) { argument
33835 ModdleCopy.prototype._copyId = function(id, element) { argument
33860 function is(element, type) { argument
33956 function toggeling(element, target) { argument
34009 function replaceElement(element, target, hints) { argument
34211 function hasEventDefinition$1(element, type) { argument
34247 function isDifferentType(element) { argument
35105 label: function(element) { argument
35170 ReplaceMenuProvider.prototype.getEntries = function(element) { argument
35178 if (!rules.allowed('shape.replace', { element: element })) { property
35363 ReplaceMenuProvider.prototype.getHeaderEntries = function(element) { argument
35398 ReplaceMenuProvider.prototype._createEntries = function(element, replaceOptions) { argument
35420 ReplaceMenuProvider.prototype._createSequenceFlowEntries = function(element, replaceOptions) { argument
35493 ReplaceMenuProvider.prototype._createMenuEntry = function(definition, element, action) { argument
35525 ReplaceMenuProvider.prototype._getLoopEntries = function(element) { argument
35603 ReplaceMenuProvider.prototype._getDataObjectIsCollection = function(element) { argument
35637 ReplaceMenuProvider.prototype._getParticipantMultiplicity = function(element) { argument
35678 ReplaceMenuProvider.prototype._getAdHocEntry = function(element) { argument
35893 function isBBoxChild(element) { argument
36138 ContextPadProvider.prototype.getContextPadEntries = function(element) { argument
36160 function startConnect(event, element) { argument
36168 function getReplaceMenuPosition(element) { argument
36207 function appendStart(event, element) { argument
36236 return function(event, element) { argument
36258 click: function(event, element) { argument
36300 click: function(event, element) { argument
36400 click: function(event, element) { argument
36557 forEach(elements, function(element) { argument
36569 return filter(elements, function(element) { argument
36682 forEach(sortedElements, function(element, idx) { argument
36737 DistributeElements$1.prototype._findRange = function(element) { argument
36759 return filter(elements, function(element) { argument
37096 var elements = elementRegistry.filter(function(element) { argument
37148 aligneableElements = filter(currentSelection, function(element) { argument
38107 BpmnInteractionEvents.prototype.createDefaultHit = function(element, gfx) { argument
38116 BpmnInteractionEvents.prototype.createParticipantHit = function(element, gfx) { argument
38137 BpmnInteractionEvents.prototype.createSubProcessHit = function(element, gfx) { argument
38517 eventBus.fire('element.changed', { element: e }); property
38939 ResizeHandles.prototype.makeDraggable = function(element, gfx, direction) { argument
38955 ResizeHandles.prototype._createResizer = function(element, x, y, direction) { argument
38999 ResizeHandles.prototype.createResizer = function(element, direction) { argument
39187 function activateDirectEdit(element, force) { argument
39216 LabelEditingProvider.prototype.activate = function(element) { argument
39282 LabelEditingProvider.prototype.getEditingBBox = function(element) { argument
39451 element, newLabel, argument
39497 function isCollapsedSubProcess(element) { argument
39501 function isExpandedSubProcess$1(element) { argument
39505 function isCollapsedPool(element) { argument
39509 function isExpandedPool(element) { argument
39634 function getStrokeColor(element, defaultColor) { argument
39714 elements.forEach(function(element) { argument
39720 function checkLabelAdjustment(element) { argument
39737 function adjustLabelPosition(element, orientation) { argument
39813 function getTakenHostAlignments(element) { argument
39844 function getTakenConnectionAlignments(element) { argument
39870 function getOptimalPosition(element) { argument
39997 elements.map(function(element) { argument
40048 function getEventDefinition$1(element) { argument
40070 function getBoundaryEvents(element) { argument
40145 function canHaveRootElementReference(element) { argument
40284 function hasAnyEventDefinition(element, types) { argument
40488 var children = rootElement.children.filter(function(element) { argument
40687 function isConnection$9(element) { argument
40692 return find(elements, function(element) { argument
40732 function usesTargetRef(element, targetRef, removedConnection) { argument
40742 function getTargetRef(element, create) { argument
40761 function cleanupTargetRef(element, connection) { argument
40885 return elementRegistry.filter(function(element) { argument
40890 function getDataStores(element) { argument
41059 function getAncestor(element, type) { argument
41088 eachElement(siblings, function(element) { argument
41237 function getEventDefinition(element) { argument
41372 var connection = find(newParent.children, function(element) { argument
43059 elements.forEach(function(element) { argument
43805 function hasChildLanes(element) { argument
44440 return every(elements, function(element) { argument
44528 function canStartConnection(element) { argument
44543 function nonExistingOrLabel(element) { argument
44551 function getOrganizationalParent(element) { argument
44568 function isTextAnnotation(element) { argument
44572 function isGroup(element) { argument
44576 function isCompensationBoundary(element) { argument
44592 function isMessageFlowSource(element) { argument
44604 function isMessageFlowTarget(element) { argument
44619 function getScopeParent(element) { argument
44644 function hasEventDefinition(element, eventDefinition) { argument
44652 function hasEventDefinitionOrNone(element, eventDefinition) { argument
44660 function isSequenceFlowSource(element) { argument
44673 function isSequenceFlowTarget(element) { argument
44686 function isEventBasedTarget(element) { argument
44699 function isConnection$8(element) { argument
44703 function getParents(element) { argument
44718 function isParent(possibleParent, element) { argument
44768 function canDrop(element, target, position) { argument
44850 function isBoundaryEvent(element) { argument
44854 function isLane(element) { argument
44862 function isBoundaryCandidate(element) { argument
44877 function hasNoEventDefinition(element) { argument
44883 function hasCommonBoundaryIntermediateEventDefinition(element) { argument
44892 function hasOneOfEventDefinitions(element, eventDefinitions) { argument
44898 function isReceiveTaskAfterEventBasedGateway(element) { argument
44984 forEach(elements, function(element) { argument
45066 return elements.every(function(element) { argument
45246 function includes$5(elements, element) { argument
45250 function canCopy(elements, element) { argument
45275 function getRootElement(element) { argument
45302 elements = filter(elements, function(element) { argument
45406 OrderingProvider.prototype.getOrdering = function(element, newParent) { argument
45479 function computeOrder(element) { argument
45491 function getOrder(element) { argument
45506 function findActualParent(element, newParent, containers) { argument
45526 this.getOrdering = function(element, newParent) { argument
46534 forEach(shapes, function(element) { argument
46564 forEach(enclosedElements, function(element) { argument
46643 return filter(elements, function(element) { argument
46949 return filter(elements, function(element) { argument
47472 forEach(elements, function(element) { argument
47674 function isConnection$7(element) { argument
47678 function isLabel$2(element) { argument
47703 forEach(collection, function(element) { argument
47792 … var movingConnections = context.movingConnections = elementRegistry.filter(function(element) { argument
47858 element: frame, property
47969 function isConnection$6(element) { argument
47993 BpmnFactory.prototype._needsId = function(element) { argument
48014 BpmnFactory.prototype._ensureId = function(element) { argument
48360 BpmnUpdater.prototype.updateParent = function(element, oldParent) { argument
48486 function getDefinitions(element) { argument
48640 element: businessObject.id, property
48993 function applyAttributes(element, attrs, attributeNames) { argument
49010 function applyAttribute(element, attrs, attributeName) { argument
49035 forEach(elements, function(element) { argument
49217 forEach(elements, function(element) { argument
49230 forEach(elements, function(element) { argument
49250 forEach(elements, function(element) { argument
49299 function isConnection$5(element) { argument
49509 forEach(elements, function(element) { argument
49609 function isConnection$4(element) { argument
49634 function updateRange(group, element) { argument
49639 function center(element) { argument
49651 function centerElement(refCenter, element) { argument
49699 forEach(sortedElements, function(element) { argument
49741 forEach(group.elements, function(element, idx) { argument
49881 MoveClosure.prototype.add = function(element, isTopLevel) { argument
50505 forEach(shapes, function(element) { argument
50715 forEach(elements, function(element) { argument
50729 forEach(elements, function(element) { argument
50744 forEach(elements, function(element) { argument
51410 return elementRegistry.filter(function(element) { argument
51765 eachElement(lanesRoot, function(element) { argument
51957 eachElement(lanesRoot, function(element) { argument
52027 function isInLaneShape(element, laneShape) { argument
52264 forEach(elements, function(element) { argument
52271 element: element, property
52311 function isConnection$3(element) { argument
52348 function setText(element, text) { argument
52496 Modeling.prototype.updateLabel = function(element, newLabel, newBounds, hints) { argument
52498 element: element, property
52522 Modeling.prototype.updateModdleProperties = function(element, moddleElement, properties) { argument
52524 element: element, property
52530 Modeling.prototype.updateProperties = function(element, properties) { argument
52532 element: element, property
52613 element: moddleElement, property
52622 element: moddleElement property
53577 function isExpandedSubProcess(element) { argument
53859 CroppingConnectionDocking.prototype._getGfx = function(element) { argument
53896 function mid(element) { argument
54070 function start(event, element, activate, context) { argument
54122 return filter(elements, function(element) { argument
54176 function setMarker(element, marker) { argument
54195 function makeDraggable(context, element, addMarker) { argument
54337 var filteredElements = filter(elements, function(element) { argument
54360 function isConnection$2(element) { argument
54798 function addClasses(element, classNames) { argument
54910 var elements = elementRegistry.filter(function(element) { argument
55426 PaletteProvider.prototype.getPaletteEntries = function(element) { argument
55890 function getDimensionForAxis(axis, element) { argument
56257 function isConnection$1(element) { argument
56261 function isHidden$1(element) { argument
56265 function isLabel$1(element) { argument
56442 function isContainer(element) { argument
56620 function isAttached(element, host) { argument
56624 function isConnection(element) { argument
56628 function isHidden(element) { argument
56632 function isLabel(element) { argument
56971 element: result.element, property
57217 SearchPad.prototype._resetOverlay = function(element) { argument
57371 var elements = this._elementRegistry.filter(function(element) { argument
57379 elements = filter(elements, function(element) { argument
57383 elements = map$1(elements, function(element) { argument
57392 elements = filter(elements, function(element) { argument
57396 elements = sortBy(elements, function(element) { argument