Home
last modified time | relevance | path

Searched refs:password (Results 126 – 150 of 387) sorted by relevance

12345678910>>...16

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php102 * @param string $password
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
116 $this->mysqli = new mysqli($host, $username, $password);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php69 * A simple bind request with a username and password.
72 * @param string $password
75 public static function bind(string $username, string $password)
77 return new SimpleBindRequest($username, $password);
161 * Creates a password modify extended operation.
73 bind(string $username, string $password) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php101 $password = $connection->getPassword();
102 if (null !== $username && null !== $password) {
104 \curl_setopt($conn, \CURLOPT_USERPWD, "{$username}:{$password}");
/plugin/pgsqlquery/
H A Dsyntax.php83 $password = $this->getConf('password');
89 $dsn = "pgsql:host=$host;dbname=$DB;user=$user;password=$password";
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' 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
81 password: password != null? password : '' 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);
/plugin/sqljson/
H A Dsyntax.php85 $password = $this->getConf('password');
91 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php122 private $password; variable in Google\\Auth\\OAuth2
867 if (!is_null($this->username) && !is_null($this->password)) {
970 return $this->password;
976 * @param string $password
979 public function setPassword($password) argument
981 $this->password = $password;
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md20 ->setAuth('', '') // email, password
39 ->setAuth('bot@ym.txthinking.com', ''); // email, password
/plugin/stellarium/conf/
H A Ddefault.php9 $conf['password'] = '';
/plugin/youtrack/conf/
H A Ddefault.php10 $conf['password'] = '';
/plugin/swiftmail/Swift/
H A DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); argument
/plugin/pagebuttons/
H A Ddocker-compose.yml7 - DOKUWIKI_PASSWORD=password
/plugin/twofactor/lang/en/
H A Dresendpwd.txt3 Please provide your second factor data below to reset your password.
/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/md5gen/
H A Dsyntax.php57 …$buffer.="String to Encode: <input type='password' name='q'>&nbsp;<input type='submit' value='Get …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php330 * @param string|bool $password
333 public function withPassword($password = false) argument
/plugin/vbsso/includes/
H A Dapi.php182 $password = "";
185 $password .= substr($possible, mt_rand(0, strlen($possible) - 1), 1);
188 return $password;
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php75 protected $password = false; variable in Swift_Connection_SMTP
186 $this->password = $pass;
194 return $this->password;
/plugin/drawio/
H A Ddocker-compose.yaml8 - DOKUWIKI_PASSWORD=password
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D36b2778f23d0955255f52c075c4d213d.asciidoc11 'password' => 'pass',
/plugin/forceuserchange/
H A Dplugin.info.txt6 desc Enforce password change before user can log in.
/plugin/authgoogle2fa/
H A Dplugin.info.txt6 desc Adds Google Authenticator 2FA to DokuWiki local password storage.
/plugin/authg2fa/
H A Dplugin.info.txt6 desc Adds Google 2Factor Authentication to DokuWiki local password storage.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php131 $password = isset($settings['password']) ? $settings['password'] : '';
149 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);

12345678910>>...16