Home
last modified time | relevance | path

Searched refs:username (Results 126 – 150 of 248) sorted by relevance

12345678910

/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php101 * @param string $username
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
116 $this->mysqli = new mysqli($host, $username, $password);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php100 $username = $connection->getUsername();
102 if (null !== $username && null !== $password) {
104 \curl_setopt($conn, \CURLOPT_USERPWD, "{$username}:{$password}");
/plugin/pureldap/classes/
H A DADClient.php27 public function getUser($username, $fetchgroups = true)
29 $entry = $this->getUserEntry($username);
37 * @param string $username
40 protected function getUserEntry($username)
43 $samaccountname = $this->simpleUser($username);
44 $userprincipal = $this->qualifiedUser($username);
68 public function setPassword($username, $newpass, $oldpass = null)
72 $entry = $this->getUserEntry($username);
74 $this->error("User '$username' not found", __FILE__, __LINE__);
81 if ($this->isAuthenticated !== $this->prepareBindUser($username)) {
26 getUser($username, $fetchgroups = true) global() argument
[all...]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.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 + '|' + …
H A DJsHttpRequest-script-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 + '|' + …
575 xr.open(this.method, this.url, true, this.username, this.password);
H A DJsHttpRequest.js66 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 username: username != null? username : '', property in t.open._openArgs
108 …hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
518 xr.open(this.method, this.url, true, this.username, this.password);
H A DJsHttpRequest-form.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 + '|' + …
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php115 private $username; variable in Google\\Auth\\OAuth2
867 if (!is_null($this->username) && !is_null($this->password)) {
949 return $this->username;
955 * @param string $username
958 public function setUsername($username) argument
960 $this->username = $username;
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php39 var $username = ''; variable in soap_transport_http
359 if ($this->username) {
361 $this->setCurlOption(CURLOPT_USERPWD, "$this->username:$this->password");
461 * @param string $username
468 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
469 $this->debug("setCredentials username=$username authtype=$authtype digestRequest=");
475 …$this->setHeader('Authorization', 'Basic '.base64_encode(str_replace(':','',$username).':'.$passwo…
483 …$A1 = $username. ':' . (isset($digestRequest['realm']) ? $digestRequest['realm'] : '') . ':' . $pa…
521 …$this->setHeader('Authorization', 'Digest username="' . $username . '", realm="' . $digestRequest[…
530 $this->username = $username;
[all …]
/plugin/redissue/redmine/
H A Dredmine.php37 function getIdByUsername($username){ argument
41 $pos = strpos($cur_name, $username);
/plugin/fedauth/lang/pl/
H A Dadmproviders.txt20 …autoryzacji typu [[http://openid.net/|OpenID]] ma zawierać nazwę użytkownika, wpisz **{username}**,
21 np. ''%%http://mojdostawca.pl/{username}%%''
/plugin/swiftmail/Swift/
H A DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); argument
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php84 if (!(isset($options['username']) && isset($options['password']))) {
85 throw new SaslException('A username and password is required for a client response.');
88 'username' => $options['username'],
97 if (!$received->has('username')) {
98 throw new SaslException('The client response must have a username.');
106 $username = $received->get('username');
111 throw new SaslException('The password option must be callable. It will be passed the username and challenge');
113 $expectedDigest = $password($username,
[all...]
/plugin/eventum/XML/
H A DRPC.php837 $this->username = $u;
863 $timeout, $this->username,
878 * @param string $username a user name for accessing the RPC server
888 $username = '', $password = '') argument
891 if ($username != $this->username) {
892 $this->setCredentials($username, $password);
1020 if ($this->username) {
1022 . base64_encode("$this->username:$this->password")
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2236 * @param string $username
2262 * @param string $username
2359 * @param string $username
2420 $username,
2446 $username,
2460 $username,
2507 * @param string $username
2517 $username,
2628 * @param string $username
2652 * @param string $username
[all …]
/plugin/davcard/syntax/
H A Dbook.php95 $username = $_SERVER['REMOTE_USER'];
97 $username = uniqid('davcard-');
98 … $this->hlp->setAddressbookNameForPage($data['name'], $data['description'], $ID, $username);
/plugin/groupmatrix/syntax/
H A Dtable.php131 $rows = array_map(function ($user, $username) use ($groups, $attributes) {
133 $user['user'] = $username;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php50 public function bind(string $username, string $password): bool
53 return (bool) $this->ldap()->bind($username, $password);
49 bind(string $username, string $password) global() argument
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php28 $username = $this->input('username');
48 …ERT INTO ".UC_DBTABLEPRE."feeds SET appid='$appid', icon='$icon', uid='$uid', username='$username',
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst31 <dd>{{ forms.input('username') }}</dd>
46 <dd>{{ input_field('username') }}</dd>
/plugin/sql/
H A DDB.php17 function __construct($dsn, $username="", $password="", $driver_options=array()) { argument
18 parent::__construct($dsn,$username,$password, $driver_options);
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D36b2778f23d0955255f52c075c4d213d.asciidoc10 'username' => 'user',
/plugin/authucenter/lib/api/
H A Duc.php127 $username = $get['username'];
131 if($username) {
133 …uc_setcookie(DW_UC_COOKIE_NAME, authcode("$uid\t$password_e\t$username", 'ENCODE'), $cookietime, t…

12345678910