Home
last modified time | relevance | path

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

123

/plugin/diagramsnet/lib/js/diagramly/
H A 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;
H A 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
H A DDriveClient.js1307 ((this.ui.editor.autosave) ? '' : '-nosave') +
1675 ((this.ui.editor.autosave) ? '' : '-nosave') +
H A 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') +
H A 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)
H A DMenus.js706 editorUi.editor.setAutosave(!editorUi.editor.autosave);
712 return autosaveAction.isEnabled() && editorUi.editor.autosave;
H A DEditor.js4116 return ui.editor.autosave;
4121 if (ui.editor.autosave && file.isModified())
4131 apply(ui.editor.autosave);
/plugin/drawio/
H A Dscript.js117 autosave: 1, xml: draft.xml}), '*');
134 autosave: 1, xmlpng: data.content}), '*');
150 autosave: 1, xml: data.content}), '*');
/plugin/diagramsnet/
H A Dscript.js32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt51 autosave=autosave
H A Ddia_ru.txt51 autosave=Автосохранение
H A Ddia_bg.txt51 autosave=Автоматично запазване
H A Ddia_el.txt51 autosave=Αυτόματη αποθήκευση
H A Ddia_zh.txt51 autosave=自动保存
H A Ddia_uk.txt51 autosave=Автозбереження
H A Ddia_fa.txt51 autosave=‫ذخیره خودکار‬
H A Ddia_ja.txt51 autosave=自動保存
H A Ddia_he.txt51 autosave=‫שמירה אוטומטית‬
H A Ddia_ko.txt51 autosave=자동 저장
H A Ddia_th.txt51 autosave=บันทึกโดยอัตโนมัติ
H A Ddia_zh-tw.txt51 autosave=自動儲存
H A Ddia_ar.txt51 autosave=‫حفظ تلقائي‬
H A Ddia_eu.txt51 autosave=Automatikoki gorde
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1200 ui.editor.setAutosave(!ui.editor.autosave);
1203 action.setSelectedCallback(function() { return ui.editor.autosave; });
H A DEditor.js309 Editor.prototype.autosave = true; method in Editor
349 this.autosave = value;

123