Searched refs:OneDriveClient (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | OneDriveClient.js | 12 window.OneDriveClient = function(editorUi, isExtAuth, inlinePicker, noLogout) class in window 43 mxUtils.extend(OneDriveClient, DrawioClient); 54 'b5ff67d6-3155-4fca-965a-59a3655c4476' : OneDriveClient.prototype.clientId; 57 '417a451a-a343-4788-b6c1-901e63182565' : OneDriveClient.prototype.clientId; 61 OneDriveClient.prototype.scopes = 'user.read files.readwrite.all sites.read.all'; 72 OneDriveClient.prototype.defEndpointHint = 'api.onedrive.com'; 73 OneDriveClient.prototype.endpointHint = OneDriveClient.prototype.defEndpointHint; 78 OneDriveClient.prototype.extension = '.drawio'; 83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0'; 88 OneDriveClient.prototype.emptyFn = function(){}; [all …]
|
H A D | App.js | 515 if (typeof window.OneDriveClient === 'function') 529 window.OneDriveClient = null; 535 window.OneDriveClient = null; 950 if (typeof window.OneDriveClient === 'function' && 962 window.OneDriveClient = null; 1487 this.oneDrive = new OneDriveClient(this);
|
H A D | Menus.js | 2533 else if (oneDriveEnabled && typeof window.OneDriveClient === 'function') 3161 else if (oneDriveEnabled && typeof window.OneDriveClient === 'function') 3302 else if (oneDriveEnabled && typeof window.OneDriveClient === 'function') 3414 else if (oneDriveEnabled && typeof window.OneDriveClient === 'function')
|
H A D | Dialogs.js | 212 if (typeof window.OneDriveClient === 'function') 4207 if (typeof window.OneDriveClient === 'function')
|
H A D | EditorUi.js | 13678 if (this.oneDrive != null || typeof window.OneDriveClient === 'function')
|
/plugin/diagramsnet/lib/plugins/ |
H A D | googledrive.js | 13 window.OneDriveClient = null;
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10069 mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive");"function"===typeof window.OneDriveClient&&… 10190 …("googleDrive"),App.MODE_GOOGLE,"drive")),"function"===typeof window.OneDriveClient&&(t=document.c… 11548 …OneDriveClient&&("0"!=urlParams.od&&(null==navigator.userAgent||0>navigator.userAgent.indexOf("MSI… 11549 null):window.OneDriveClient=null),"function"===typeof window.TrelloClient&&("1"==urlParams.tr&&isSv… 11552 ….Dropbox.choose)window.DropboxClient=null;"function"===typeof window.OneDriveClient&&"undefined"==… 11553 …neDriveClientCallback):"undefined"===typeof window.OneDrive&&(window.OneDriveClient=null);"functio… 11583 …ind(this,function(){"undefined"!==typeof OneDrive?(this.oneDrive=new OneDriveClient(this),this.one… 11874 …...",null,function(){e(c.oneDrive)},d):l&&"function"===typeof window.OneDriveClient&&b.addItem(mxR… 11895 …on(){c.pickFile(App.MODE_ONEDRIVE)},d):l&&"function"===typeof window.OneDriveClient&&b.addItem(mxR… 11900 …,null,null,null,App.MODE_ONEDRIVE)},d):l&&"function"===typeof window.OneDriveClient&&b.addItem(mxR… [all …]
|