Home
last modified time | relevance | path

Searched defs:evt (Results 26 – 50 of 102) sorted by last modified time

12345

/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js315 mxMouseEvent.prototype.consumed=!1;mxMouseEvent.prototype.evt=null;mxMouseEvent.prototype.graphX=nu… method in mxMouseEvent
H A Dviewer.min.js315 mxMouseEvent.prototype.consumed=!1;mxMouseEvent.prototype.evt=null;mxMouseEvent.prototype.graphX=nu… method in mxMouseEvent
H A Dapp.min.js349 mxMouseEvent.prototype.consumed=!1;mxMouseEvent.prototype.evt=null;mxMouseEvent.prototype.graphX=nu… method in mxMouseEvent
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js17 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument
208 ui.menus.createPopupMenu = function(menu, cell, evt) argument
308 ui.actions.addAction('selectDescendants', function(trigger, evt) argument
483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
1090 ui.onKeyDown = function(evt) argument
1184 …graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, targetCel… argument
1263 mxEvent.addGestureListeners(this.moveHandle, mxUtils.bind(this, function(evt) argument
H A DDialogs.js1586 var urlChanged = function(evt, done) argument
1899 function parse(text, type, evt) argument
2431 function handleDrop(evt) argument
2446 function handleDragOver(evt) argument
3172 function loadTooltip(evt, magElt) argument
8919 function getIndexForEvent(evt) argument
8946 var stopWrapper = function(evt) argument
9165 var startEditing = function(evt) argument
9368 function dragOver(evt) argument
9414 function dropHandler(evt) argument
[all …]
H A DDrawioFile.js1577 mxEvent.addListener(links[0], 'click', mxUtils.bind(this, function(evt) argument
H A DDrawioFileSync.js48 this.activityListener = mxUtils.bind(this, function(evt) argument
321 mxEvent.addListener(elt, 'click', mxUtils.bind(this, function(evt) argument
384 mxUtils.bind(this, function(evt) argument
H A DDriveClient.js2117 var exit = mxUtils.bind(this, function(evt) argument
2255 var exit = mxUtils.bind(this, function(evt) argument
2396 var exit = mxUtils.bind(this, function(evt) argument
H A DEditor.js4733 btn = mxUtils.button('', mxUtils.bind(that, function(evt) argument
4759 btn = mxUtils.button('+', mxUtils.bind(that, function(evt) argument
5016 var delBtn = mxUtils.button('-', mxUtils.bind(that, function(evt) argument
5263 var btn = mxUtils.button('', mxUtils.bind(this, function(evt) argument
5838 function setMouseEvent(evt) argument
5845 mxEvent.addListener(this.container, 'mouseleave', function(evt) argument
6139 mxEvent.addListener(img, 'click', function(evt) argument
6182 mxEvent.addListener(td, 'click', (function(evt) argument
6231 mxEvent.addListener(img, 'click', function(evt) argument
6264 mxEvent.addListener(cb2, 'change', function(evt) argument
[all …]
H A DEditorUi.js810 keyHandler.getFunction = function(evt) argument
3259 var editLibrary = mxUtils.bind(this, function(evt) argument
3265 var saveLibrary = mxUtils.bind(this, function(evt) argument
3408 }), mxUtils.bind(this, function(evt) argument
3856 mxUtils.bind(this, function(evt) argument
8301 done, file, crop, ignoreEmbeddedXml, evt) argument
9365 beforeClick = function(evt, href) argument
9723 this.isSelectionAllowed = function(evt) argument
10194 this.isSelectionAllowed = function(evt) argument
15426 function toggleResolve(evt) argument
[all …]
H A DEmbed.js91 graph.addListener(mxEvent.SIZE, function(sender, evt) argument
676 mxEvent.addListener(btn, (mxClient.IS_POINTER) ? 'pointerdown' : 'mousedown', function(evt) argument
681 mxEvent.addListener(btn, (mxClient.IS_POINTER) ? 'pointerup' : 'mouseup', function(evt) argument
689 mxEvent.addListener(btn, 'touchstart', function(evt) argument
694 mxEvent.addListener(btn, 'touchend', function(evt) argument
740 var receive = function(evt) argument
H A DGraphViewer.js215 this.graph.isMoveCellsEvent = function(evt) argument
1217 mxEvent.addListener(toolbar, 'mouseenter', mxUtils.bind(this, function(evt) argument
1222 mxEvent.addListener(toolbar, 'mousemove', mxUtils.bind(this, function(evt) argument
1403 var layersButton = addButton(mxUtils.bind(this, function(evt) argument
1485 var tagsButton = addButton(mxUtils.bind(this, function(evt) argument
1643 mxEvent.addListener(document, 'mousemove', function(evt) argument
1660 mxEvent.addListener(document.body, 'mouseleave', function(evt) argument
1758 }), mxUtils.bind(this, function(evt) argument
1829 mxEvent.addListener(window, 'message', mxUtils.bind(this, function(evt) argument
1927 var keydownHandler = mxUtils.bind(this, function(evt) argument
[all …]
H A DPages.js1316 mxEvent.addListener(tab, 'dragend', mxUtils.bind(this, function(evt) argument
1323 mxEvent.addListener(tab, 'dragover', mxUtils.bind(this, function(evt) argument
1334 mxEvent.addListener(tab, 'drop', mxUtils.bind(this, function(evt) argument
1394 mxEvent.addListener(temp, 'click', mxUtils.bind(this, function(evt) argument
1405 mxEvent.addListener(temp2, 'click', mxUtils.bind(this, function(evt) argument
1449 mxEvent.addListener(tab, 'mouseenter', mxUtils.bind(this, function(evt) argument
1506 mxEvent.addListener(tab, 'click', mxUtils.bind(this, function(evt) argument
1603 mxEvent.addListener(tab, 'click', mxUtils.bind(this, function(evt) argument
1651 mxEvent.addListener(tab, 'dblclick', mxUtils.bind(this, function(evt) argument
1660 mxEvent.addGestureListeners(tab, mxUtils.bind(this, function(evt) argument
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js119 model.addListener(mxEvent.CHANGE, function(sender, evt) argument
H A Dtags.js282 graph.selectionModel.addListener(mxEvent.CHANGE, function(sender, evt) argument
287 graph.model.addListener(mxEvent.CHANGE, function(sender, evt) argument
297 mxEvent.addListener(searchInput, 'keyup', function(evt) argument
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js214 mxEvent.addListener(img, 'click', mxUtils.bind(this, function(evt) argument
559 mxEvent.addListener(title, 'click', mxUtils.bind(this, function(evt) argument
742 Sidebar.prototype.showPopupMenuForEntry = function(elt, libs, evt) argument
1365 Sidebar.prototype.itemClicked = function(cells, ds, evt) argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js199 this.addAction('pasteHere', function(evt) argument
360 this.addAction('pasteData', function(evt, trigger) argument
446 this.addAction('delete', function(evt, trigger) argument
481 …n', new Action(mxResources.get('turn') + ' / ' + mxResources.get('reverse'), function(evt, trigger) argument
489 this.put('selectConnections', new Action(mxResources.get('selectEdges'), function(evt) argument
542 this.addAction('bringForward', function(evt) argument
546 this.addAction('sendBackward', function(evt) argument
964 this.addAction('zoomIn', function(evt) argument
975 this.addAction('zoomOut', function(evt) argument
1528 this.addAction('clearWaypoints', function(evt, trigger) argument
H A DEditor.js379 var l = mxUtils.bind(this, function(evt) argument
675 this.undoListener = function(sender, evt) argument
690 var undoHandler = function(sender, evt) argument
1614 var changeImage = function(evt) argument
1777 function listener(sender, evt, force) argument
1879 var update = function(evt, selectChanged) argument
2338 var nameInputChanged = function(evt) argument
2418 mxUtils.bind(this, function(evt) argument
2427 mxUtils.bind(this, function(evt) argument
2431 mxUtils.bind(this, function(evt) argument
[all …]
H A DEditorUi.js380 var linkHandler = function(evt) argument
1233 graph.dblClick = function(evt, cell) argument
1620 EditorUi.prototype.onKeyDown = function(evt) argument
1675 EditorUi.prototype.onKeyPress = function(evt) argument
2921 }, null, function(evt) argument
2997 addButton(mxUtils.bind(this, function(evt) argument
4227 function moveHandler(evt) argument
4243 function dropHandler(evt) argument
5083 keyHandler.isEventIgnored = function(evt) argument
5103 keyHandler.isControlDown = function(evt) argument
[all …]
H A DSidebar.js69 this.pointerOutHandler = mxUtils.bind(this, function(evt) argument
325 }), null, mxUtils.bind(this, function(evt) argument
2164 mxEvent.addListener(elt, 'click', function(evt) argument
2853 dragSource.mouseDown = function(evt) argument
2940 dragSource.dragEnter = function(graph, evt) argument
2951 dragSource.dragExit = function(graph, evt) argument
2961 dragSource.dragOver = function(graph, evt) argument
3530 ds.mouseDown =function(evt) argument
3542 ds.mouseMove = function(evt) argument
3555 ds.mouseUp = function(evt) argument
[all …]
H A DFormat.js883 }, null, function(evt) argument
909 }, null, function(evt) argument
939 function(evt) argument
944 function(evt) argument
2736 function update(evt) argument
2809 function update(evt) argument
3155 function(evt) argument
3165 function(evt) argument
3175 function(evt) argument
5121 function update(evt) argument
[all …]
H A DMenus.js1393 var item = menu.addItem(label || action.label, null, function(evt) argument
1448 Menus.prototype.createPopupMenu = function(menu, cell, evt) argument
1463 Menus.prototype.addPopupMenuHistoryItems = function(menu, cell, evt) argument
1474 Menus.prototype.addPopupMenuEditItems = function(menu, cell, evt) argument
1489 Menus.prototype.addPopupMenuStyleItems = function(menu, cell, evt) argument
1504 Menus.prototype.addPopupMenuArrangeItems = function(menu, cell, evt) argument
1533 Menus.prototype.addPopupMenuCellItems = function(menu, cell, evt) argument
1617 Menus.prototype.addPopupMenuSelectionItems = function(menu, cell, evt) argument
1733 var clickHandler = mxUtils.bind(this, function(evt) argument
1772 mxUtils.bind(this, function(evt) argument
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js111 mxMouseEvent.prototype.consumed=!1;mxMouseEvent.prototype.evt=null;mxMouseEvent.prototype.graphX=nu… method in mxMouseEvent
/plugin/diagramsnet/lib/
H A Delectron.js430 ipcMain.once('import-success', function(evt, xml) argument
1247 function renderingFinishHandler(evt, renderInfo) argument
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js805 _$('#odSearchBox').addEventListener('keyup', function(evt) argument

12345