Home
last modified time | relevance | path

Searched defs:username (Results 76 – 100 of 147) sorted by relevance

123456

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php55 ?string $username = null,
212 public function setUsername(string $username): self
H A DSlackWebhookHandler.php52 ?string $username = null,
/plugin/eventum/
H A Dclass.Eventum_RPC.php75 public function setCredentials($username, $password)
/plugin/pureldap/classes/
H A DClient.php186 getCachedUser($username, $fetchgroups = true) global() argument
228 getUser($username, $fetchgroups = true) global() argument
[all...]
/plugin/groupadmin/
H A Dadmin.php223 function _modifyUser($username, $newgrps) {
/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);
H A DAbstractDigest.php65 abstract function getDigestHash($realm, $username);
/plugin/permissioninfo/
H A Dadmin.php347 function _userPermissions($username)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php51 abstract protected function validateUserPass($username, $password);
H A DAbstractDigest.php65 abstract function getDigestHash($realm, $username);
/plugin/redissue/redmine/
H A Dredmine.php37 function getIdByUsername($username){
/plugin/gdpr/action/
H A Ddelusers.php83 protected function cleanUsernameFromChangelogs($username)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DPasswordModifyRequest.php70 * @param null|string $username argument
/plugin/phpipam/
H A Dphpipam-api.php224 …public function __construct($api_url = false, $app_id = false, $api_key = false, $username = false…
493 public function set_api_authparams ($username = false, $password = false) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2242 public function login($username, ...$args)
2268 protected function sublogin($username, ...$args)
2366 private function login_helper($username, $password = null)
2512 private function keyboard_interactive_login($username, $password)
2633 private function ssh_agent_login($username, Agent $agent)
2658 private function privatekey_login($username, PrivateKey $privatekey)
/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
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
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
80 username: username != null? username : '', property in t.open._openArgs
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
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
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php39 var $username = ''; variable in soap_transport_http
468 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert…
/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

123456