Lines Matching +defs:o +defs:event

1445 	function defined(o) {  argument
3203 var isArray = Array.isArray || function(o) { return o instanceof Array; }; argument
5975 collection.forEach(function(o) { argument
6592 EventBus.prototype.once = function(event, priority, callback, that) { argument
6638 events.forEach(function(event) { argument
6764 EventBus.prototype._invokeListeners = function(event, args, listener) { argument
6783 EventBus.prototype._invokeListener = function(event, args, listener) { argument
6833 EventBus.prototype._addListener = function(event, newListener) { argument
6879 EventBus.prototype._removeListener = function(event, callback) { argument
15608 delegate.bind(lightbox, '.backdrop', 'click', function(event) { argument
16155 BaseViewer.prototype.on = function(event, priority, callback, target) { argument
16165 BaseViewer.prototype.off = function(event, callback) { argument
16247 BaseViewer.prototype._emit = function(type, event) { argument
16353 componentEvent.bind(linkElement, 'click', function(event) { argument
16379 this.on('import.parse.complete', function(event) { argument
16486 forEach(bo.eventDefinitions, function(event) { argument
16581 function isTypedEvent(event, eventDefinitionType, filter) { argument
16598 function isThrowEvent(event) { argument
17294 'bpmn:EscalationEventDefinition': function(parentGfx, event, isThrowing) { argument
17314 'bpmn:ConditionalEventDefinition': function(parentGfx, event) { argument
17331 'bpmn:LinkEventDefinition': function(parentGfx, event, isThrowing) { argument
17351 'bpmn:ErrorEventDefinition': function(parentGfx, event, isThrowing) { argument
17371 'bpmn:CancelEventDefinition': function(parentGfx, event, isThrowing) { argument
17395 'bpmn:CompensateEventDefinition': function(parentGfx, event, isThrowing) { argument
17415 'bpmn:SignalEventDefinition': function(parentGfx, event, isThrowing) { argument
17435 'bpmn:MultipleEventDefinition': function(parentGfx, event, isThrowing) { argument
17454 'bpmn:ParallelMultipleEventDefinition': function(parentGfx, event) { argument
20050 function __stopPropagation(event) { argument
20059 function getOriginal$1(event) { argument
20064 function stopPropagation$1(event, immediate) { argument
20070 function toPoint(event) { argument
20090 function isButton(event, button) { argument
20094 function isPrimaryButton(event) { argument
20100 function isAuxiliaryButton(event) { argument
20106 function hasPrimaryModifier(event) { argument
20122 function hasSecondaryModifier(event) { argument
20128 function allowAll(event) { return true; } argument
20130 function allowPrimaryAndAuxiliary(event) { argument
20170 function fire(type, event, element) { argument
20212 function isIgnored(localEventName, event) { argument
20252 function triggerMouseEvent(eventName, event, targetElement) { argument
20269 function registerEvent(node, event, localEvent, ignoredFilter) { argument
20282 function unregisterEvent(node, event, localEvent) { argument
20305 eventBus.on('canvas.destroy', function(event) { argument
20309 eventBus.on('canvas.init', function(event) { argument
20316 eventBus.on([ 'shape.added', 'connection.added' ], function(event) { argument
20329 ], LOW_PRIORITY$m, function(event) { argument
20337 eventBus.on('interactionEvents.createHit', LOW_PRIORITY$m, function(event) { argument
20344 eventBus.on('interactionEvents.updateHit', function(event) { argument
20649 eventBus.on([ 'shape.added', 'shape.changed' ], LOW_PRIORITY$l, function(event) { argument
20662 eventBus.on([ 'connection.added', 'connection.changed' ], function(event) { argument
20852 events.on('element.hover', function(event) { argument
20856 events.on('element.out', function(event) { argument
20860 events.on('selection.changed', function(event) { argument
20897 eventBus.on('create.end', 500, function(event) { argument
20922 eventBus.on('connect.end', 500, function(event) { argument
20933 eventBus.on('shape.move.end', 500, function(event) { argument
20949 eventBus.on('element.click', function(event) { argument
21575 eventBus.on('canvas.viewbox.changing', function(event) { argument
21579 eventBus.on('canvas.viewbox.changed', function(event) { argument
21590 forEach(overlays, function(o) { argument
21748 function hasModifier(event) { argument
21755 function isCmd(event) { argument
21772 function isKey(keys, event) { argument
21781 function isShift(event) { argument
21852 Keyboard.prototype._keydownHandler = function(event) { argument
21856 Keyboard.prototype._keyupHandler = function(event) { argument
21860 Keyboard.prototype._keyHandler = function(event, type) { argument
21878 Keyboard.prototype._isEventIgnored = function(event) { argument
21882 Keyboard.prototype._isModifiedKeyIgnored = function(event) { argument
21933 Keyboard.prototype._fire = function(event) { argument
21999 eventBus.on('editorActions.init', LOW_PRIORITY$j, function(event) { argument
22352 function handleMove(event) { argument
22388 function handleEnd(event) { argument
22397 function handleStart(event) { argument
22560 ZoomScroll.prototype._handleWheel = function handleWheel(event) { argument
24254 function emit(event) { argument
24488 event: 'pan', property
24565 event: 'pinch', property
24607 event: 'press', property
24675 event: 'rotate', property
24706 event: 'swipe', property
24775 event: 'tap', property
24933 [TapRecognizer, {event: 'doubletap', taps: 2}, ['tap']], property
25194 each(splitStr(events), function(event) { argument
25213 each(splitStr(events), function(event) { argument
25228 emit: function(event, data) { argument
25296 function triggerDomEvent(event, data) { argument
25392 function stopEvent(event) { argument
25412 function stopMouse(event) { argument
25419 function allowMouse(event) { argument
25447 var doubleTap = new Hammer.Tap({ event: 'doubletap', taps: 2 }); property
25475 recognizer.on('hammer.input', function(event) { argument
25505 return function(event) { argument
25525 function startGrabCanvas(event) { argument
25551 function startGrab(event) { argument
25601 eventBus.on('drag.move', function(event) { argument
25633 eventBus.on('contextPad.create', function(event) { argument
25639 padRecognizer.on('panstart', function(event) { argument
25643 padRecognizer.on('press', function(event) { argument
25647 padRecognizer.on('tap', function(event) { argument
25654 eventBus.on('palette.create', function(event) { argument
25660 padRecognizer.on('panstart', function(event) { argument
25664 padRecognizer.on('press', function(event) { argument
25668 padRecognizer.on('tap', function(event) { argument
25674 eventBus.on('canvas.init', function(event) { argument
26231 eventBus.on('autoPlace.end', function(event) { argument
26544 return function(event) { argument
26592 forEach(events, function(event) { argument
26667 this.postExecuted([ 'shape.create' ], function(event) { argument
26680 this.postExecuted([ 'elements.move' ], function(event) { argument
26708 this.postExecuted([ 'shape.toggleCollapse' ], function(event) { argument
26724 this.postExecuted([ 'shape.resize' ], function(event) { argument
27020 self.canExecute(action, priority, function(context, action, event) { argument
27142 function ensureHover(event) { argument
27179 eventBus.on('drag.start', function(event) { argument
27181 eventBus.once('drag.move', HIGH_PRIORITY$j, function(event) { argument
27205 eventBus.on('element.hover', function(event) { argument
27212 eventBus.on('element.hover', HIGH_PRIORITY$j, function(event) { argument
27235 this._findTargetGfx = function(event) { argument
27278 function preventDefault$1(event) { argument
27282 function isTouchEvent(event) { argument
27429 function move(event, activate) { argument
27495 function end(event) { argument
27530 function checkCancel(event) { argument
27543 function trapClickAndEnd(event) { argument
27564 function trapTouch(event) { argument
27572 function hover(event) { argument
27581 function out(event) { argument
27678 function init(event, relativeTo, prefix, options) { argument
27943 AutoScroll.prototype._toBorderPoint = function(event) { argument
28125 function toCanvasCoordinates(canvas, event) { argument
28148 function getConnectionIntersection(canvas, waypoints, event) { argument
28455 function activateBendpointMove(event, connection) { argument
28478 componentEvent.bind(node, eventName, function(event) { argument
28630 eventBus.on('connection.changed', function(event) { argument
28634 eventBus.on('connection.remove', function(event) { argument
28642 eventBus.on('element.marker.update', function(event) { argument
28660 eventBus.on('element.mousemove', function(event) { argument
28685 eventBus.on('element.mousedown', function(event) { argument
28701 eventBus.on('selection.changed', function(event) { argument
28710 eventBus.on('element.hover', function(event) { argument
28719 eventBus.on('element.out', function(event) { argument
28774 this.start = function(event, connection, bendpointIndex, insert) { argument
28827 eventBus.on('bendpoint.move.hover', function(event) { argument
28873 eventBus.on([ 'bendpoint.move.out', 'bendpoint.move.cleanup' ], function(event) { argument
28886 eventBus.on('bendpoint.move.end', function(event) { argument
29020 eventBus.on('bendpoint.move.start', function(event) { argument
29047 eventBus.on('bendpoint.move.hover', function(event) { argument
29073 ], HIGH_PRIORITY$i, function(event) { argument
29084 eventBus.on('bendpoint.move.move', function(event) { argument
29159 ], HIGH_PRIORITY$i, function(event) { argument
29263 this.start = function(event, connection, idx) { argument
29359 function updateDragger(context, segmentOffset, event) { argument
29407 eventBus.on('connectionSegment.move.start', function(event) { argument
29422 eventBus.on('connectionSegment.move.move', function(event) { argument
29506 eventBus.on('connectionSegment.move.hover', function(event) { argument
29515 ], function(event) { argument
29526 eventBus.on('connectionSegment.move.cleanup', function(event) { argument
29542 ], function(event) { argument
29551 eventBus.on('connectionSegment.move.end', function(event) { argument
29660 function isSnapped(event, axis) { argument
29687 function setSnapped(event, axis, value) { argument
29822 eventBus.on('connectionSegment.move.move', 1500, function(event) { argument
29893 eventBus.on([ 'bendpoint.move.move', 'bendpoint.move.end' ], 1500, function(event) { argument
29968 eventBus.on('connect.hover', function(event) { argument
30004 eventBus.on([ 'connect.out', 'connect.cleanup' ], function(event) { argument
30014 eventBus.on('connect.end', function(event) { argument
30053 this.start = function(event, start, connectionStart, autoActivate) { argument
30106 connectionPreview && eventBus.on('connect.move', function(event) { argument
30135 eventBus.on('connect.hover', LOW_PRIORITY$h, function(event) { argument
30151 ], HIGH_PRIORITY$h, function(event) { argument
30160 connectionPreview && eventBus.on('connect.cleanup', function(event) { argument
30973 DirectEditing.prototype._fire = function(event, context) { argument
31049 DirectEditing.prototype._handleResize = function(event) { argument
31171 eventBus.on('elements.delete', function(event) { argument
31181 eventBus.on('element.changed', function(event) { argument
31222 this._eventBus.on('contextPad.getProviders', priority, function(event) { argument
31265 ContextPad.prototype.trigger = function(action, event, autoActivate) { argument
31387 delegate.bind(html, entrySelector, 'click', function(event) { argument
31391 delegate.bind(html, entrySelector, 'dragstart', function(event) { argument
31396 componentEvent.bind(html, 'mousedown', function(event) { argument
31826 eventBus.on([ 'create.move', 'create.hover' ], function(event) { argument
31860 eventBus.on([ 'create.end', 'create.out', 'create.cleanup' ], function(event) { argument
31868 eventBus.on('create.end', function(event) { argument
31938 this.start = function(event, elements, context) { argument
32011 function ensureConstraints$2(event) { argument
32093 eventBus.on('create.move', LOW_PRIORITY$g, function(event) { argument
32120 eventBus.on('create.cleanup', function(event) { argument
32227 this._eventBus.on('popupMenu.getProviders.' + id, priority, function(event) { argument
32360 PopupMenu.prototype.trigger = function(event) { argument
32518 delegate.bind(container, '.entry' ,'click', function(event) { argument
35530 function toggleLoopEntry(event, entry) { argument
35608 function toggleIsCollection(event, entry) { argument
35643 function toggleParticipantMultiplicity(event, entry) { argument
35691 action: function(event, entry) { argument
36106 eventBus.on('create.end', 250, function(event) { argument
36160 function startConnect(event, 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
37222 ], function(event) { argument
37284 ], LOWER_PRIORITY, function(event) { argument
37331 GridSnapping.prototype.snapEvent = function(event, axis, options) { argument
37425 function getSnapConstraints(event, axis) { argument
37515 function getSnapOffset(event, axis, elementRegistry) { argument
37591 this.preExecute('shape.resize', function(event) { argument
37761 ], HIGH_PRIORITY$f, function(event) { argument
37872 ], HIGHER_PRIORITY$4, function(event) { argument
37916 ], HIGH_PRIORITY$d, function(event) { argument
38400 keyboard.addListener(HIGHER_PRIORITY$3, function(event) { argument
38494 eventBus.on('element.changed', function(event) { argument
38512 eventBus.on('elements.changed', function(event) { argument
38523 eventBus.on('shape.changed', function(event) { argument
38527 eventBus.on('connection.changed', function(event) { argument
38669 eventBus.on('resize.start', function(event) { argument
38673 eventBus.on('resize.move', function(event) { argument
38682 eventBus.on('resize.end', function(event) { argument
38707 Resize.prototype.activate = function(event, shape, contextOrDirection) { argument
38874 eventBus.on('resize.move', LOW_PRIORITY$d, function(event) { argument
38879 eventBus.on('resize.cleanup', function(event) { argument
38942 function startResize(event) { argument
39122 eventBus.on('element.dblclick', function(event) { argument
39133 ], function(event) { argument
39148 eventBus.on('directEditing.activate', function(event) { argument
39152 eventBus.on('create.end', 500, function(event) { argument
39182 eventBus.on('autoPlace.end', 500, function(event) { argument
39679 ], function(event) { argument
39695 ], function(event) { argument
39708 ], function(event) { argument
40077 this.postExecute('connection.create', function(event) { argument
40093 this.postExecute('connection.reconnect', function(event) { argument
40297 this.preExecute('shape.create', 1500, function(event) { argument
40336 ], HIGH_PRIORITY$b, function(event) { argument
40367 ], HIGH_PRIORITY$b, function(event) { argument
40381 ], HIGH_PRIORITY$b, function(event) { argument
40397 ], HIGH_PRIORITY$b, function(event) { argument
40410 eventBus.on('shape.move.start', HIGHEST_PRIORITY, function(event) { argument
40433 this.preExecute('shape.create', function(event) { argument
40476 ], HIGH_PRIORITY$a, function(event) { argument
40511 eventBus.on('create.start', HIGH_PRIORITY$a, function(event) { argument
40517 function ensureHoveringProcess(event) { argument
40780 function fixTargetRef(event) { argument
40829 return function(event) { argument
40914 this.preExecute('shape.create', function(event) { argument
40933 this.preExecute('elements.move', function(event) { argument
40955 this.postExecute('shape.create', function(event) { argument
40971 this.postExecute('shape.move', function(event) { argument
40997 this.postExecute('shape.delete', function(event) { argument
41015 this.postExecute('canvas.updateRoot', function(event) { argument
41139 this.postExecuted('shape.delete', LOW_PRIORITY$a, function(event) { argument
41453 this.preExecuted('connection.create', function(event) { argument
41481 this.preExecuted('shape.replace', function(event) { argument
41624 this.executed('shape.delete', function(event) { argument
41644 this.reverted('shape.delete', function(event) { argument
41664 this.execute('shape.create', function(event) { argument
41680 this.revert('shape.create', function(event) { argument
41846 this.executed([ 'shape.move', 'shape.create', 'shape.resize' ], function(event) { argument
42642 this.postExecute('shape.delete', function(event) { argument
42654 this.postExecute([ 'label.create' ], function(event) { argument
42689 function getVisibleLabelAdjustment(event) { argument
42713 ], function(event) { argument
42741 this.postExecute([ 'shape.replace' ], function(event) { argument
42759 this.postExecute('shape.resize', function(event) { argument
43099 eventBus.on([ 'shape.move.rejected', 'create.rejected' ], function(event) { argument
43191 function replaceReconnectedConnection(event) { argument
43254 this.postExecuted('element.updateProperties', function(event) { argument
43349 this.postExecuted([ 'elements.create' ], 500, function(event) { argument
43362 this.postExecuted([ 'elements.move' ], 500, function(event) { argument
43464 eventBus.on('resize.start', HIGH_PRIORITY$8, function(event) { argument
43620 eventBus.on('resize.start', SLIGHTLY_HIGHER_PRIORITY + 500, function(event) { argument
43635 eventBus.on('resize.end', SLIGHTLY_HIGHER_PRIORITY, function(event) { argument
43857 this.postExecuted('shape.replace', function(event) { argument
44038 this.preExecute('shape.delete', function(event) { argument
44055 this.preExecute('connection.delete', function(event) { argument
44153 this.preExecute(laneRefUpdateEvents, HIGH_PRIORITY$7, function(event) { argument
44157 this.postExecuted(laneRefUpdateEvents, LOW_PRIORITY$7, function(event) { argument
44169 ], function(event) { argument
44239 this.preExecute('connection.delete', function(event) { argument
44844 function isDroppableBoundaryEvent(event) { argument
45357 this.preExecute([ 'shape.create', 'connection.create' ], function(event) { argument
45375 this.preExecute([ 'shape.move', 'connection.move' ], function(event) { argument
45484 var entry = find(orders, function(o) { argument
45923 CommandStack.prototype._fire = function(command, qualifier, event) { argument
46192 delegate.bind(this._tooltipRoot, tooltipSelector, 'mousedown', function(event) { argument
46196 delegate.bind(this._tooltipRoot, tooltipSelector, 'mouseover', function(event) { argument
46200 delegate.bind(this._tooltipRoot, tooltipSelector, 'mouseout', function(event) { argument
46254 Tooltips.prototype.trigger = function(action, event) { argument
46447 this._eventBus.on('canvas.viewbox.changing', function(event) { argument
46451 this._eventBus.on('canvas.viewbox.changed', function(event) { argument
46714 movePreview && eventBus.on('shape.move.start', function(event) { argument
46862 this.postExecute('shape.resize', function(event) { argument
46886 this.preExecute('shape.delete', function(event) { argument
47035 eventBus.on(events.tool + '.init', function(event) { argument
47051 forEach(events, function(event) { argument
47056 eventBus.on(eventsToRegister, LOW_PRIORITY$4, function(event) { argument
47084 function isPaletteClick(event) { argument
47287 eventBus.on('spaceTool.selection.end', function(event) { argument
47293 eventBus.on('spaceTool.move', HIGH_PRIORITY$3 , function(event) { argument
47306 eventBus.on('spaceTool.end', function(event) { argument
47329 eventBus.once('spaceTool.ended', function(event) { argument
47353 SpaceTool.prototype.activateSelection = function(event, autoActivate, reactivate) { argument
47371 SpaceTool.prototype.activateMakeSpace = function(event) { argument
47404 SpaceTool.prototype.init = function(event, context) { argument
47529 function ensureConstraints(event) { argument
47711 eventBus.on('spaceTool.selection.start', function(event) { argument
47743 eventBus.on('spaceTool.selection.move', function(event) { argument
47750 eventBus.on('spaceTool.selection.cleanup', function(event) { argument
47760 eventBus.on('spaceTool.move', LOW_PRIORITY$3, function(event) { argument
47920 eventBus.on('spaceTool.cleanup', function(event) { argument
48185 function updateRoot(event) { argument
48212 this.executed([ 'shape.move', 'shape.create', 'shape.resize' ], ifBpmn(function(event) { argument
48222 this.reverted([ 'shape.move', 'shape.create', 'shape.resize' ], ifBpmn(function(event) { argument
48234 eventBus.on('shape.changed', function(event) { argument
48278 this.executed('connection.reconnect', ifBpmn(function(event) { argument
48308 this.reverted('connection.reconnect', ifBpmn(function(event) { argument
48770 return function(event) { argument
53942 eventBus.on('shape.move.start', HIGH_PRIORITY$2, function(event) { argument
53971 eventBus.on('shape.move.start', MEDIUM_PRIORITY, function(event) { argument
53989 eventBus.on('shape.move.move', LOW_PRIORITY$2, function(event) { argument
54014 eventBus.on('shape.move.end', function(event) { argument
54047 eventBus.on('element.mousedown', function(event) { argument
54070 function start(event, element, activate, context) { argument
54213 eventBus.on('shape.move.start', LOW_PRIORITY$1, function(event) { argument
54260 eventBus.on('shape.move.move', LOW_PRIORITY$1, function(event) { argument
54281 eventBus.on([ 'shape.move.out', 'shape.move.cleanup' ], function(event) { argument
54291 eventBus.on('shape.move.cleanup', function(event) { argument
54401 eventBus.on('tool-manager.update', function(event) { argument
54451 this._eventBus.on('palette.getProviders', priority, function(event) { argument
54504 delegate.bind(container, ELEMENT_SELECTOR, 'click', function(event) { argument
54516 componentEvent.bind(container, 'mousedown', function(event) { argument
54521 delegate.bind(container, ENTRY_SELECTOR, 'dragstart', function(event) { argument
54635 Palette.prototype.trigger = function(action, event, autoActivate) { argument
54890 eventBus.on('lasso.selection.end', function(event) { argument
54906 eventBus.on('lasso.end', function(event) { argument
54917 eventBus.on('lasso.start', function(event) { argument
54925 eventBus.on('lasso.move', function(event) { argument
54933 eventBus.on('lasso.cleanup', function(event) { argument
54943 eventBus.on('element.mousedown', 1500, function(event) { argument
54967 LassoTool.prototype.activateLasso = function(event, autoActivate) { argument
54978 LassoTool.prototype.activateSelection = function(event, autoActivate) { argument
55014 function toBBox(event) { argument
55105 eventBus.on('element.mousedown', HIGH_PRIORITY$1, function(event) { argument
55134 eventBus.on('hand.end', function(event) { argument
55149 eventBus.on('hand.move.move', function(event) { argument
55158 eventBus.on('hand.move.end', function(event) { argument
55165 eventBus.once('hand.move.ended', function(event) { argument
55186 HandTool.prototype.activateMove = function(event, autoActivate, context) { argument
55201 HandTool.prototype.activateHand = function(event, autoActivate, reactivate) { argument
55280 eventBus.on('global-connect.hover', function(event) { argument
55297 eventBus.on([ 'global-connect.out', 'global-connect.cleanup' ], function(event) { argument
55307 eventBus.on([ 'global-connect.ended' ], function(event) { argument
55346 GlobalConnect.prototype.start = function(event, autoActivate) { argument
55439 function createListener(event) { argument
55462 function createSubprocess(event) { argument
55484 function createParticipant(event) { argument
55494 click: function(event) { argument
55504 click: function(event) { argument
55514 click: function(event) { argument
55524 click: function(event) { argument
55683 eventBus.on('shape.move.move', LOW_PRIORITY, function(event) { argument
55741 ], HIGHER_PRIORITY$2, function(event) { argument
55814 function snapToShape(event, target, padding) { argument
55827 function snapToTargetMid(event, target) { argument
55838 function snapBoundaryEventLoop(event) { argument
55875 function snapToPosition(event, position) { argument
55902 function isMid(event, target, axis) { argument
56094 ], function(event) { argument
56103 ], HIGHER_PRIORITY$1, function(event) { argument
56142 CreateMoveSnapping.prototype.initSnap = function(event) { argument
56290 ], HIGH_PRIORITY, function(event) { argument
56310 BpmnCreateMoveSnapping.prototype.initSnap = function(event) { argument
56407 function snapBoundaryEvent(event, target) { argument
56451 function setSnappedIfConstrained(event) { argument
56477 function getDockingSnapOrigin(docking, isMove, event) { argument
56501 eventBus.on([ 'resize.start' ], function(event) { argument
56508 ], HIGHER_PRIORITY, function(event) { argument
56547 ResizeSnapping.prototype.initSnap = function(event) { argument
56670 Snapping.prototype.snap = function(event, snapPoints) { argument