Home
last modified time | relevance | path

Searched refs:actions (Results 276 – 300 of 693) sorted by last modified time

1...<<11121314151617181920>>...28

/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js70 var renameAction = ui.actions.get("rename");
142 ui.actions.get('mathematicalTypesetting').funct = function()
1035 ui.actions.addAction('support...', function()
1126 ui.actions.addAction('shapes...', mxUtils.bind(this, function()
1768 var origSaveAction = ui.actions.get('save').funct;
1770 ui.actions.get('save').funct = function(exit)
H A Dpage.js10 ui.actions.addAction('page', function()
67 ui.actions.addAction('place', function()
H A Dprops.js37 ui.actions.addAction('extractData...', function()
H A Dtrello.js7 if (editorUi.actions.get('exit') == null)
13 editorUi.actions.get('exit').funct = function()
36 this.actions.get('exit').funct();
H A Dvoice.js67 var actions = null;
246 ui.actions.addAction('speechListen', function()
256 ui.actions.addAction('speechHint', function()
261 ui.actions.addAction('speechHelp', function()
318 ui.actions.addAction('speechQuit', function()
1310 ui.actions.get('selectEdges').funct();
1827 if (actions == null)
1829 actions = {};
1832 for (var name in ui.actions.actions)
1835 actions[shortname] = ui.actions.actions[name];
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js72 ui.actions.addAction('selectChildren', function()
94 ui.actions.addAction('selectSiblings', function()
121 ui.actions.addAction('selectParent', function()
135 ui.actions.addAction('selectSubtree', function()
792 ui.actions.get('selectParent').funct();
831 var altShiftActions = {88: ui.actions.get('selectChildren'), // Alt+Shift+X
832 84: ui.actions.get('selectSubtree'), // Alt+Shift+T
833 80: ui.actions.get('selectParent'), // Alt+Shift+P
834 83: ui.actions.get('selectSiblings')} // Alt+Shift+S
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1 …orkbox-strategies.Strategy~handleAll} that wraps all fetch and\n * cache actions around plugin cal…
H A Dworkbox-f163abaa.js.map1 …orkbox-strategies.Strategy~handleAll} that wraps all fetch and\n * cache actions around plugin cal…
/plugin/diagramsnet/lib/resources/
H A Ddia_hi.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_ko.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_ms.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_no.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_pt.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_ro.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_sk.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_sr.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_sv.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_sw.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_te.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_th.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_zh-tw.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
H A Ddia_am.txt363 …g is only available via Google Drive. Please click Open below and share from the more actions menu:
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js85 editorUi.actions.addAction('new...', function()
574 editorUi.actions.addAction('open...', function()
579 editorUi.actions.addAction('close', function()
645 editorUi.actions.get('save').funct();
659 editorUi.actions.addAction('upload...', function()
738 editorUi.actions.addAction('copyStyle', function()
746 editorUi.actions.addAction('pasteStyle', function()
915 editorUi.actions.addAction('forkme', function()
1244 editorUi.actions.addAction('runLayout', function()
2313 editorUi.actions.get('save').funct(true);
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A Dwebcola.js14 ui.actions.addAction('webColaLayout', function()

1...<<11121314151617181920>>...28