Home
last modified time | relevance | path

Searched refs:AUTH_BASIC (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php54 const AUTH_BASIC = 1; define in Sabre\\DAV\\Client
135 if ($settings['authType'] & self::AUTH_BASIC) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php53 const AUTH_BASIC = 1; define in Sabre\\DAV\\Client
134 if ($settings['authType'] & self::AUTH_BASIC) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php49 'authType' => Client::AUTH_BASIC
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1236 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from