Home
last modified time | relevance | path

Searched defs:password (Results 101 – 125 of 176) sorted by relevance

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php88 public function bind(string $username, string $password): bool;
H A DProxyRequestHandler.php50 public function bind(string $username, string $password): bool
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php71 public function setAuth($username, $password){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
DIdentity.php333 public function withPassword($password = false)
/plugin/mantis/lib/
Dclass.soapclient.php29 var $password = ''; // Password for HTTP authentication variable in nusoap_client
609 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) {
Dclass.wsdl.php54 var $password = ''; // Password for HTTP authentication variable in wsdl
562 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) {
Dnusoap.php2147 var $password = ''; variable in soap_transport_http
2575 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert…
4566 var $password = ''; // Password for HTTP authentication variable in wsdl
5074 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) {
7097 var $password = ''; // Password for HTTP authentication variable in nusoap_client
7677 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) {
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php159 public function registerWithPassword(string $username, string $password): ?string {
176 public function login(string $username, string $password, bool $sync = true,
/plugin/remotescript/lib/JsHttpRequest/debug/
DJsHttpRequest-script-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property
DJsHttpRequest.js66 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
82 password: password != null? password : '' property
/plugin/magento/
Dauth.php479 protected function validateHash($password, $hash)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DXML.php66 public static function load($key, $password = '')
/plugin/passpolicy/
Dhelper.php521 protected function isLeaked($password)
/plugin/pureldap/classes/
H A DADClient.php440 protected function encodePassword($password)
/plugin/webdavclient/db/
Dupdate0001.sql8 password text, field
/plugin/autotweet/
Dtwitteroauth.php131 function getXAuthToken($username, $password) {
/plugin/swiftmail/Swift/Connection/
DSMTP.php75 protected $password = false; variable in Swift_Connection_SMTP
/plugin/eventum/XML/
DRPC.php639 var $password = ''; variable in XML_RPC_Client
888 $username = '', $password = '')
/plugin/webdavclient/
Dhelper.php417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync…
535 public function queryServer($uri, $username, $password)
/plugin/authgooglesheets/vendor/google/auth/src/
DOAuth2.php122 private $password; variable in Google\\Auth\\OAuth2
979 public function setPassword($password)
/plugin/groupmanager/
Dsyntax.php808 function _notifyUser($user, $password)
/plugin/authucenter/lib/uc_client/
Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''…
359 function uc_user_login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer …
426 function uc_user_merge($oldusername, $newusername, $uid, $password, $email) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php75 public static function bind(string $username, string $password)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DUser.php156 public $password; variable in Google\\Service\\Directory\\User
671 public function setPassword($password)
/plugin/etherpadlite/externals/etherpad-lite-client/
Detherpad-lite-client.php287 public function setPassword($padID, $password){

12345678