Home
last modified time | relevance | path

Searched defs:redo (Results 151 – 171 of 171) sorted by path

1234567

/plugin/combo/resources/dictionary/
H A Dicomoon-icons.json104 "redo": "103-redo", string
/plugin/diagramsnet/lib/js/
H A Dapp.min.js451 mxUndoableEdit.prototype.redo=function(){if(!this.redone){this.source.fireEvent(new mxEventObject(m… method in mxUndoableEdit
454 mxUndoManager.prototype.redo=function(){for(var a=this.history.length;this.indexOfNextAdd<a;){var b… method in mxUndoManager
H A Dviewer-static.min.js417 mxUndoableEdit.prototype.redo=function(){if(!this.redone){this.source.fireEvent(new mxEventObject(m… method in mxUndoableEdit
420 mxUndoManager.prototype.redo=function(){for(var a=this.history.length;this.indexOfNextAdd<a;){var b… method in mxUndoManager
H A Dviewer.min.js417 mxUndoableEdit.prototype.redo=function(){if(!this.redone){this.source.fireEvent(new mxEventObject(m… method in mxUndoableEdit
420 mxUndoManager.prototype.redo=function(){for(var a=this.history.length;this.indexOfNextAdd<a;){var b… method in mxUndoManager
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js3260 EditorUi.prototype.redo = function() method in EditorUi
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js213 mxUndoableEdit.prototype.redo=function(){if(!this.redone){this.source.fireEvent(new mxEventObject(m… method in mxUndoableEdit
216 mxUndoManager.prototype.redo=function(){for(var a=this.history.length;this.indexOfNextAdd<a;){var b… method in mxUndoManager
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… class in hljs.LANGUAGES.delphi
/plugin/highlightjs/highlight/languages/
H A Dmel.js17 …ab': 1, 'addPP': 1, 'addPanelCategory': 1, 'addPrefixToName': 1, 'advanceToNextDrivenKey': 1, 'aff…
H A Dperl.js8 …'exists': 1, 'index': 1, 'shmget': 1, 'sub': 1, 'for': 1, 'endpwent': 1, 'redo': 1, 'lstat': 1, 'm… property in hljs.LANGUAGES.perl.PERL_KEYWORDS
H A Druby.js11 … 'false': 1, 'then': 1, 'defined': 1, 'module': 1, 'in': 1, 'return': 1, 'redo': 1, 'if': 1, 'BEGI… property in hljs.LANGUAGES.ruby.RUBY_KEYWORDS.keyword
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties13 redo=Redo key
H A Deditor_de.properties18 redo=Wiederherstellen key
H A Deditor_zh-CN.properties14 redo=Redo key
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Console.jar ... clearHighlight () protected void undo () protected void redo () void clearContent () java.lang. ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Console.jar ... clearHighlight () protected void undo () protected void redo () void clearContent () java.lang. ...
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts749 redo: boolean; property
2123 redo(): void; method
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13 …nction(){function t(){var t=this;this.maxSteps=o,this.undoEnabled=!0,this.redoEnabled=!0,this.acti… method in t
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js150 redo: function () { return _undo.redo(); }, method in gantt.ext.undo
684 Undo.prototype.redo = function () { method in Undo

1234567