Home
last modified time | relevance | path

Searched refs:user (Results 76 – 100 of 1528) sorted by relevance

12345678910>>...62

/plugin/davcal/
H A DprincipalBackendDokuwiki.php15 foreach($users as $user => $info)
17 $principal = 'principals/'.$user;
19 $data = $this->getPrincipalByPath($user);
29 $user = str_replace('principals/', '', $path);
30 $userData = $auth->getUserData($user);
34 return array('uri' => 'principals/'.$user,
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php43 * @param string $user Username
47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument
61 $user = utf8_strtolower($user);
64 $user = auth_cleanUser($user);
66 $user = auth_nameencode($user);
77 if($user || count($groups)) {
81 if($user) $groups[] = $user;
302 $acl = str_replace('%USER%',$user,$acl); // fall-back, in case client not found
329 function auth_cleanUser($user) { argument
330 return $user;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php43 * @param string $user Username
47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument
61 $user = utf8_strtolower($user);
64 $user = auth_cleanUser($user);
66 $user = auth_nameencode($user);
77 if($user || count($groups)) {
81 if($user) $groups[] = $user;
303 $acl = str_replace('%USER%',$user,$acl); // fall-back, in case client not found
330 function auth_cleanUser($user) { argument
331 return $user;
/plugin/booking/
H A Dhelper.php55 list($start, $end, $user) = explode("\t", $line, 3);
69 'user' => $user];
113 * @param string $user user doing the booking
116 public function addBooking($id, $begin, $length, $user) argument
128 $line = "$start\t$end\t$user\n";
139 * @param string|null $user Only cancel if the user matches, null for no check
142 public function cancelBooking($id, $at, $user=null) argument
158 if ($user && $user != trim($booker)) continue;
/plugin/epub/
H A Dscript.js1 function epub_show_throbber(user,client) { argument
4 if(!dom || !user || !epub_title) return;
6 var params="user="+encodeURIComponent(user);
58 function _epub_show_throbber(user,client) { argument
59 epub_show_throbber(user,client);
62 epub_check_progress(client,user);
66 function epub_check_progress(client,user) { argument
68 var params="user="+encodeURIComponent(user);
/plugin/authsmartcard/
H A Dauth.php44 * @param string $user the user name
167 * @param string $user the user name
170 public function getUserData($user) { argument
171 return parent::getUserData($user);
185 * @param string $user
192 public function createUser($user, $pass, $name, $mail, $grps = null) { argument
193 return parent::createUser($user, $pass, $name, $mail, $grps);
201 * @param string $user nick of the user to be changed
205 public function modifyUser($user, $changes) { argument
206 return parent::modifyUser($user, $changes);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DEmailVerificationData.php33 public $user; variable in Google\\Service\\MyBusinessVerifications\\EmailVerificationData
66 public function setUser($user) argument
68 $this->user = $user;
75 return $this->user;
/plugin/authg2fa/
H A Dauth.php21 function checkPass($user,$pass) { argument
23 $secret = $th->getSecret($user);
39 …array('message' => 'authg2fa: login failed. No token found for the current user', 'user' => $user);
44 …age' => 'authg2fa: passing login to parent. No token found for the current user', 'user' => $user);
59 …('message' => 'authg2fa: login failed. Token did not match or no token supplied', 'user' => $user);
65 return parent::checkPass($user,$pass);
H A Dadmin.php121 foreach($user_list as $user => $userinfo)
125 ptln('<td>'.hsc($user).'</td>');
126 if(isset($this->_tokens[$user]))
127 $secret = $this->_tokens[$user];
130 if($this->_unhide == hsc($user)) {
143 …ptln("<input type=\"submit\" name=\"fn[ssecret][".hsc($user)."]\" class=\"button\" value=\"Show Se…
144 …ptln("<input type=\"submit\" name=\"fn[csecret][".hsc($user)."]\" class=\"button\" value=\"Create …
145 …ptln("<input type=\"submit\" name=\"fn[dsecret][".hsc($user)."]\" class=\"button\" value=\"Delete …
227 foreach($user_list as $user => $user_info)
229 if(!isset($this->_tokens[$user]))
[all …]
/plugin/groupmanager/
H A Dsyntax.php616 if (!$user) {
637 if ($user) {
697 if (empty($user)) return false;
846 $user[1] = $_REQUEST['userpass'];
851 $user[4] = array_map('trim', $user[4]);
852 if ($clean) $user[4] = array_map(array($auth, 'cleanGroup'), $user[4]);
853 $user[4] = array_filter($user[4]);
854 $user[4] = array_unique($user[4]);
855 if (!count($user[4])) $user[4] = null;
857 return $user;
[all …]
/plugin/recommend/helper/
H A Dmail.php82 foreach ($users as $user) {
83 $resolved[] = $user['mail'];
96 $user = $auth->getUserData($recipient);
97 if ($user) $resolved[] = $user['mail'];
118 $user = $auth->retrieveUsers(0, 1, ['mail' => $mail]);
119 return (bool)$user;
/plugin/magento/
H A Dauth.php69 * @param string $user Username
82 * @param string $user the user name
87 $entity = $this->_findUser( $user );
108 * @param string $user the user name
111 public function getUserData($user) { argument
114 $entity = $this->_findUser( $user );
176 * @param string $user
280 * @param string $user username
283 public function cleanUser( $user ) { argument
326 * @param string $user - The username
[all …]
/plugin/authgooglesheets/
H A Dhelper.php51 * @param string $user
54 public function getUserData($user) argument
57 return $users[$user] ?? false;
149 * @param string $user
153 public function update($user, $changes) argument
208 foreach ($users as $user) {
209 $rowNum = $this->users[$user]['row'];
263 if ($this->filter($user, $info)) {
265 $out[$user] = $info;
281 * @param string $user User login
[all …]
/plugin/cryptsign/
H A Dsyntax.php58 $user = substr($match,$pos+36);
59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
62 'user' => $user,
73 $user = strip_tags(editorinfo($data['user']));
76 $msg = sprintf($this->getLang('valid'),$user);
79 $msg = sprintf($this->getLang('invalid'),$user);
/plugin/avatar/
H A Dsyntax.php7 * in user namespace. If none found or for unregistered guests, the avatar from
30 $one = explode('?', $match, 2); // [user|mail] ? [size]|[title]
31 $two = explode('|', $one[0], 2); // [user] & [mail]
33 $user = $two[0];
38 $ralign = (bool)preg_match('/^ /', $user);
39 $lalign = (bool)preg_match('/ $/', $user);
51 return array($user, $title, $align, $size);
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/authucenter/lib/uc_client/control/
H A Duser.php36 if($this->user = $_ENV['user']->get_user_by_uid($uid)) {
40 …thcode('action=synlogin&username='.$this->user['username'].'&uid='.$this->user['uid'].'&password='…
123 $user = $_ENV['user']->get_user_by_uid($username);
125 $user = $_ENV['user']->get_user_by_email($username);
127 $user = $_ENV['user']->get_user_by_username($username);
131 if(empty($user)) {
133 } elseif($user['password'] != md5($passwordmd5.$user['salt'])) {
138 $status = $user['uid'];
144 return array($status, $user['username'], $password, $user['email'], $merge);
205 $user = $_ENV['user']->get_user_by_username($username);
[all …]
/plugin/distributedacl/
H A Daction.php89 $user = "";
92 $user .= "%".dechex(ord( $u[$j] ));
94 $user .= $u[$j];
98 $user = preg_replace( "/^%40/", "@", $user );
102 …$newconfacl .= sprintf ( "%-30s %-40s %3d %s", $aclfor, $user, $perm, "# distributedACL autogene…
/plugin/watchcycle/
H A Dhelper.php116 * keys are the user and group names, value is either:
118 * - the user data array
163 foreach ($members as $user) {
164 $mails[] = $user['mail'];
173 * @param string $user
177 public function isMaintainer($user, $def) argument
182 if ($user === '') return false;
183 $userData = $auth->getUserData($user);
190 } elseif ($item === $user) {
209 $users = array_map(function ($user) {
[all...]
/plugin/authsaml/
H A Dsaml.php78 public function getUserData($user) { argument
81 return $auth->getUserData($user);
84 return $this->getFILEUserData($user);
88 public function checkPass($user) { argument
91 if ($user == $this->getUsername()) {
158 public function getFILEUserData($user) argument
161 return isset($this->users[$user]) ? $this->users[$user] : false;
202 $user = $username;
335 foreach($users as $user) {
336 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
[all …]
/plugin/directions/syntax/
H A Dcommon.php38 $user = '';
44 $user = $path[0];
55 if (strcmp($user ,'-') == 0) continue;
67 if (!isset($lastmove[$user])) {
68 $lastmove[$user] = array();
69 $lastmove[$user]['source'] = '';
70 $lastmove[$user]['target'] = '';
73 if ((strcmp($source,$lastmove[$user]['source']) != 0) ||
74 (strcmp($target,$lastmove[$user]['target']) != 0)) {
84 $lastmove[$user]['source'] = $source;
[all …]
/plugin/twofactor/
H A DManager.php32 protected $user; variable in dokuwiki\\plugin\\twofactor\\Manager
123 * Convenience method to get current user
129 if ($this->user === null) {
131 $this->user = $INPUT->server->str('REMOTE_USER');
134 if (!$this->user) {
135 throw new \RuntimeException('2fa user specifics used before user available');
137 return $this->user;
141 * Set the current user
143 * This is only needed when running 2fa actions for a non-logged-in user (
145 setUser($user) global() argument
[all...]
/plugin/authdjango/
H A Dauth.php52 function trustExternal($user,$pass,$sticky=false){ argument
80 $user = $result2->fetch(PDO::FETCH_ASSOC);
82 $username = $user['username'];
83 $userfullname = $user['first_name'] . " " . $user['last_name'];
84 $useremail = $user['email'];
105 function _getUserGroups($user){ argument
106 …user_groups, auth_group where auth_user.username = ' . $this->dbh->quote($user) . ' AND auth_user.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorContext.php32 public $user; variable in Google\\Service\\Clouderrorreporting\\ErrorContext
79 public function setUser($user) argument
81 $this->user = $user;
88 return $this->user;
/plugin/do/
H A Dhelper.php177 function ($user) {
180 $user;
323 * @param string $user user who triggered the notification
359 isset($user) ? $user : $this->getLang('someone'),
519 $user = $INPUT->server->str('REMOTE_USER');
526 if ($user && $num > 0) {
540 * @param string $user users loginname
544 public function getPrettyUser($user) argument
547 if ($userpage !== '' && $user !== '') {
549 sprintf($userpage, $user),
[all …]

12345678910>>...62