| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_undo.js | 125 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/ |
| D | dhtmlxgantt_undo.js | 13 …undo,this.redoEnabled=!!gantt.config.undo&&!!gantt.config.redo},t.prototype.undo=function(){if(thi… method
|
| D | dhtmlxgantt_undo.js.map | 1 …undo/undo.ts","webpack://[name]/./sources/ext/undo/monitor.ts","webpack://[name]/./sources/ext/und…
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.print.less | 55 /* 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/ |
| D | JmolApplet0_Console.jar | ... .ScriptEditor$EditorTextPane EditorTextPane
protected javax.swing.undo.UndoManager undo
private final org.jmol.console ... |
| D | JmolAppletSigned0_Console.jar | ... .ScriptEditor$EditorTextPane EditorTextPane
protected javax.swing.undo.UndoManager undo
private final org.jmol.console ... |
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellChecker.js | 60 this.undo = undo; 289 function undo() { function
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellChecker.js | 60 this.undo = undo; 289 function undo() { function
|
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellChecker.js | 60 this.undo = undo; 301 function undo() { function
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 244 const undo = tables => { 277 return (isMobile, tables) => isMobile ? transform(tables) : undo(tables)
|
| /plugin/codehighlight/cp/engines/ |
| D | opera.js | 55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 234 undo : function() { method
|
| D | msie.js | 59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 278 undo : function() { method
|
| D | gecko.js | 60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 263 undo : function() { method
|
| /plugin/amcharts/assets/amcharts/plugins/export/examples/ |
| D | export.config.advanced.js | 17 this.drawing.undo();
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 1168 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()
|
| D | EditorActions.java.bak | 1168 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/ |
| D | editor_zh-CN.properties.bak | 13 undo=Undo
|
| D | editor.properties.bak | 12 undo=Undo
|
| D | editor_de.properties.bak | 13 undo=R�ckg�nging
|
| D | editor_de.properties | 17 undo=R�ckg�nging key
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
| D | dmn-codes.css | 15 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
|
| D | dmn.css | 71 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
|
| /plugin/geonav/tpl/startermap/css/ |
| D | print.css | 55 /* undo icons */
|
| /plugin/ckgdoku/ckeditor/lang/ |
| D | en.js | 1 …able",widthPc:"percent",widthPx:"pixels",widthUnit:"width unit"},undo:{redo:"Redo",undo:"Undo"},ws… property
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.d.ts | 1019 undo: boolean; property 2302 undo(): void; method
|