Searched refs:updateUser (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxClient.js | 66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth) method in DropboxClient 103 this.updateUser(success, error, true); 332 this.updateUser(function() 549 this.updateUser(function()
|
H A D | GitHubClient.js | 63 GitHubClient.prototype.updateUser = function(success, error, failOnAuth) method in GitHubClient 95 this.updateUser(success, error, true); 351 this.updateUser(function()
|
H A D | GitLabClient.js | 290 this.updateUser(function() 1386 this.updateUser(function() 1394 this.updateUser(function()
|
H A D | DriveClient.js | 588 this.updateUser(mxUtils.bind(this, function() 811 DriveClient.prototype.updateUser = function(success, error) method in DriveClient
|
/plugin/authsqlite/ |
H A D | README.md | 53 $conf['plugin']['authsqlite']['updateUser'] = 'UPDATE user SET';
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 212 * added to updateUser on demand. Only changed parameters will be used. 221 $conf['auth']['mysql']['updateUser'] = "UPDATE users SET";
|