Home
last modified time | relevance | path

Searched refs:username (Results 226 – 248 of 248) sorted by path

12345678910

/plugin/stopforumspam2/
H A Dhelper.php23 function rawdata($ip = null, $email = null, $username = null, $wildcards = null){ argument
25 if ($ip == null and $email == null and $username == null) return array();
31 'username' => $username,
78 …if (isset($resultarray['username']['frequency'])) $namefreq = $resultarray['username']['frequency'…
81 …if (isset($resultarray['username']['confidence'])) $nameconf = $resultarray['username']['confidenc…
126 …if (isset($resultarray['username']['confidence'])) $nameconf = $resultarray['username']['confidenc…
129 …if (isset($resultarray['username']['frequency'])) $namefreq = $resultarray['username']['frequency'…
185 'username' => $username,
214 * @param string $username
217 function whitelists ($ip = null, $email = null, $username = null) { argument
[all …]
/plugin/swiftmail/Swift/
H A DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); argument
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php70 protected $username = false; variable in Swift_Connection_SMTP
169 $this->username = $user;
177 return $this->username;
/plugin/tgnotify/
H A Daction.php85 // Add row with username (if logged in) or IP address
88 $username = $USERINFO['name'];
89 $message .= sprintf($this->getLang('username'), $username) . PHP_EOL;
/plugin/todo/syntax/
H A Dtodo.php5 * Syntax: <todo [@username] [#]>Name of Action</todo> -
9 * The @ sign followed by a username can be used to assign this todo to a user.
196 $data['username'] = $this->getConf("Username");
224 case 'username':
226 $data['username'] = $value;
229 $data['username'] = 'none';
282 if (($user = $this->_prepUsername($user,$data['username'])) != '') {
291 if(isset($data['completeduser']) && ($checkeduser=$this->_prepUsername($data['completeduser'],$data['username']))!='') {
357 * @param string $username
361 private function _prepUsername($username,
332 _prepUsername($username, $displaytype) global() argument
[all...]
/plugin/unameban/lang/en/
H A Dbanned.txt3 Your username is currently not allowed to access this wiki. This may be
H A Dintro.txt3 This plugin allows you to ban certain users based on their username. Users
4 logging into the wiki with a banned username will only see an
/plugin/userhomepage/
H A Daction.php445 $this->username = $event->data['username'];
482 'username' => $this->username,
/plugin/userimportextended/lang/en/
H A Dintro.txt10 Each successfully imported user will receive an email with their username and password.
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php465 …function sharedapi_post($url, $fields, $username = '', $password = '', $timeout = 5, $connecttimeo… argument
470 if (!empty($username)) {
471 curl_setopt($ch, CURLOPT_USERPWD, "$username:$password");
/plugin/webdav/core/Backend/
H A DAuth.php21 * @param string $username
26 protected function validateUserPass($username, $password) argument
32 $check = $auth->checkPass($username, $password);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php47 * @param string $username
51 abstract protected function validateUserPass($username, $password); argument
H A DAbstractDigest.php62 * @param string $username
65 abstract function getDigestHash($realm, $username); argument
104 $username = $digest->getUsername();
107 if (!$username) {
111 $hash = $this->getDigestHash($this->realm, $username);
125 return [true, $this->principalPrefix . $username];
H A DBasicCallBack.php47 * @param string $username
51 protected function validateUserPass($username, $password) { argument
54 return $cb($username, $password);
H A DFile.php53 list($username, $realm, $A1) = explode(':', $line);
58 $this->users[$realm . ':' . $username] = $A1;
68 * @param string $username
71 function getDigestHash($realm, $username) { argument
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
H A DPDO.php46 * @param string $username
49 function getDigestHash($realm, $username) { argument
52 $stmt->execute([$username]);
/plugin/webdavclient/
H A Dadmin.php98 $username = $_REQUEST['manusername'];
101 … $this->hlp->addConnection($uri, $username, $password, $dn, $dn, $type, '3600', false, false);
131 $username = $INPUT->str('username', '');
134 if(($username === '') || ($password === '') || ($uri === ''))
140 $this->result = $this->hlp->queryServer($uri, $username, $password);
141 $this->result['username'] = $username;
H A Dhelper.php406 * @param string $username The username for logging in
417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync… argument
424 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
433 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
530 * @param string $username The username for login
535 public function queryServer($uri, $username, $password) argument
563 $conn['username'] = $username;
/plugin/webdavclient/db/
H A Dupdate0001.sql7 username text, field
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
32 -username='xxxxxxxx',
/plugin/xcom/lang/en/
H A Dfunctions.txt120 ^Parameters |(String) scope, (String) username, (int) permission|
126 ^Parameters |(String) scope, (String) username|
/plugin/zotero/
H A DREADME.md12 2. Enter your Zotero username, key, and user ID into `config.ini`.
H A Dconfig.ini.dist2 ; this username is used to connect to the Zotero website
3 username = YOURUSERNAME
6 ; the user ID for the above username

12345678910