Home
last modified time | relevance | path

Searched refs:pass (Results 26 – 50 of 374) sorted by path

12345678910>>...15

/plugin/authgooglesheets/
H A Dauth.php38 public function checkPass($user, $pass) argument
43 $verified = auth_verifyPassword($pass, $userinfo['pass']);
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md371 …ul to perform some action when a new access token is granted. To do this, pass a callable to the `…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
247 'auth' => ['username', 'pass'], // auth option handled by your application
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md104 * Allow to pass nullable Response to delay callable
294 can pass the query string in as a string.
337 pass true as the second argument to specify that the query string is a raw
474 response content, and pass a string to provide a request `Accept-Encoding`
476 to pass an `Accept-Encoding` header in the headers of a request but still
596 You can now pass a callable or an array of associative arrays where each
725 …request. You can pass a 'request.options' configuration setting to a client to apply default reque…
729 * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request optio…
755 …tp\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a
1163 * Changed CurlMulti::perform to pass a smaller timeout to CurlMulti::executeHandles
[all …]
H A DUPGRADING.md45 need a different serialization technique, you will need to pass the query
165 passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP
364 request options. You can pass an `adapter` to use a custom adapter,
370 template. You must pass an array into a creational method (e.g.,
413 pass an optional argument of `true` to retrieve a header value as an array
693 …`$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|An…
694 `$client->setDefaultOption('auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));`
729 …tp\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md90 - Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have d…
216 - Handling of encoding in `Uri::with(out)QueryValue` so one can pass the
H A DREADME.md219 When invoking the provided callable, the PumpStream will pass the amount of
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md58 …* Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWri…
120 …s to its nested handler when reaching a certain amount of logs (i.e. only pass through when things…
281 …* Break: StreamHandler will not close streams automatically that it does not own. If you pass in a…
370 * Added NativeMailerHandler::addParameter to pass params to the mail() process
411 …* Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records throug…
506 …* Added the possibility to pass arrays of handlers and processors directly in the Logger construct…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php205 $pass = $context[$scheme]['password'];
208 $pass = $context[$scheme]['privkey'];
211 if (!isset($user) || !isset($pass)) {
216 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
217 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
233 if (!$this->sftp->login($user, $pass)) {
239 if (!$this->sftp->login($user, $pass)) {
243 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/plugin/authhiorgserver/
H A Dauth.php73 * @param string $pass Cleartext Password
77 public function trustExternal($user, $pass, $sticky = false) { argument
/plugin/authhttp/
H A Dauth.php95 * @param string $pass the clear text password
98 public function checkPass($user, $pass) {
99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']);
93 checkPass($user, $pass) global() argument
/plugin/authimap/
H A Dauth.php58 * @param string $pass the clear text password
61 public function checkPass($user, $pass) { argument
74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/authimap2/
H A Dauth.php68 * @param string $pass the clear text password
71 public function checkPass($user, $pass) { argument
88 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
126 * @param string $pass
132 protected function _createUserLine($user, $pass, $name, $mail, $grps) { argument
134 $userline = array($user, $pass, $name, $mail, $groups);
153 * @param string $pass
159 public function createUser($user, $pass, $name, $mail, $grps = null) { argument
169 $pass = auth_cryptPassword($pwd);
175 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
/plugin/authjoomla/
H A Dauth.php25 public function checkPass($user, $pass) argument
33 return parent::checkPass($user, $pass);
/plugin/authldaplocal/
H A Dauth.php78 * @param string $pass
81 public function checkPass($user, $pass) { argument
83 if(empty($pass)) return false;
127 if(!@ldap_bind($this->con, $dn, $pass)) {
144 if(!@ldap_bind($this->con, $dn, $pass)) {
316 * @param string $pass
322 protected function _createUserLine($user, $pass, $name, $mail, $grps) { argument
324 $userline = array($user, $pass, $name, $mail, $groups);
366 $pass = '';
377 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { argument
/plugin/authlinotp/
H A Dauth.php20 public function checkPass($user, $pass) { argument
22 assert(is_string($pass));
34 $escPassword = urlencode($pass);
/plugin/authloginapi/
H A Dauth.php30 * @param string $pass Cleartext Password
34 public function trustExternal($user, $pass, $sticky = false) argument
/plugin/authmantis/
H A DLICENSE.md39 gratis or for a fee, you must pass on to the recipients the same
H A Dauth.php60 * @param string $pass Cleartext Password
64 public function trustExternal( $user, $pass, $sticky = false ) { argument
71 $pass = auth_prepare_password( $pass );
82 if( auth_attempt_login( $user, $pass, $sticky ) ) {
/plugin/authnc/
H A Dauth.php73 * @param string $pass Cleartext Password
78 public function trustExternal($user, $pass, $sticky = false) argument
88 $xml = $this->nc_request($server, $user, $pass);
110 $_SESSION[DOKU_COOKIE]['auth']['pass'] = $pass;
132 * @param string $pass the clear text password
136 public function checkPass($user, $pass) argument
180 * @param string $pass
438 * @param string $pass the users password
442 protected function nc_request($url, $user, $pass) { argument
443 curl_setopt($this->curl, CURLOPT_USERPWD, $user . ':' . $pass);
/plugin/authopenldapkerberos/
H A Dauth.php31 public function checkPass($user, $pass) argument
35 $p->initPassword($user, $pass);
/plugin/authowncloud/
H A Dauth.php63 * @param string $pass
66 public function checkPass($user, $pass) { argument
67 if(OC_USER::checkPassword($user,$pass)) return true;
/plugin/authplaincas/
H A Dauth.php269 function trustExternal ($user,$pass,$sticky=false) argument
/plugin/authradius/
H A Dauth.php72 public function checkPass($user, $pass) { argument
83 radius_put_attr($this->radius,RADIUS_USER_PASSWORD,$pass);
97 $ntresp = GenerateNTResponse($auth_Challenge, $peer_Challenge, $user, $pass);
110 radius_put_attr($this->radius,RADIUS_USER_PASSWORD,$pass);

12345678910>>...15