Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 1400) sorted by relevance

12345678910>>...56

/plugin/attribute/
H A Dhelper.php139 * @param string $user
152 return $user;
163 if (!$user || ($user !== $_SERVER['REMOTE_USER'] && !$INFO['isadmin'])) {
167 return $user;
296 * @param null $user
306 $user = $this->validateUser($user);
343 $user = $this->validateUser($user);
380 $user = $this->validateUser($user);
416 $user = $this->validateUser($user);
448 * @param string $user
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php76 $user = $_ENV['user']->get_user_by_uid($fromuid);
77 $user = daddslashes($user, 1);
78 if(!$user) {
81 $this->user['uid'] = $user['uid'];
82 $this->user['username'] = $user['username'];
88 unset($msgto[$this->user['uid']]);
128 $lastpmid = $_ENV['pm']->replypm($plid, $this->user['uid'], $this->user['username'], $message);
130 …$lastpmid = $_ENV['pm']->sendpm($this->user['uid'], $this->user['username'], $msgto, $subject, $me…
137 $this->user['uid'] = intval($this->input('uid'));
157 $this->user['uid'] = intval($this->input('uid'));
[all …]
/plugin/lms/
H A Dhelper.php14 * Return all lessons and info about the user's current completion status
16 * @param string|null $user Username, null for no user data
19 public function getLessons($user = null)
25 if ($user !== null) {
26 $lessons = array_merge($lessons, $this->getUserLessons($user));
53 * @param string $user Username
56 public function markLesson($id, $user, $seen = true)
58 if ($user === null) return false;
60 $file = $this->getUserFile($user);
18 getLessons($user = null) global() argument
55 markLesson($id, $user, $seen = true) global() argument
72 getUserLessons($user) global() argument
100 getLesson($id, $user) global() argument
113 getNextLesson($id, $user = null) global() argument
141 getPrevLesson($id, $user = null) global() argument
167 getUserFile($user) global() argument
[all...]
/plugin/authsplit/
H A Dauth.php88 auth plugin as otherwise admins can not add user accounts there in
95 /* To add and delete user accounts, modify real names, email addresses,
122 'getUsers' => 'get user list',
123 'getUserCount' => 'get user counts',
136 * Authenticate user (DokuWiki-style user/password authentication)
139 * used (primary auth plugin's canDo['external'] == false) and the user
142 * @param string $user the user name
146 public function checkPass($user, argument
176 trustExternal($user, $pass, $sticky = false) global() argument
214 _checkUserOnSecondaryAuthPlugin($user) global() argument
328 getUserData($user, $requireGroups = true) global() argument
363 _dumpUserData($user) global() argument
392 createUser($user, $pass, $name, $mail, $grps = null) global() argument
443 modifyUser($user, $changes) global() argument
659 cleanUser($user) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php125 foreach ($this->users as $user) {
128 $writer->writeElement('{DAV:}href', $user['href']);
129 if (isset($user['commonName']) && $user['commonName']) {
132 switch ($user['status']) {
149 if ($user['readOnly']) {
156 if (isset($user['summary']) && $user['summary']) {
198 $user = [
222 $user['href'] = $userElem['value'];
230 $user['readOnly'] = true;
241 if (!$user['status']) {
[all …]
/plugin/starred/
H A Dhelper.php39 * @param string|null $user defaults to current user
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
54 if (blank($user)) return;
61 $db->exec($sql, [$pageid, $user]);
65 $db->exec($sql, [$pageid, $user, time()]);
72 * @param string|null $user defaults to current user
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
88 if (blank($user)) return false;
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
110 if (blank($user)) return $result;
[all …]
/plugin/authvk/
H A Dauth.php56 if (!empty($user)) {
86 * @param string $user
108 * @param string $user
114 return isset($this->users[$user]) ? $this->users[$user] : false;
122 * @param string $user
151 * @param string $user
205 $newuser = $user;
243 foreach($users as $user) {
244 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
324 * @param string $user
[all …]
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php270 function getUserData( $user ) { argument
272 $userData['name'] = $user;
273 $userData['mail'] = $user;
285 $mail=$user;
368 return $user;
428 $name = $user;
464 $newuser = $user;
508 foreach ($users as $user) {
509 if (isset($this->users[$user])) $deleted[] = preg_quote($user,'/');
517 foreach ($deleted as $user) unset($this->users[$user]);
[all …]
/plugin/virtualgroup/
H A Dadmin.php31 $this->addUserGroups($INPUT->str('user'), $INPUT->str('groups'));
35 $this->deleteUser($INPUT->str('user'));
39 $this->editUserGroups($INPUT->str('user'), $INPUT->str('groups'));
45 $INPUT->remove('user');
50 // load user data if requested
52 $INPUT->set('user', $auth->cleanUser($INPUT->str('loaduser')));
70 * Add groups to a user
72 * @param string $user user name
76 protected function addUserGroups($user,
61 edit($user) global() argument
123 del($user) global() argument
156 add($user) global() argument
[all...]
/plugin/authimap2/
H A Dauth.php82 $login = "$user@$domain";
84 $login = $user;
117 return isset($this->users[$user]) ? $this->users[$user] : false;
125 * @param string $user
152 * @param string $user
214 $newuser = $user;
253 foreach($users as $user) {
259 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
358 * @param string $user username
361 public function cleanUser($user) { argument
[all …]
/plugin/authimap/
H A Dauth.php57 * @param string $user the user name
61 public function checkPass($user, $pass) { argument
62 $user = $this->cleanUser($user);
68 $login = "$user@$domain";
70 $login = $user;
92 * @param string $user the user name
97 $user = $this->cleanUser($user);
101 'name' => utf8_ucwords(strtr($user, '_-.', ' ')),
102 'mail' => "$user@$domain",
128 * @param string $user username
[all …]
/plugin/authowncloud/
H A Dauth.php62 * @param string $user
82 public function getUserData($user) { argument
83 $name = OC_User::getDisplayName($user);
84 $mail = $this->getUserMail($user);
85 $grps = $this->getUserGroups($user);
100 * @param string $user
117 OC_Group::addToGroup($user, $grp);
144 OC_Group::addToGroup($user, $grp);
163 foreach($users as $user) {
304 private function getUserGroups($user){ argument
[all …]
/plugin/genericsso/
H A Dauth.php44 public function checkPass($user, $pass) {} argument
49 public function getUserData($user) { argument
51 if(array_key_exists($user, $this->users)) return $this->users[$user]; // Cache
52 $this->users[$user] = array('name' => $user, 'mail' => $user, 'grps' => array());
53 return $this->users[$user];
58 * @param string $user Username
69 $user = $this->getSSOEMail();
80 if($user) {
83 $data = $this->getUserData($user);
110 $USERINFO['mail'] = $mail ? $mail : (mail_isvalid($user) ? $user : null);
[all …]
/plugin/authremoteuser/
H A Dauth.php65 * @param string $user
107 * @param string $user
113 return isset($this->users[$user]) ? $this->users[$user] : false;
121 * @param string $user
150 * @param string $user
202 $newuser = $user;
240 foreach($users as $user) {
241 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
321 * @param string $user
324 public function cleanUser($user) { argument
[all …]
/plugin/autogallery/
H A Dauth.php49 * @param string $user Username
81 * @param string $user the user name
85 public function checkPass($user, $pass) { argument
100 * @param string $user the user name
104 public function getUserData($user, $requireGroups=true) { argument
120 * @param string $user
137 * @param string $user nick of the user to be changed
236 * @param string $user username
239 public function cleanUser($user) { argument
240 return $user;
[all …]
/plugin/editor/
H A Dhelper.php29 function getEditor($ns = '', $num = NULL, $user = '') { argument
32 if (!$user) $user = $_REQUEST['user'];
39 if ($user == '@ALL') { // all users
45 $user = $auth->retrieveUsers(0, 0, array('grps' => substr($user, 1)));
46 $user = array_keys($user);
52 } elseif (preg_match("/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/", $user)) { // filter IP
65 $rec = $this->_handleRecent($lines[$i], $ns, $type, $user);
93 function _handleRecent($line, $ns, $type, $user) { argument
112 if ($recent['user'] != $user) return false;
115 if (!in_array($recent['user'], $user)) return false;
[all …]
/plugin/authdrupal7/
H A Dauth.php80 public function checkPass($user, $pass) { argument
128 return $this->cacheUserInfo[$user];
158 $info = $this->cacheUserInfo[$user];
161 $info = $this->_retrieveUserInfo($user);
167 $this->cacheUserInfo[$user] = $info;
185 protected function _retrieveUserInfo($user) { argument
209 protected function _getGroups($user) { argument
291 * @param string $user - The username
503 if (is_null($user)) {
506 unset($this->cacheUserInfo[$user]);
[all …]
/plugin/authdrupal8/
H A Dauth.php26 protected $checkPass = "SELECT pass FROM %{drupalPrefix}users_field_data WHERE name='%{user}'";
27 protected $getUserInfo = "SELECT name, mail FROM %{drupalPrefix}users_field_data WHERE name='%{user}'";
28 protected $getGroups = "SELECT roles_target_id FROM %{drupalPrefix}user__roles userroles INNER JOIN %{drupalPrefix}users_field_data userdata ON userroles.entity_id = userdata.uid WHERE userdata.name = '%{user}'";
57 $this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
64 * Checks if the given user exists and the given plaintext password
65 * is correct. Furtheron it might be checked wether the user is
68 * @param string $user user who would like access
69 * @param string $pass user's clear text password to check
76 public function checkPass($user,
87 checkPass($user, $pass) global() argument
132 getUserData($user, $requireGroups = true) global() argument
161 _getUserInfo($user, $requireGroups = true, $useCache = true) global() argument
191 _retrieveUserInfo($user) global() argument
215 _getGroups($user) global() argument
507 _flushUserInfoCache($user = null) global() argument
527 _cacheExists($user, $requireGroups = true) global() argument
[all...]
/plugin/authwordpress/
H A Dauth.php118 * Check user+password.
120 * @param string $user the user name
127 public function checkPass($user, $pass) argument
129 $data = $this->getUserData($user);
142 * Bulk retrieval of user data.
144 * @param int $start index of first user to be returned
160 foreach ($this->users as $user => $info) {
161 if ($this->applyFilter($user, $info)) {
163 $list[$user]
208 getUserData($user, $requireGroups = true) global() argument
352 applyFilter(string $user, array $info) global() argument
[all...]
/plugin/tuxquote/
H A Dimages-license.txt27 SMN (http://tux.crystalxp.net/en.user.190553.1.12.html)
28 Debsy (http://tux.crystalxp.net/en.user.24307.1.12.html)
30 kami23 (http://tux.crystalxp.net/en.user.21587.1.12.html)
32 pusio (http://tux.crystalxp.net/en.user.330619.1.12.html)
33 fcys14 (http://tux.crystalxp.net/en.user.386.1.12.html)
38 BB42 (http://tux.crystalxp.net/en.user.77497.1.12.html)
39 chaco (http://tux.crystalxp.net/en.user.9168.1.12.html)
41 ZafX (http://tux.crystalxp.net/en.user.342192.1.12.html)
45 silver4 (http://tux.crystalxp.net/en.user.609.1.12.html)
56 batux (http://tux.crystalxp.net/en.user.110.1.12.html)
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example62 * %{user} user name
83 * %{user} user name
95 * %{user} user name
116 * %{user} in FilterLogin user's login name
139 * %{user} user's login name
157 /* This statement should connect a user to a group (a user become member
160 * %{user} user's login name
180 * %{user} user name
192 * %{user} user's login name
215 * %{user} user's login name
[all …]
/plugin/authchained/
H A Dauth.php165 * @param string $user Username
198 * @param string $user the user name
202 public function checkPass($user, $pass) { argument
233 * @param string $user the user name
268 * @param string $user
294 public function modifyUser($user, $changes) { argument
418 * @param string $user username
421 public function cleanUser($user) { argument
431 return parent::cleanUser($user);
457 public function useSessionCache($user) { argument
[all …]
/plugin/authhttp/
H A Dauth.php9 * - the user's real name is set to his login name
92 * Check user+password
94 * @param string $user the user name
98 public function checkPass($user, $pass) {
99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']);
103 * Return user info
105 * Returned info about the given user needs to contain
108 * name string full name of the user
109 * mail string email address of the user
93 checkPass($user, $pass) global() argument
111 getUserData($user, $requireGroups = true) global() argument
133 cleanUser($user) global() argument
[all...]
/plugin/authyubikey/
H A Dauth.php.org55 * Check user+password
61 * @param string $user
73 * Return user info
83 * @param string $user
89 return isset($this->users[$user]) ? $this->users[$user] : false;
97 * @param string $user
125 * @param string $user
160 * Modify user data
163 * @param string $user nick of the user to be changed
179 $newuser = $user;
[all …]
/plugin/authg2fa/
H A DTokenHelper.php29 $user = $row[0];
31 $ret[$user] = $secret;
36 public function saveToken($user, $token) argument
38 $content = $user.":".$token."\n";
40 if(!io_deleteFromFile($this->_g2fafile, '/^'.preg_quote($user).':/', true)) {
63 public function deleteTokenForUser($user) { argument
71 public function createTokenForUser($user) { argument
74 return $this->saveToken($user, $token);
77 function getSecret($user) { argument
79 if(isset($tokens[$user]))
[all …]

12345678910>>...56