Home
last modified time | relevance | path

Searched refs:user (Results 1151 – 1175 of 1528) sorted by last modified time

1...<<41424344454647484950>>...62

/plugin/groupmanager/lang/en/
H A Ddelete.txt1 ===== Delete user =====
/plugin/vbsso/includes/
H A Dapi.php76 if (!$user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]) and $create_user) {
79 $user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]);
83 return ($user and $user['mail'] == $json[SHAREDAPI_EVENT_FIELD_EMAIL]) ? $user : FALSE;
258 * @param object $user user
265 function vbsso_auth_setCookie($user, $pass, $sticky, $session_timeout) { argument
271 $USERINFO = $auth->getUserData($user);
274 $cookie = base64_encode($user) . '|' . ((int)$sticky) . '|' . base64_encode($pass);
283 $_SESSION[DOKU_COOKIE]['auth']['user'] = $user;
/plugin/vbsso/
H A DREADME.md7 …n-On feature so that WordPress can use the vBulletin user database to manage authentication and us…
8 …creates an interface for authenticating, controlling access, and managing user profile data. The s…
13 Plugin doesn't share any user related information with any third party side. It strongly synchroniz…
/plugin/fetchmedia/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php61 … recognized, too. Please note that these only make sense in a homogeneous user group like a corpor…
65 … recognized, too. Please note that these only make sense in a homogeneous user group like a corpor…
/plugin/ebookexport/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/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/flattr/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/avatar/
H A Dhelper.php18 'user or mail' => 'string',
30 function getXHTML($user, $title = '', $align = '', $size = NULL) { argument
33 $src = $this->_getAvatarURL($user, $title, $size);
44 function _getAvatarURL($user, &$title, &$size) { argument
49 if(is_array($user)) {
50 $mail = $user['mail'];
51 $name = $user['name'];
52 $user = $user['user'];
[all...]
H A DCOPYING
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/mapillary/
H A Dplugin.info.txt6 desc Allow a user to add a Mapillary widget to a page
/plugin/jenkins/conf/
H A Ddefault.php7 $conf['jenkins.user'] = '';
/plugin/jenkins/lang/en/
H A Dsettings.php4 $lang['jenkins.user'] = 'Enter the ID of a Jenkins User, with the right to view any job.';
5 $lang['jenkins.token'] = 'Set the corresponding Jenkins user token. You can find it in "http://JEN…
/plugin/jenkins/
H A DREADME.md4 Dokuwiki plugin for Jenkins user.
27 * **jenkins.user**: Enter the ID of a Jenkins user, with the right to view any job..
28 …**jenkins.token**: Set the corresponding Jenkins user token. You can find it in `http://JENKINS_UR…
/plugin/database2/
H A Dmedia.php116 $ioIndex, $user, $addr ) = $source;
H A Ddatabase2.php4410 $user = trim( $lock[0] );
4411 if ( $user !== $currentUser )
H A DREADME.md8 … extending included features and more. Because of that (and inspired by a user of this plugin) I'v…
/plugin/logstats/
H A Daction.php124 $user = isset($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] : "-";
154 if(strcmp($user, $users_banned) == 0) {
172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
/plugin/wikistats/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/issuetracker/
H A DREADME10 Simply spoken a user can easily report an issue for defined products which will
64 Inform user automatically by mail = on/off
82 select wiki user groups pre-selected = admin|user
114 Product user can select from admin pre-defined set of values
115 Version user to enter version info
116 User name name derived from login if registered user, else should be entered by user
117 User mail e-mail derived from login if registered user, else should be entered by user
118 User phone phonenumber of the user
122 Issue Description user to enter the issue details
124 Captcha user to enter for security reasons (if configured)
[all …]
H A Dsyntax.php1898 function _find_myissues($issue, $user) { argument
1900 if($user['userinfo']['mail'] === $issue['user_mail']) return true;
1903 if($user['userinfo']['mail'] === $issue['assigned']) return true;
1906 if(stristr($issue['add_user_mail'],$user['userinfo']['mail']) !== false) return true;
H A Daction.php3295 $user = array();
3296 $user['microtime_start'] = microtime(true);
3297 $user['client'] = $event->data['params'][0];
3299 $user['name'] = $usr_info['name'];
3300 $user['mail'] = $usr_info['mail'];
3302 fwrite($handle, serialize($user));
3316 $user = array();
3319 $user['name'] = $usr_info['name'];
3320 $user['mail'] = $usr_info['mail'];
3368 elseif(strlen($user['mail'])<1) {
[all …]
/plugin/inclform/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/icalevents/
H A DLICENSE.txt117 these conditions, and telling the user how to view a copy of this

1...<<41424344454647484950>>...62