Home
last modified time | relevance | path

Searched refs:HTTP (Results 76 – 100 of 376) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DFunctionsTest.php3 namespace Sabre\HTTP;
H A DMessageDecoratorTest.php3 namespace Sabre\HTTP;
H A DMessageTest.php3 namespace Sabre\HTTP;
H A DRequestDecoratorTest.php3 namespace Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php7 use Sabre\HTTP\URLUtil;
8 use Sabre\HTTP\RequestInterface;
9 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php6 use Sabre\HTTP\URLUtil;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php6 use Sabre\HTTP; alias
7 use Sabre\HTTP\RequestInterface;
8 use Sabre\HTTP\ResponseInterface;
9 use Sabre\HTTP\URLUtil;
222 $this->sapi = new HTTP\Sapi();
223 $this->httpResponse = new HTTP\Response();
662 \Sabre\HTTP\parsePrefer($prefer)
827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1322 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1333 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
[all …]
H A DTemporaryFileFilterPlugin.php5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
7 use Sabre\HTTP\URLUtil;
H A DTree.php5 use Sabre\HTTP\URLUtil;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php6 use Sabre\HTTP\RequestInterface;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php123 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
134 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php8 use Sabre\HTTP; alias
78 HTTP\Util::toHTTPDate($this->time)
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php6 use Sabre\HTTP\URLUtil;
H A DPlugin.php8 use Sabre\HTTP\RequestInterface;
9 use Sabre\HTTP\ResponseInterface;
H A DPrincipal.php6 use Sabre\HTTP\URLUtil;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php7 use Sabre\HTTP\URLUtil;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php4 use Sabre\HTTP; alias
56 $request = HTTP\Sapi::createFromServerArray([
H A DExpandEventsDTSTARTandDTENDbyDayTest.php4 use Sabre\HTTP; alias
47 $request = HTTP\Sapi::createFromServerArray(array(
H A DExpandEventsDoubleEventsTest.php5 use Sabre\HTTP; alias
59 $request = HTTP\Sapi::createFromServerArray([
H A DExpandEventsFloatingTimeTest.php4 use Sabre\HTTP; alias
71 $request = new HTTP\Request('REPORT', '/calendars/user1/calendar1', [
124 $request = new HTTP\Request('REPORT', '/calendars/user1/calendar1', [
173 …$request = new HTTP\Request('GET', '/calendars/user1/calendar1?export&start=1&end=2000000000&expan…
H A DFreeBusyReportTest.php7 use Sabre\HTTP; alias
87 $request = HTTP\Sapi::createFromServerArray([
91 $this->server->httpResponse = new HTTP\ResponseMock();
139 $request = HTTP\Sapi::createFromServerArray(array(

12345678910>>...16