Home
last modified time | relevance | path

Searched refs:getUser (Results 76 – 81 of 81) sorted by relevance

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js888 if (this.getUser() != null)
H A DDriveClient.js221 DriveClient.prototype.getUser = function() method in DriveClient
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1063 public function getUser() { function in Google_ProfileId
H A DGoogle_ComputeService.php1681 public function getUser() { function in Google_Address
3420 public function getUser() { function in Google_Operation
H A DGoogle_DriveService.php1433 public function getUser() { function in Google_About
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11609 App.prototype.checkLicense=function(){var b=this.drive.getUser(),e=null!=b?b.email:null;if(!this.is…
11711 ….getUser()&&(x=this.gitHub):"T"==m?null!=this.trello&&this.trello.isAuthorized()&&(x=this.trello):…
11712 null!=this.oneDrive.getUser()&&(x=this.oneDrive);null!=x?x.getLibrary(decodeURIComponent(b.substrin…
11765getUser()||null!=this.oneDrive&&null!=this.oneDrive.getUser()||null!=this.dropbox&&null!=this.drop…
11778getUser(),IMAGE_PATH+"/dropbox-logo.svg",mxUtils.bind(this,function(){var b=this.getCurrentFile();…
11779 …logout()}),mxResources.get("oneDrive"));null!=this.gitHub&&d(this.gitHub.getUser(),IMAGE_PATH+"/gi…
11780 …b.logout()}),mxResources.get("github"));null!=this.gitLab&&d(this.gitLab.getUser(),IMAGE_PATH+"/gi…
11782 …n.logout()}),mxResources.get("notion"));null!=this.trello&&d(this.trello.getUser(),IMAGE_PATH+"/tr…
11785 …this.userPanel)})));var b=null;null!=this.drive&&null!=this.drive.getUser()?b=this.drive.getUser():
11786getUser()?b=this.oneDrive.getUser():null!=this.dropbox&&null!=this.dropbox.getUser()?b=this.dropbo…
[all …]

1234