Home
last modified time | relevance | path

Searched refs:getUserData (Results 51 – 75 of 123) sorted by last modified time

12345

/plugin/usermanagerextended/action/
H A Dextend.php73 $existingUser = $auth->getUserData($modUser);
/plugin/authchained/
H A Dauth.php236 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authchained
245 return $this->usermanager_auth->getUserData($user);
250 $tmp_array = $module[1]->getUserData($user);
258 return $this->chained_auth->getUserData($user);
/plugin/tiledblog/
H A Dajax.php16 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/authmantis/
H A Dauth.php130 public function getUserData($user, $requireGroups = true) { function in auth_plugin_authmantis
/plugin/forceuserchange/
H A Daction.php84 $uinfo = $auth->getUserData($user);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13getUserData=function(t,e){return this.userdata||(this.userdata={}),this.userdata[t]&&this.userdata… function
H A Ddhtmlxgantt.js.map1getUserData","userdata","setUserData","_change_id","_ganttMode","changeLinkId","changeTaskId","_ro…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8334 var existing = this.$gantt.getUserData(rowId, this.action_param);
8392 return this.$gantt.getUserData(id, this.action_param);
8587 this.setUpdated(tid, true, this.$gantt.getUserData(sid, this.action_param));
8783 var version = this.$gantt.getUserData(0, "version");
9004 …erProcessor) + ["dhx_user=" + this._user, "dhx_version=" + this.$gantt.getUserData(0, "version")].…
9065 if (this.$gantt.getUserData(rowId, this.action_param)) {
9121 processedItem[this.action_param] = this.$gantt.getUserData(rawItem.id, this.action_param);
9182 if (gantt.getUserData(id, "!nativeeditor_status") === "inserted") {
9427 gantt.getUserData = function (id, name) { function
/plugin/authimap/
H A Dauth.php95 public function getUserData($user, $requireGroups = false) { function in auth_plugin_authimap
/plugin/bureaucracyau/helper/
H A Dfieldusers.php63 return $auth->getUserData($user)[$attribute];
91 if ($auth->getUserData($user) === false) {
H A Dfielduser.php54 $udata = $auth->getUserData($value);
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php63 return $auth->getUserData($user)[$attribute];
91 if ($auth->getUserData($user) === false) {
H A Dfielduser.php54 $udata = $auth->getUserData($value);
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/authphpbb3/
H A Dauth.php251 public function getUserData($user, $requireGroups = true) { function in auth_plugin_authphpbb3
H A Daction.php136 $data = $auth->getUserData($event->data['username']);
/plugin/authclientcert/
H A Dauth.php80 $userInfo = $this->getUserData($user);
/plugin/feedback/
H A Daction.php89 $user = $auth->getUserData($_SERVER['REMOTE_USER']);
/plugin/likeit/
H A Dhelper.php41 $data = $auth->getUserData($user);
/plugin/timetrack/
H A Dhelper.php389 public function getUserData($user, $daterange = null) { function in helper_plugin_timetrack
483 $data = $this->getUserData($user,$daterange);
/plugin/usercontact/
H A Daction.php33 $userdata = $auth->getUserData($INPUT->str('name'));
/plugin/autogroup/
H A Daction.php107 $oldinfo = $auth->getUserData($user);
/plugin/authsmartcard/
H A Dauth.php139 $userdata = $this->getUserData($username);
170 public function getUserData($user) { function in auth_plugin_authsmartcard
171 return parent::getUserData($user);
/plugin/authsaml/
H A Daction.php72 $user = $this->saml->getUserData($username);
80 $user = $this->saml->getUserData($username);
H A Dauth.php56 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsaml
58 return $this->saml->getUserData($user);
H A Dsaml.php78 public function getUserData($user) { function in saml_handler
81 return $auth->getUserData($user);
176 $userData = $this->getUserData($username);

12345