Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 178) sorted by relevance

12345678

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js125 gantt.config.undo = true;
148 gantt.ext.undo = {
149 undo: function () { return _undo.undo(); }, method
157 gantt.undo = gantt.ext.undo.undo;
158 gantt.redo = gantt.ext.undo.redo;
159 gantt.getUndoStack = gantt.ext.undo.getUndoStack;
160 gantt.getRedoStack = gantt.ext.undo.getRedoStack;
161 gantt.clearUndoStack = gantt.ext.undo.clearUndoStack;
162 gantt.clearRedoStack = gantt.ext.undo.clearRedoStack;
194 var undo = _undo;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_undo.js13undo,this.redoEnabled=!!gantt.config.undo&&!!gantt.config.redo},t.prototype.undo=function(){if(thi… method
Ddhtmlxgantt_undo.js.map1undo/undo.ts","webpack://[name]/./sources/ext/undo/monitor.ts","webpack://[name]/./sources/ext/und…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less55 /* undo height that JS set in distributeHeight */
57 /* undo the min-height from each view's specific stylesheet */ }
61 /* undo .fc-rigid */
93 /* undo the min-height 100% trick used to fill the container's height */
144 /* undo a previous declaration and let the time text span to a second line */
/plugin/jmol2/jmol/
DJmolApplet0_Console.jar ... .ScriptEditor$EditorTextPane EditorTextPane protected javax.swing.undo.UndoManager undo private final org.jmol.console ...
DJmolAppletSigned0_Console.jar ... .ScriptEditor$EditorTextPane EditorTextPane protected javax.swing.undo.UndoManager undo private final org.jmol.console ...
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js60 this.undo = undo;
289 function undo() { function
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js60 this.undo = undo;
289 function undo() { function
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DspellChecker.js60 this.undo = undo;
301 function undo() { function
/plugin/mobiletable/
DmobileTable.js244 const undo = tables => {
277 return (isMobile, tables) => isMobile ? transform(tables) : undo(tables)
/plugin/codehighlight/cp/engines/
Dopera.js55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
234 undo : function() { method
Dmsie.js59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
278 undo : function() { method
Dgecko.js60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
263 undo : function() { method
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js17 this.drawing.undo();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java1168 protected boolean undo; field in EditorActions.HistoryAction
1173 public HistoryAction(boolean undo) { in HistoryAction() argument
1174 this.undo = undo; in HistoryAction()
1184 if (undo) { in actionPerformed()
1185 editor.getUndoManager().undo(); in actionPerformed()
DEditorActions.java.bak1168 protected boolean undo;
1173 public HistoryAction(boolean undo) {
1174 this.undo = undo;
1184 if (undo) {
1185 editor.getUndoManager().undo();
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties.bak13 undo=Undo
Deditor.properties.bak12 undo=Undo
Deditor_de.properties.bak13 undo=R�ckg�nging
Deditor_de.properties17 undo=R�ckg�nging key
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn-codes.css15 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
Ddmn.css71 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
/plugin/geonav/tpl/startermap/css/
Dprint.css55 /* undo icons */
/plugin/ckgdoku/ckeditor/lang/
Den.js1 …able",widthPc:"percent",widthPx:"pixels",widthUnit:"width unit"},undo:{redo:"Redo",undo:"Undo"},ws… property
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts1019 undo: boolean; property
2302 undo(): void; method

12345678