Home
last modified time | relevance | path

Searched refs:shortcut (Results 26 – 50 of 72) sorted by last modified time

123

/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1907 …('title', mxResources.get('toFront') + ' (' + this.editorUi.actions.get('toFront').shortcut + ')');
1917 …te('title', mxResources.get('toBack') + ' (' + this.editorUi.actions.get('toBack').shortcut + ')');
1972 …bute('title', mxResources.get('group') + ' (' + this.editorUi.actions.get('group').shortcut + ')');
1987 this.editorUi.actions.get('ungroup').shortcut + ')');
2008 this.editorUi.actions.get('copySize').shortcut + ')');
2023 this.editorUi.actions.get('pasteSize').shortcut + ')');
2064 this.editorUi.actions.get('copyData').shortcut + ')' +
2080 this.editorUi.actions.get('pasteData').shortcut + ')');
2143 …title', mxResources.get('editData') + ' (' + this.editorUi.actions.get('editData').shortcut + ')');
2154 …title', mxResources.get('editLink') + ' (' + this.editorUi.actions.get('editLink').shortcut + ')');
[all …]
H A DMenus.js1417 if (action.shortcut != null)
1422 mxUtils.write(span, action.shortcut);
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js520 this.actions.get('open').shortcut = Editor.ctrlKey + '+O';
H A DExtensions.js12265 var shortcut = new Array();
12333shortcut[i] = new mxCell('', new mxGeometry(w * 0.6, i * h / p.Lines, w * 0.4, itemH), 'strokeColo…
12334 shortcut[i].vertex = true;
12335 v.insert(shortcut[i]);
12336 shortcut[i].style += st;
12338 shortcut[i].value = convertText(p['Shortcut_' + (i + 1)]);
H A DMinimal.js557 if (action.shortcut != null && iw < 900 && !mxClient.IS_IOS)
560 td.setAttribute('title', action.shortcut);
1002 action.shortcut = ui.actions.get('formatPanel').shortcut;
2206 …addAction(toggleShapesAction, mxResources.get('shapes') + ' (' + toggleShapesAction.shortcut + ')'…
2295 …'', undoAction.funct, null, mxResources.get('undo') + ' (' + undoAction.shortcut + ')', undoAction…
2296 …'', redoAction.funct, null, mxResources.get('redo') + ' (' + redoAction.shortcut + ')', redoAction…
2559 …mxResources.get('format') + ' (' + ui.actions.get('formatPanel').shortcut + ')', ui.actions.get('i…
/plugin/interwikipaste/
H A Daction.php42 foreach ($wikis as $shortcut => $url) {
62 'shortcut' => $shortcut,
H A Dscript.js36 return `${patternConf.shortcut}>${captured}`;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 ….toggleKeyboardNavigation` command, for which you can assign a keyboard shortcut.\")\n }\n …
H A D3.3.js.map1 …n \"value\": \"Provides a hint for generating a keyboard shortcut for the current e…
H A D2.2.js.map1 …"alias\",\n \"description\": \"Indicates an alias of/shortcut to something is t…
/plugin/custombuttons/
H A Dplugin.info.txt6 desc A plugin for adding custom buttons to the toolbar, to shortcut commonly used code blocks.
H A DREADME1 A dokuwiki plugin for adding custom buttons to the toolbar, to shortcut commonly used code blocks.
/plugin/interwikiformatting/
H A Dsyntax.php46 list($shortcut, $target) = explode('>', $match, 2);
51 if (in_array($shortcut, $ignored_shortcuts))
54 … $handler->_addCall('interwikilink', array($match, null, strtolower($shortcut), $target), $pos);
123 … $handler->_addCall('interwikilink', array($match, $title, strtolower($shortcut), $target), $pos);
H A DREADME.md22shortcut>Some_Page#OptionalAnchor]]*, as normal and the automatic formatting will be applied unles…
/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1shortcut mixin definition\n if (stream.match(/^=[\\w-]+/)) {\n indent(state);\n …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …om level *twice* in a row,\n // when using the `Ctrl + 0` keyboard shortcut in `MOZCENTRAL` b…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … parameters, so instead of returning [vh]stem3 take a\n // shortcut and return [vhste…
/plugin/minimap/
H A DREADME.md64 …nimap.png "MiniMap Button") is added in the toolbar, you can choose the shortcut key in the [confi…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1246 addShortcut(shortcut: string, handler: GanttCallback, scope: string): void;
1780 getShortcutHandler(shortcut: string, scope: string): GanttCallback;
2154 removeShortcut(shortcut: string, scope: any): void;
H A Ddhtmlxgantt.js.map1 …\t\t\t\t\t\t\t// don't start editing if command already have a keyboard shortcut\n\t\t\t\t\t\t\t}e…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1shortcut","commands","parse","unbind","map","initKeys","createCommand","modifiers","shift","alt","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js440 removeShortcut: function(shortcut, scope){ argument
443 scopeObject.prototype.unbind(shortcut); argument
559 bind: function (shortcut, handler) { argument
564 var commands = shortcuts.parse(shortcut);
569 unbind: function (shortcut) { argument
572 var commands = shortcuts.parse(shortcut);
619 parse: function (shortcut) { argument
679 getExpressions: function (shortcut) { argument
680 return shortcut.split(this.junctionChar);
685 trim: function (shortcut) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md8555 Lazy evaluation allows several methods to support shortcut fusion.
8558 iteratee executions. Sections of a chain sequence qualify for shortcut
8560 one argument. The heuristic for whether a section qualifies for shortcut
8579 The wrapper methods that support shortcut fusion are:<br>
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
4 shortcut names will be converted to Unicode when the page is rendered.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md150 shortcut to:
228 shortcut class `Prophecy\Argument`, which you can use to create tokens like that:
348 the `shouldBeCalled()` method we used earlier is just a shortcut to:

123