Home
last modified time | relevance | path

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

12345678

/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
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/authucenter/
Dauth.php448 private function _uc_user_login($username, $password){
458 private function _uc_user_register($username, $password, $email){
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.mysqli.php108 public function __construct($host, $database, $username, $password, $table='getid3_cache') {
/plugin/authradius/
Dmschap.php90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password)
/plugin/passwordgrey/
Dscript.js23 const password = span.textContent; constant
/plugin/farmer/admin/
H A Dnew.php346 protected function makeAdminLine($password)
/plugin/authucenter/lib/uc_client/model/
Duser.php119 function check_login($username, $password, &$user) {
129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =…
/plugin/phpipam/
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/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php207 public function withUserInfo($user, $password = null);
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php208 public function withUserInfo(string $user, ?string $password = null): UriInterface;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DClientBuilder.php429 public function setBasicAuthentication(string $username, string $password): ClientBuilder
528 public function setSSLCert(string $cert, string $password = null): ClientBuilder
541 public function setSSLKey(string $key, string $password = null): ClientBuilder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DSMTPDelivery.php63 public function setPassword(NotifierSecretRef $password)
/plugin/webdav/vendor/sabre/http/lib/Auth/
DDigest.php113 function validatePassword($password) {
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php113 function validatePassword($password) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDH.php325 public static function load($key, $password = false)
/plugin/userimportextended/
Dadmin.php365 protected function _notifyUser($user, $password, $status_alert=true) {
/plugin/remotescript/lib/JsHttpRequest/debug/
DJsHttpRequest-script.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property
DJsHttpRequest-form.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property
DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js168 this.open = function (method, url, async, user, password) { argument
182 password: password || null property
/plugin/mantis/lib/
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/
DIdentitytoolkitRelyingpartySetAccountInfoRequest.php90 public $password; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetAccountInfoRequest
343 public function setPassword($password)
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/PGTStorage/
H A DDb.php139 $cas_parent, $dsn_or_pdo, $username='', $password='', $table='',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php44 public function bind(string $username, string $password): bool

12345678