Home
last modified time | relevance | path

Searched defs:password (Results 76 – 100 of 157) sorted by relevance

1234567

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php104 public function __construct($host, $database, $username, $password, $table='getid3_cache') {
H A Dextension.cache.mysqli.php108 public function __construct($host, $database, $username, $password, $table='getid3_cache') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php51 abstract protected function validateUserPass($username, $password);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php51 abstract protected function validateUserPass($username, $password);
/plugin/authradius/
H A Dmschap.php90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password)
/plugin/authucenter/
H A Dauth.php448 private function _uc_user_login($username, $password){
458 private function _uc_user_register($username, $password, $email){
/plugin/authucenter/lib/uc_client/model/
H A Duser.php119 function check_login($username, $password, &$user) {
129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =…
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php207 public function withUserInfo($user, $password = null);
/plugin/phpipam/
H A Dphpipam-api.php224 …$api_url = false, $app_id = false, $api_key = false, $username = false, $password = false, $result…
493 public function set_api_authparams ($username = false, $password = false) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php113 function validatePassword($password) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php63 public function setPassword(NotifierSecretRef $password)
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php113 function validatePassword($password) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php325 public static function load($key, $password = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php429 public function setBasicAuthentication(string $username, string $password): ClientBuilder argument
528 public function setSSLCert(string $cert, string $password = null): ClientBuilder argument
541 public function setSSLKey(string $key, string $password argument
[all...]
/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
H A DJsHttpRequest-form.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property in t.open._openArgs
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property in t.open._openArgs
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
H A DJsHttpRequest.js66 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
82 password: password != null? password : '' property in t.open._openArgs
/plugin/userimportextended/
H A Dadmin.php365 protected function _notifyUser($user, $password, $status_alert=true) {
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php40 var $password = ''; variable in soap_transport_http
468 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartySetAccountInfoRequest.php90 public $password; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetAccountInfoRequest
343 public function setPassword($password)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php43 bind(string $username, string $password) global() argument
H A DRequestHandlerInterface.php87 bind(string $username, string $password) global() argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php333 public function withPassword($password = false)

1234567