Home
last modified time | relevance | path

Searched refs:HTTP (Results 76 – 100 of 376) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue228Test.php4 use Sabre\HTTP; alias
47 $request = HTTP\Sapi::createFromServerArray(array(
H A DIssue211Test.php4 use Sabre\HTTP; alias
58 $request = HTTP\Sapi::createFromServerArray(array(
H A DIssue220Test.php5 use Sabre\HTTP; alias
68 $request = HTTP\Sapi::createFromServerArray(array(
H A DExpandEventsDoubleEventsTest.php5 use Sabre\HTTP; alias
59 $request = HTTP\Sapi::createFromServerArray([
H A DGetEventsByTimerangeTest.php4 use Sabre\HTTP; alias
50 $request = new HTTP\Request(
/plugin/davcal/vendor/sabre/http/examples/
H A Dstringify.php13 use Sabre\HTTP\Request;
14 use Sabre\HTTP\Response;
H A Dreverseproxy.php14 use Sabre\HTTP\Sapi;
15 use Sabre\HTTP\Client;
/plugin/authhttp/
H A Dplugin.info.txt5 name HTTP Authentication Auth plugin
6 desc Authenticate against HTTP authentication credentials
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBackendInterface.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
H A DApache.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBackendInterface.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
H A DApache.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTestPlugin.php6 Sabre\HTTP\RequestInterface,
7 Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php7 Sabre\HTTP\Sapi,
8 Sabre\HTTP\Response;
H A DMock.php7 Sabre\HTTP\RequestInterface,
8 Sabre\HTTP\ResponseInterface;
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php15 use Sabre\HTTP\RequestInterface;
16 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DMapGetToPropFindTest.php6 use Sabre\HTTP; alias
26 $request = HTTP\Sapi::createFromServerArray($serverVars);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DVCFExportTest.php5 use Sabre\HTTP; alias
46 $request = HTTP\Sapi::createFromServerArray(array(
H A DAbstractPluginTest.php7 use Sabre\HTTP; alias
37 $this->server->sapi = new HTTP\SapiMock();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md7 Note that this is not a HTTP message implementation of its own. It is merely an
8 interface that describes a HTTP message. See the specification for more details.
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php7 use Sabre\HTTP; alias
78 HTTP\Util::toHTTPDate($this->time)

12345678910>>...16