Home
last modified time | relevance | path

Searched refs:clientId (Results 26 – 35 of 35) sorted by path

12

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js15 this.client = new Dropbox({clientId: this.clientId});
42 DropboxClient.prototype.clientId = window.DRAWIO_DROPBOX_ID; method in DropboxClient
52 …s.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
146 …Request(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
180 this.clientId + (remember? '&token_access_type=offline' : '') +
182 …'&response_type=code&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app…
H A DGitHubClient.js24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515… method in GitHubClient
156 this.clientId + '&scope=' + this.scope +
157 '&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app/domain is used
640 err.helpLink = this.baseHostUrl + '/settings/connections/applications/' + this.clientId;
H A DGitLabClient.js22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; method in GitLabClient
78 …Request(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
112 this.clientId + '&scope=' + this.scope +
114 …'&response_type=code&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app…
1411 …s.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
H A DOneDriveClient.js50 OneDriveClient.prototype.clientId = window.DRAWIO_MSGRAPH_CLIENT_ID || ((window.location.hostname =… method in OneDriveClient
53 OneDriveClient.prototype.clientId = window.location.hostname == 'app.diagrams.net' ? method in OneDriveClient
54 'b5ff67d6-3155-4fca-965a-59a3655c4476' : OneDriveClient.prototype.clientId;
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ? method in OneDriveClient
57 '417a451a-a343-4788-b6c1-901e63182565' : OneDriveClient.prototype.clientId;
H A DP2PCollab.js203 socket.on('newClient', function(clientId) argument
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9clientId=e.clientId,this.selectUser=e.selectUser},n.prototype.setAccessToken=function(e){this.acce…
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6clientId:t.clientId,method:g.default.HTTP_GET,apiEndpoint:t.apiEndpoint,headers:{Authorization:"be…
H A DOneDriveOrig.js2clientId:t.clientId,method:g.default.HTTP_GET,apiEndpoint:t.apiEndpoint,headers:{Authorization:"be…
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3027 …is.getMode()+"."+this.getId(),"user_"+d+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync"));
3028 …etHash(),action:g,label:"user_"+d+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync")})}catc…
3029 …his.ui.hashValue(t.id):"unknown",f=null!=this.sync?"-client_"+this.sync.clientId:"-nosync",l=this.…
H A Dviewer.min.js3027 …is.getMode()+"."+this.getId(),"user_"+d+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync"));
3028 …etHash(),action:g,label:"user_"+d+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync")})}catc…
3029 …his.ui.hashValue(t.id):"unknown",f=null!=this.sync?"-client_"+this.sync.clientId:"-nosync",l=this.…

12