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