Home
last modified time | relevance | path

Searched refs:autosave (Results 1 – 25 of 73) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/
DSettings.js77 return mxSettings.settings.autosave;
79 setAutosave: function(autosave) argument
81 mxSettings.settings.autosave = autosave;
236 autosave: true,
362 if (mxSettings.settings.autosave == null)
364 mxSettings.settings.autosave = true;
DDrawioFile.js989 return !this.inConflictState && this.ui.editor.autosave;
1953 this.autosave(this.autosaveDelay, this.maxAutosaveDelay, mxUtils.bind(this, function(resp)
1977 if ((!this.isAutosaveOptional() || !this.ui.editor.autosave) &&
2136 DrawioFile.prototype.autosave = function(delay, maxDelay, success, error) method in DrawioFile
DDriveClient.js1307 ((this.ui.editor.autosave) ? '' : '-nosave') +
1675 ((this.ui.editor.autosave) ? '' : '-nosave') +
DApp.js35 ((this.editor.autosave) ? '' : '-nosave') +
62 EditorUi.logEvent({category: ((this.editor.autosave) ? 'ON' : 'OFF') +
64 label: 'autosave_' + ((this.editor.autosave) ? 'on' : 'off')});
1831 ((this.editor.autosave) ? '' : '-nosave') +
DEditorUi.js2722 label: 'autosave_' + ((this.editor.autosave) ? 'on' : 'off')});
10503 mxSettings.setAutosave(this.editor.autosave);
10507 this.editor.autosave = mxSettings.getAutosave();
11745 var autosave = false;
12398 autosave = data.autosave == 1;
12599 if (autosave && changeListener == null)
DMenus.js706 editorUi.editor.setAutosave(!editorUi.editor.autosave);
712 return autosaveAction.isEnabled() && editorUi.editor.autosave;
DEditor.js4116 return ui.editor.autosave;
4121 if (ui.editor.autosave && file.isModified())
4131 apply(ui.editor.autosave);
/plugin/drawio/
Dscript.js117 autosave: 1, xml: draft.xml}), '*'); property
134 autosave: 1, xmlpng: data.content}), '*'); property
150 autosave: 1, xml: data.content}), '*'); property
/plugin/diagramsnet/
Dscript.js32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont… property
/plugin/filelist/conf/
Dignore.txt65 # Visio autosave temporary files
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt51 autosave=autosave
Ddia_ru.txt51 autosave=Автосохранение
Ddia_bg.txt51 autosave=Автоматично запазване
Ddia_el.txt51 autosave=Αυτόματη αποθήκευση
Ddia_zh.txt51 autosave=自动保存
Ddia_uk.txt51 autosave=Автозбереження
Ddia_zh-tw.txt51 autosave=自動儲存
Ddia_ko.txt51 autosave=자동 저장
Ddia_th.txt51 autosave=บันทึกโดยอัตโนมัติ
Ddia_fa.txt51 autosave=‫ذخیره خودکار‬
Ddia_he.txt51 autosave=‫שמירה אוטומטית‬
Ddia_ja.txt51 autosave=自動保存
Ddia_ar.txt51 autosave=‫حفظ تلقائي‬
/plugin/diagramsnet/lib/js/grapheditor/
DActions.js1200 ui.editor.setAutosave(!ui.editor.autosave);
1203 action.setSelectedCallback(function() { return ui.editor.autosave; });
DEditor.js309 Editor.prototype.autosave = true; method in Editor
349 this.autosave = value;

123