Searched defs:shortcut (Results 1 – 4 of 4) sorted by relevance
/plugin/linkprefix/ |
H A D | renderer.php | 46 function _resolveInterWiki(&$shortcut, $reference, &$exists = null){
|
/plugin/prosemirror/action/ |
H A D | ajax.php | 119 resolveInterWikiLink($shortcut, $reference) global() argument
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 420 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 D | Actions.js | 1236 var toggleFontStyle = mxUtils.bind(this, function(key, style, fn, shortcut) argument 1746 Actions.prototype.addAction = function(key, funct, enabled, iconCls, shortcut) argument
|