Home
last modified time | relevance | path

Searched refs:HTTP (Results 101 – 125 of 376) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DGetEventsByTimerangeTest.php4 use Sabre\HTTP; alias
50 $request = new HTTP\Request(
H A DICSExportPluginTest.php6 use Sabre\HTTP; alias
198 $s->sapi = new HTTP\SapiMock();
253 $s->sapi = new HTTP\SapiMock();
289 $s->sapi = new HTTP\SapiMock();
325 $s->sapi = new HTTP\SapiMock();
365 $s->sapi = new HTTP\SapiMock();
401 $s->sapi = new HTTP\SapiMock();
441 $s->sapi = new HTTP\SapiMock();
479 $s->sapi = new HTTP\SapiMock();
516 $s->sapi = new HTTP\SapiMock();
[all …]
H A DIssue203Test.php4 use Sabre\HTTP; alias
60 $request = HTTP\Sapi::createFromServerArray(array(
H A DIssue205Test.php4 use Sabre\HTTP; alias
53 $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 DIssue228Test.php4 use Sabre\HTTP; alias
47 $request = HTTP\Sapi::createFromServerArray(array(
H A DJCalTransformTest.php5 use Sabre\HTTP\Request;
H A DPluginTest.php8 Sabre\HTTP, alias
76 $this->server->sapi = new HTTP\SapiMock();
89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response());
93 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
95 $this->response = new HTTP\ResponseMock();
113 $request = HTTP\Sapi::createFromServerArray(array(
127 $request = HTTP\Sapi::createFromServerArray(array(
143 $request = HTTP\Sapi::createFromServerArray(array(
196 $request = HTTP\Sapi::createFromServerArray(array(
249 $request = HTTP\Sapi::createFromServerArray(array(
[all …]
H A DSharingPluginTest.php6 use Sabre\HTTP; alias
65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
124 $request = HTTP\Sapi::createFromServerArray(array(
137 $request = HTTP\Sapi::createFromServerArray(array(
151 $request = HTTP\Sapi::createFromServerArray(array(
165 $request = HTTP\Sapi::createFromServerArray(array(
208 $request = HTTP\Sapi::createFromServerArray(array(
236 $request = HTTP\Sapi::createFromServerArray(array(
257 $request = HTTP\Sapi::createFromServerArray(array(
275 $request = HTTP\Sapi::createFromServerArray(array(
[all …]
H A DValidateICalTest.php7 use Sabre\HTTP; alias
47 $this->server->sapi = new HTTP\SapiMock();
53 $response = new HTTP\ResponseMock();
58 function request(HTTP\Request $request) {
69 $request = HTTP\Sapi::createFromServerArray(array(
82 $request = HTTP\Sapi::createFromServerArray(array(
110 $request = HTTP\Sapi::createFromServerArray(array(
124 $request = HTTP\Sapi::createFromServerArray(array(
138 $request = HTTP\Sapi::createFromServerArray(array(
152 $request = HTTP\Sapi::createFromServerArray(array(
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php9 use Sabre\HTTP; alias
10 use Sabre\HTTP\Request;
41 $this->server->sapi = new HTTP\SapiMock();
60 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
62 $this->response = new HTTP\ResponseMock();
130 $httpResponse = new HTTP\ResponseMock();
159 $httpResponse = new HTTP\ResponseMock();
164 … $this->assertNull($caldav->httpGet(new HTTP\Request('GET','/foozz'), $server->httpResponse));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php6 Sabre\HTTP\Request,
H A DFreeBusyRequestTest.php8 Sabre\HTTP, alias
72 $this->response = new HTTP\ResponseMock();
100 $this->server->httpRequest = new HTTP\Request(
114 $this->server->httpRequest = new HTTP\Request(
128 $this->server->httpRequest = new HTTP\Request(
145 $this->server->httpRequest = new HTTP\Request(
168 $this->server->httpRequest = new HTTP\Request(
192 $this->server->httpRequest = new HTTP\Request(
218 $this->server->httpRequest = new HTTP\Request(
243 $this->server->httpRequest = new HTTP\Request(
[all …]
H A DOutboxPostTest.php5 use Sabre\HTTP; alias
18 $req = HTTP\Sapi::createFromServerArray(array(
30 $req = HTTP\Sapi::createFromServerArray(array(
41 $req = HTTP\Sapi::createFromServerArray(array(
53 $req = HTTP\Sapi::createFromServerArray(array(
68 $req = HTTP\Sapi::createFromServerArray(array(
91 $req = HTTP\Sapi::createFromServerArray(array(
114 $req = HTTP\Sapi::createFromServerArray(array(
H A DPluginPropertiesTest.php7 use Sabre\HTTP; alias
H A DPluginPropertiesWithSharedCalendarTest.php7 use Sabre\HTTP; alias
H A DScheduleDeliverTest.php5 use Sabre\HTTP\Request;
623 list($parent, $base) = \Sabre\HTTP\UrlUtil::splitPath($path);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php6 use Sabre\HTTP\Request;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAbstractPluginTest.php7 use Sabre\HTTP; alias
37 $this->server->sapi = new HTTP\SapiMock();
H A DAddressBookQueryTest.php5 use Sabre\HTTP; alias
33 $response = new HTTP\ResponseMock();
83 $response = new HTTP\ResponseMock();
128 $response = new HTTP\ResponseMock();
167 $response = new HTTP\ResponseMock();
194 $request = new HTTP\Request(
210 $response = new HTTP\ResponseMock();
239 $request = new HTTP\Request(
255 $response = new HTTP\ResponseMock();
284 $request = new HTTP\Request(
[all …]
H A DMultiGetTest.php5 use Sabre\HTTP; alias
14 $request = HTTP\Sapi::createFromServerArray(array(
30 $response = new HTTP\ResponseMock();
57 $request = HTTP\Sapi::createFromServerArray(array(
73 $response = new HTTP\ResponseMock();
H A DPluginTest.php95 …$request = new \Sabre\HTTP\Request('GET', '/addressbooks/user1/book1/card1', ['Accept: application…
96 $response = new \Sabre\HTTP\ResponseMock();
H A DSogoStripContentTypeTest.php5 use Sabre\HTTP; alias
34 $this->server->httpRequest = HTTP\Sapi::createFromServerArray(array(
45 $this->server->httpRequest = new HTTP\Request('GET','/addressbooks/user1/book1/card1.vcf', [
H A DVCFExportTest.php5 use Sabre\HTTP; alias
46 $request = HTTP\Sapi::createFromServerArray(array(

12345678910>>...16