Home
last modified time | relevance | path

Searched refs:username (Results 101 – 125 of 248) sorted by relevance

12345678910

/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php67 * @param string $username
71 public function setAuth($username, $password){ argument
72 $this->smtp->setAuth($username, $password);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst19 {{ user.username|escape }}
25 {{ user.username|e }}
32 {{ user.username|e }}
34 {{ user.username|e('html') }}
40 {{ user.username|escape('js') }}
41 {{ user.username|e('js') }}
/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;
/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");
216 case 'username':
218 $data['username'] = $value;
221 $data['username'] = 'none';
274 if (($user = $this->_prepUsername($user,$data['username'])) != '') {
283 if(isset($data['completeduser']) && ($checkeduser=$this->_prepUsername($data['completeduser'],$data['username']))!='') {
340 * @param string $username
344 private function _prepUsername($username,
332 _prepUsername($username, $displaytype) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc71 $params['username'] = (string) The username of the user to change the password for
196 $params['username'] = (string) username
210 $params['username'] = (string) The username of the user to disable
224 $params['username'] = (string) The username of the user to enable
240 $params['username'] = (string) user name of the user who created this API key to be retrieved
320 $params['username']
[all...]
/plugin/unameban/lang/en/
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/gdpr/action/
H A Ddelusers.php44 $username = $event->data['params'][0][0];
46 file_put_contents($cacheFN, $username . "\n", FILE_APPEND);
83 protected function cleanUsernameFromChangelogs($username) argument
88 if (!$this->cleanChangelog($changelog, $username, $deletedUserCount)) {
/plugin/stopforumspam2/
H A Daction.php85 $username = $event->data['params'][2];
87 … $result1 = $helper->freqcheck(null, $email, $username, FALSE, $this->getConf('protectRegFreq'));
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dself_import.test6 {{ forms.input('username') }}
15 <input type="text" name="username" value="" size="20">
H A Dbasic.test6 {{ macros.input('username') }}
15 <input type="text" name="username" value="" size="20">
H A Dexternal.test6 {{ forms.input('username') }}
15 <input type="text" name="username" value="" size="20">
/plugin/stopforumspam/
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
27 $username,
/plugin/phpipam/
H A Dphpipam-api.php220 * @param bool|string $username (default: false)
224 …public function __construct($api_url = false, $app_id = false, $api_key = false, $username = false… argument
238 if ($username!==false && $password!==false) {
239 $this->set_api_authparams ($username, $password);
489 * @param bool $username (default: false)
493 public function set_api_authparams ($username = false, $password = false) { argument
494 if($username===false || $password===false) {
498 $this->api_username = $username;
/plugin/authsaml/
H A Dauth.php76 $username = $this->saml->getUsername();
77 $this->saml->login($username);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DPasswordModifyRequest.php70 * @param null|string $username argument
73 public function setUsername(?string $username)
75 $this->userIdentity = $username;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst12 <li>{{ user.username|e }}</li>
74 {{ loop.index }} - {{ user.username }}
98 <li>{{ user.username|e }}</li>
124 <li>{{ user.username|e }}</li>
155 <li>{{ key }}: {{ user.username|e }}</li>
170 <li>{{ user.username|e }}</li>
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php47 * @param string $username
51 abstract protected function validateUserPass($username, $password); argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php97 * @param string $username
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
112 $this->connection = mysql_pconnect($host, $username, $password);
/plugin/mantis/lib/
H A Dclass.soapclient.php28 var $username = ''; // Username for HTTP authentication variable in nusoap_client
366 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
425 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
603 * @param string $username
609 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
610 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
612 $this->username = $username;
707 $proxy->username = $this->username;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php47 * @param string $username
51 abstract protected function validateUserPass($username, $password); argument
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php68 if (!$message->has('username')) {
69 throw new SaslEncodingException('The client response must contain a username.');
74 $username = $message->get('username');
81 return $username . ' ' . $digest;
106 'username' => $matches[1],
/plugin/davcal/syntax/
H A Dcalendar.php160 $username = $_SERVER['REMOTE_USER'];
162 $username = uniqid('davcal-');
163 $this->hlp->setCalendarNameForPage($data['name'], $data['description'], $ID, $username);
/plugin/authphpbb3/
H A Dauth.php128 * @param string $username Username to clean.
131 public function clean_username($username) { argument
132 $username = preg_replace('#(?:[\x00-\x1F\x7F]+|(?:\xC2[\x80-\x9F])+)#', '', $username);
133 $username = preg_replace('# {2,}#', ' ', $username);
134 $username = trim($username);
135 return strtolower($username);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
80 username: username != null? username : '', property in t.open._openArgs
107 …hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
517 xr.open(this.method, this.url, true, this.username, this.password);
/plugin/shell/
H A DP0wnyShell.php228 $username = getenv('USERNAME');
229 if ($username !== false) {
230 $result['username'] = base64_encode($username);

12345678910