Home
last modified time | relevance | path

Searched refs:HTTP (Results 176 – 200 of 376) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php3 namespace Sabre\HTTP;
H A DURLUtilTest.php3 namespace Sabre\HTTP;
H A DUtilTest.php3 namespace Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php9 use Sabre\HTTP; alias
10 use Sabre\HTTP\RequestInterface;
11 use Sabre\HTTP\ResponseInterface;
220 list(, $principalId) = \Sabre\HTTP\URLUtil::splitPath($principal);
751 $result = HTTP\Util::negotiate(
H A DVCFExportPlugin.php7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php6 use Sabre\HTTP; alias
7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
95 $auth = new HTTP\Auth\Basic(
135 $auth = new HTTP\Auth\Basic(
H A DAbstractDigest.php5 use Sabre\HTTP; alias
7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
97 $digest = new HTTP\Auth\Digest(
152 $auth = new HTTP\Auth\Digest(
H A DApache.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
H A DBackendInterface.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
7 use Sabre\HTTP\URLUtil;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php5 use Sabre\HTTP\URLUtil;
H A DMapGetToPropFind.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockACLNode.php6 use Sabre\HTTP; alias
H A DMockPrincipal.php6 use Sabre\HTTP; alias
H A DPluginAdminTest.php6 use Sabre\HTTP; alias
24 $fakeServer->sapi = new HTTP\SapiMock();
30 $request = HTTP\Sapi::createFromServerArray(array(
36 $response = new HTTP\ResponseMock();
60 $fakeServer->sapi = new HTTP\SapiMock();
69 $request = HTTP\Sapi::createFromServerArray(array(
75 $response = new HTTP\ResponseMock();
H A DPluginPropertiesTest.php6 use Sabre\HTTP; alias
161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DPDOMySQLTest.php6 use Sabre\HTTP; alias
H A DPDOSqliteTest.php6 use Sabre\HTTP; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php7 use Sabre\HTTP; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DResponseMock.php3 namespace Sabre\HTTP;
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php14 use Sabre\HTTP\Sapi;
15 use Sabre\HTTP\Client;
H A Dstringify.php13 use Sabre\HTTP\Request;
14 use Sabre\HTTP\Response;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Util;
H A DAbstractAuth.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php8 use Sabre\HTTP\RequestInterface;
9 use Sabre\HTTP\ResponseInterface;
134 $format = \Sabre\HTTP\Util::Negotiate(

12345678910>>...16