Searched refs:DriveClient (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
D | DriveClient.js | 13 window.DriveClient = function(editorUi, isExtAuth) class in window 66 mxUtils.extend(DriveClient, mxEventSource); 69 mxUtils.extend(DriveClient, DrawioClient); 71 DriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/goog… class 72 DriveClient.prototype.GDriveBaseUrl = 'https://www.googleapis.com/drive/v2'; 77 DriveClient.prototype.scopes = ['https://www.googleapis.com/auth/drive.file', 84 DriveClient.prototype.allFields = 'kind,id,parents,headRevisionId,etag,title,mimeType,modifiedDate,… 92 DriveClient.prototype.catchupFields = 'etag,headRevisionId,modifiedDate,properties(key,value)'; 99 DriveClient.prototype.enableThumbnails = true; 105 DriveClient.prototype.thumbnailWidth = 1000; [all …]
|
D | App.js | 458 if (typeof window.DriveClient === 'function') 475 window.DriveClient = null; 481 window.DriveClient = null; 793 if (typeof window.DriveClient === 'function' && 803 window.DriveClient = null; 1564 this.drive = new DriveClient(this); 5143 (this.drive != null || typeof window.DriveClient === 'function'))
|
D | Menus.js | 2517 else if (googleEnabled && typeof window.DriveClient === 'function') 3146 else if (googleEnabled && typeof window.DriveClient === 'function') 3286 else if (googleEnabled && typeof window.DriveClient === 'function') 3398 else if (googleEnabled && typeof window.DriveClient === 'function')
|
D | Dialogs.js | 110 window.location.hostname = DriveClient.prototype.newAppHostname; 207 if (typeof window.DriveClient === 'function') 4197 if (typeof window.DriveClient === 'function')
|
D | EditorUi.js | 13668 if (this.drive != null || typeof window.DriveClient === 'function')
|
/plugin/diagramsnet/lib/js/ |
D | app.min.js | 10064 (b.setMode(k,!0),e()):window.location.hostname=DriveClient.prototype.newAppHostname})}f++;++n>d&&(m… 10068 …+":");g.appendChild(p);g.appendChild(k);n=0;"function"===typeof window.DriveClient&&c(IMAGE_PATH+"… 10189 …ft="10px";b.isOfflineApp()||b.isOffline()||("function"===typeof window.DriveClient&&(t=document.cr… 11546 …ll!=window.mxscript&&"1"!=urlParams.embed&&("function"===typeof window.DriveClient&&("0"!=urlParam… 11547 …%3Fid%3D"===window.location.hash.substring(0,45)||(window.DriveClient=null):window.DriveClient=nul… 11565 …BASE_PATH+g[f]),mxscript(g[f]))}catch(p){}}}"function"===typeof window.DriveClient&&"undefined"===… 11566 null,null,null,mxClient.IS_SVG):"undefined"===typeof window.gapi&&(window.DriveClient=null)}"0"!=ur… 11585 …ined"!==typeof gapi){var b=mxUtils.bind(this,function(){this.drive=new DriveClient(this);this.driv… 11699 …?id="!=k.substring(0,31)||null==this.drive&&"function"!==typeof window.DriveClient)return!1;this.h… 11874 …e")+"...",null,function(){e(c.drive)},d):n&&"function"===typeof window.DriveClient&&b.addItem(mxRe… [all …]
|