Home
last modified time | relevance | path

Searched refs:DrawioFile (Results 1 – 23 of 23) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js5 DrawioFile = function(ui, data) class
62 DrawioFile.LAST_WRITE_WINS = true;
113 DrawioFile.prototype.lastSaved = null;
123 DrawioFile.prototype.opened = null;
128 DrawioFile.prototype.modified = false;
138 DrawioFile.prototype.data = null;
143 DrawioFile.prototype.shadowData = null;
184 DrawioFile.prototype.ageStart = null;
350 (DrawioFile.LAST_WRITE_WINS) ?
589 '\nSync=' + DrawioFile.SYNC +
[all …]
H A DEmbedFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(EmbedFile, DrawioFile);
H A DRemoteFile.js6 DrawioFile.call(this, ui, data);
13 mxUtils.extend(RemoteFile, DrawioFile);
H A DTrelloFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(TrelloFile, DrawioFile);
89 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
H A DNotionFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(NotionFile, DrawioFile);
106 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
H A DOneDriveFile.js7 DrawioFile.call(this, ui, data);
13 mxUtils.extend(OneDriveFile, DrawioFile);
120 return 'W-' + DrawioFile.prototype.getChannelId.apply(this, arguments);
352 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
388 (DrawioFile.SYNC == 'manual' || DrawioFile.SYNC == 'auto')) ?
H A DStorageFile.js15 DrawioFile.call(this, ui, data);
21 mxUtils.extend(StorageFile, DrawioFile);
109 DrawioFile.prototype.save.apply(this, arguments); class
349 DrawioFile.prototype.open.apply(this, arguments);
371 DrawioFile.prototype.destroy.apply(this, arguments);
H A DDriveFile.js7 DrawioFile.call(this, ui, data);
13 mxUtils.extend(DriveFile, DrawioFile);
117 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments);
150 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class
363 DrawioFile.prototype.copyFile.apply(this, arguments);
525 return DrawioFile.prototype.isEditable.apply(this, arguments) &&
703 DrawioFile.prototype.patchDescriptor.apply(this, arguments);
H A DLocalFile.js13 DrawioFile.call(this, ui, data);
22 mxUtils.extend(LocalFile, DrawioFile);
32 …return this.fileHandle != null && !this.invalidFileHandle && DrawioFile.prototype.isAutosave.apply…
H A DGitHubFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(GitHubFile, DrawioFile);
210 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
H A DDropboxFile.js7 DrawioFile.call(this, ui, data);
13 mxUtils.extend(DropboxFile, DrawioFile);
190 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
H A DElectronApp.js1280 this.handleFileSuccess(DrawioFile.SYNC == 'manual');
1292 return this.fileObject != null && DrawioFile.prototype.isAutosave.apply(this, arguments);
1311 LocalFile.prototype.open = DrawioFile.prototype.open;
1315 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class
H A DDriveClient.js1585 (DrawioFile.SYNC == 'manual' || DrawioFile.SYNC == 'auto')) ?
H A DDrawioFileSync.js1130 (DrawioFile.LAST_WRITE_WINS) ?
H A DApp.js698DrawioFile.SYNC == 'auto' && (urlParams['embed'] != '1' || urlParams['embedRT'] == '1') && urlPara…
1052 DrawioFile.prototype.autosaveDelay = val; class
1705 …if (!mxClient.IS_CHROMEAPP && !EditorUi.isElectronApp && urlParams['embed'] != '1' && DrawioFile.S…
1717 DrawioFile.SYNC = 'manual';
H A DMenus.js650 editorUi.synchronizeCurrentFile(DrawioFile.SYNC == 'none');
654 if (DrawioFile.SYNC == 'none')
H A DEditor.js1824 DrawioFile.prototype.autosaveDelay = config.autosaveDelay || DrawioFile.prototype.autosaveDelay; class
2075 DrawioFile.prototype.autosaveDelay = val;
H A DMinimal.js2052 var key = (file != null) ? file.savingStatusKey : DrawioFile.prototype.savingStatusKey;
H A DEditorUi.js63 if (EditorUi.cacheUrl == null && typeof DrawioFile !== 'undefined')
65 DrawioFile.SYNC = 'none'; //Disable real-time sync
1567 currentFile.handleFileSuccess(DrawioFile.SYNC == 'manual');
1577 currentFile.handleFileSuccess(DrawioFile.SYNC == 'manual');
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1349 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments);
1359 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class
1371 DrawioFile.prototype.setModified.apply(this, arguments);
1746 DrawioFile.prototype.patchDescriptor.apply(this, arguments);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js3016 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa…
3017 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa…
3039 DrawioFile.prototype.updateFileData=function(){this.setData(this.ui.getFileData(null,null,null,null…
3040 DrawioFile.prototype.getPublicUrl=function(b){b(null)};DrawioFile.prototype.isRestricted=function()…
3041 DrawioFile.prototype.isAutosave=function(){return!this.inConflictState&&this.ui.editor.autosave};Dr…
3042 DrawioFile.prototype.getId=function(){return""};DrawioFile.prototype.isEditable=function(){return!t…
3044 DrawioFile.prototype.isSyncSupported=function(){return!1};DrawioFile.prototype.isRevisionHistorySup…
3045 DrawioFile.prototype.startSync=function(){"auto"!=DrawioFile.SYNC||"1"==urlParams.stealth||"1"!=url…
3046 DrawioFile.prototype.getLatestVersion=function(b,c){b(null)};DrawioFile.prototype.getLastModifiedDa…
3047 DrawioFile.prototype.getDescriptor=function(){return null};DrawioFile.prototype.setDescriptor=funct…
[all …]
H A Dapp.min.js9976 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa…
9977 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa…
9999 DrawioFile.prototype.updateFileData=function(){this.setData(this.ui.getFileData(null,null,null,null…
10000 DrawioFile.prototype.getPublicUrl=function(b){b(null)};DrawioFile.prototype.isRestricted=function()…
10001 DrawioFile.prototype.isAutosave=function(){return!this.inConflictState&&this.ui.editor.autosave};Dr…
10002 DrawioFile.prototype.getId=function(){return""};DrawioFile.prototype.isEditable=function(){return!t…
10004 DrawioFile.prototype.isSyncSupported=function(){return!1};DrawioFile.prototype.isRevisionHistorySup…
10005 DrawioFile.prototype.startSync=function(){"auto"!=DrawioFile.SYNC||"1"==urlParams.stealth||"1"!=url…
10006 DrawioFile.prototype.getLatestVersion=function(b,e){b(null)};DrawioFile.prototype.getLastModifiedDa…
10007 DrawioFile.prototype.getDescriptor=function(){return null};DrawioFile.prototype.setDescriptor=funct…
[all …]
H A Dviewer-static.min.js3016 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa…
3017 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa…
3039 DrawioFile.prototype.updateFileData=function(){this.setData(this.ui.getFileData(null,null,null,null…
3040 DrawioFile.prototype.getPublicUrl=function(b){b(null)};DrawioFile.prototype.isRestricted=function()…
3041 DrawioFile.prototype.isAutosave=function(){return!this.inConflictState&&this.ui.editor.autosave};Dr…
3042 DrawioFile.prototype.getId=function(){return""};DrawioFile.prototype.isEditable=function(){return!t…
3044 DrawioFile.prototype.isSyncSupported=function(){return!1};DrawioFile.prototype.isRevisionHistorySup…
3045 DrawioFile.prototype.startSync=function(){"auto"!=DrawioFile.SYNC||"1"==urlParams.stealth||"1"!=url…
3046 DrawioFile.prototype.getLatestVersion=function(b,c){b(null)};DrawioFile.prototype.getLastModifiedDa…
3047 DrawioFile.prototype.getDescriptor=function(){return null};DrawioFile.prototype.setDescriptor=funct…
[all …]