Home
last modified time | relevance | path

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

1234567

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js125 gantt.config.undo = true;
148 gantt.ext.undo = { class in gantt.ext
149 undo: function () { return _undo.undo(); }, method in gantt.ext.undo
157 gantt.undo = gantt.ext.undo.undo;
194 var undo = _undo;
208 var undo = _undo;
225 var undo = _undo;
230 var undo = _undo;
262 function Monitor(undo) { argument
271 this._undo = undo;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13undo,this.redoEnabled=!!gantt.config.undo&&!!gantt.config.redo},t.prototype.undo=function(){if(thi… method in t
H A 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/
H A DJmolApplet0_Console.jar ... .ScriptEditor$EditorTextPane EditorTextPane protected javax.swing.undo.UndoManager undo private final org.jmol.console ...
H A 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/
H A DspellChecker.js60 this.undo = undo;
289 function undo() { function
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js60 this.undo = undo;
301 function undo() { function
/plugin/mobiletable/
H A DmobileTable.js244 const undo = tables => {
277 return (isMobile, tables) => isMobile ? transform(tables) : undo(tables)
/plugin/codehighlight/cp/engines/
H A Dopera.js55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
234 undo : function() { method in CodePress.actions
H A Dgecko.js60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
263 undo : function() { method in CodePress.actions
H A Dmsie.js59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
278 undo : function() { method in CodePress.actions
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js17 this.drawing.undo();
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak13 undo=Undo
H A Deditor.properties12 undo=Undo key
H A Deditor.properties.bak12 undo=Undo
H A Deditor_zh-CN.properties13 undo=Undo key
H A Deditor_de.properties17 undo=R�ckg�nging key
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-codes.css15 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
H A Ddmn.css71 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A 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()
H A DEditorActions.java.bak1168 protected boolean undo;
1173 public HistoryAction(boolean undo) {
1174 this.undo = undo;
1184 if (undo) {
1185 editor.getUndoManager().undo();
/plugin/geonav/tpl/startermap/css/
H A Dprint.css55 /* undo icons */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …able",widthPc:"percent",widthPx:"pixels",widthUnit:"width unit"},undo:{redo:"Redo",undo:"Undo"},ws… property in CKEDITOR.lang.en.undo
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1019 undo: boolean; property
2302 undo(): void; method

1234567