Home
last modified time | relevance | path

Searched defs:shortcut (Results 1 – 4 of 4) sorted by relevance

/plugin/linkprefix/
H A Drenderer.php46 function _resolveInterWiki(&$shortcut, $reference, &$exists = null){
/plugin/prosemirror/action/
H A Dajax.php119 protected function resolveInterWikiLink($shortcut, $reference) argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js420 addShortcut: function(shortcut, handler, scope){ argument
423 scopeObject.prototype.bind(shortcut, handler); argument
426 getShortcutHandler: function(shortcut, scope){ argument
440 removeShortcut: function(shortcut, scope){ argument
443 scopeObject.prototype.unbind(shortcut); argument
559 bind: function (shortcut, handler) { argument
569 unbind: function (shortcut) { argument
619 parse: function (shortcut) { argument
679 getExpressions: function (shortcut) { argument
685 trim: function (shortcut) { argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1236 var toggleFontStyle = mxUtils.bind(this, function(key, style, fn, shortcut) argument
1746 Actions.prototype.addAction = function(key, funct, enabled, iconCls, shortcut) argument