/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPreconditionTest.php | 5 use Sabre\HTTP; alias 19 $httpResponse = new HTTP\Response(); 31 $httpResponse = new HTTP\Response(); 44 $httpResponse = new HTTP\Response(); 56 $httpResponse = new HTTP\Response(); 71 $httpResponse = new HTTP\Response(); 83 $httpResponse = new HTTP\Response(); 95 $httpResponse = new HTTP\Response(); 108 $httpResponse = new HTTP\Response(); 120 $httpResponse = new HTTP\Response(); [all …]
|
H A D | GetIfConditionsTest.php | 5 use Sabre\HTTP; alias 14 $request = new HTTP\Request(); 23 $request = new HTTP\Request('GET', '/path/', ['If' => '(<opaquelocktoken:token1>)']); 53 $request = HTTP\Sapi::createFromServerArray($serverVars); 81 $request = HTTP\Sapi::createFromServerArray($serverVars); 110 $request = HTTP\Sapi::createFromServerArray($serverVars); 143 $request = HTTP\Sapi::createFromServerArray($serverVars); 181 $request = HTTP\Sapi::createFromServerArray($serverVars); 225 $request = HTTP\Sapi::createFromServerArray($serverVars); 252 $request = HTTP\Sapi::createFromServerArray($serverVars); [all …]
|
H A D | HttpPutTest.php | 6 use Sabre\HTTP; alias 35 $request = new HTTP\Request('PUT', '/file2', [], 'hello'); 93 $request = new HTTP\Request( 127 $request = new HTTP\Request( 161 $request = new HTTP\Request( 180 $request = new HTTP\Request( 214 $request = new HTTP\Request( 234 $request = new HTTP\Request( 255 $request = new HTTP\Request( 276 $request = new HTTP\Request( [all …]
|
H A D | ServerRangeTest.php | 4 use Sabre\HTTP; alias 25 $request = HTTP\Sapi::createFromServerArray($serverVars); 34 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.… 57 $request = HTTP\Sapi::createFromServerArray($serverVars); 89 $request = HTTP\Sapi::createFromServerArray($serverVars); 120 $request = HTTP\Sapi::createFromServerArray($serverVars); 139 $request = HTTP\Sapi::createFromServerArray($serverVars); 162 $request = HTTP\Sapi::createFromServerArray($serverVars); 197 $request = HTTP\Sapi::createFromServerArray($serverVars); 231 $request = HTTP\Sapi::createFromServerArray($serverVars); [all …]
|
H A D | ServerSimpleTest.php | 5 use Sabre\HTTP; alias 45 $request = new HTTP\Request('OPTIONS', '/'); 65 $request = new HTTP\Request('OPTIONS', '/unmapped'); 91 $request = HTTP\Sapi::createFromServerArray($serverVars); 113 $request = HTTP\Sapi::createFromServerArray($serverVars); 236 $httpRequest = HTTP\Sapi::createFromServerArray($serverVars); 254 $httpRequest = HTTP\Sapi::createFromServerArray($serverVars); 289 $httpRequest = HTTP\Sapi::createFromServerArray($serverVars); 303 $httpRequest = HTTP\Sapi::createFromServerArray($serverVars); 396 $request = HTTP\Sapi::createFromServerArray($serverVars); [all …]
|
H A D | HTTPPreferParsingTest.php | 5 use Sabre\HTTP; alias 11 $httpRequest = HTTP\Sapi::createFromServerArray([ 29 $httpRequest = HTTP\Sapi::createFromServerArray([ 47 $httpRequest = HTTP\Sapi::createFromServerArray([ 65 $httpRequest = HTTP\Sapi::createFromServerArray([ 84 $httpRequest = HTTP\Sapi::createFromServerArray([ 107 $request = HTTP\Sapi::createFromServerArray([ 136 $request = new HTTP\Request('PROPPATCH', '/', ['Prefer' => 'return-minimal']); 166 $request = new HTTP\Request('PROPPATCH', '/', ['Prefer' => 'return-minimal']);
|
H A D | HttpGetTest.php | 6 use Sabre\HTTP; alias 34 $request = new HTTP\Request('GET', '/file1'); 58 $request = new HTTP\Request('GET', '/file1'); 85 $request = new HTTP\Request('GET', '/notfound'); 94 $request = new HTTP\Request('GET', '/file1/subfile'); 106 $request = new HTTP\Request('GET', '//file1'); 130 $request = new HTTP\Request('GET', '/dir'); 139 $request = new HTTP\Request('GET', '/streaming');
|
H A D | ServerCopyMoveTest.php | 5 use Sabre\HTTP; alias 19 $this->response = new HTTP\ResponseMock(); 23 $this->server->sapi = new HTTP\SapiMock(); 60 $request = HTTP\Sapi::createFromServerArray($serverVars); 84 $request = HTTP\Sapi::createFromServerArray($serverVars); 102 $request = HTTP\Sapi::createFromServerArray($serverVars); 126 $request = HTTP\Sapi::createFromServerArray($serverVars); 142 $request = HTTP\Sapi::createFromServerArray($serverVars); 167 $request = HTTP\Sapi::createFromServerArray($serverVars); 191 $request = HTTP\Sapi::createFromServerArray($serverVars);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 6 use Sabre\HTTP; alias 12 $request = new HTTP\Request(); 13 $response = new HTTP\Response(); 25 $request = HTTP\Sapi::createFromServerArray([ 28 $response = new HTTP\Response(); 47 $response = new HTTP\Response(); 66 $response = new HTTP\Response(); 83 $response = new HTTP\Response(); 102 $response = new HTTP\Response(); 114 $request = new HTTP\Request(); [all …]
|
H A D | ApacheTest.php | 6 use Sabre\HTTP; alias 19 $request = new HTTP\Request(); 20 $response = new HTTP\Response(); 31 $request = HTTP\Sapi::createFromServerArray([ 34 $response = new HTTP\Response(); 46 $request = HTTP\Sapi::createFromServerArray([ 49 $response = new HTTP\Response(); 61 $request = new HTTP\Request(); 62 $response = new HTTP\Response();
|
H A D | AbstractBasicTest.php | 6 use Sabre\HTTP; alias 14 $request = new HTTP\Request(); 15 $response = new HTTP\Response(); 27 $request = HTTP\Sapi::createFromServerArray(array( 31 $response = new HTTP\Response(); 43 $request = HTTP\Sapi::createFromServerArray(array( 47 $response = new HTTP\Response(); 59 $request = new HTTP\Request(); 60 $response = new HTTP\Response();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/ |
H A D | PluginTest.php | 5 use Sabre\HTTP; alias 32 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]) 49 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 68 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 84 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 99 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 111 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 124 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | ICSExportPluginTest.php | 6 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 D | ValidateICalTest.php | 7 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 …]
|
H A D | SharingPluginTest.php | 6 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 D | PluginTest.php | 8 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 …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/ |
H A D | PluginTest.php | 5 use Sabre\HTTP; alias 41 $request = new HTTP\Request('LOCK', '/test.txt'); 58 $request = new HTTP\Request('LOCK', '/test.txt'); 115 $request = new HTTP\Request('LOCK', '/test.txt'); 128 $this->response = new HTTP\ResponseMock(); 144 $request = new HTTP\Request('LOCK', '/test.txt'); 159 $this->response = new HTTP\ResponseMock(); 179 $request = new HTTP\Request('LOCK', '/test.txt'); 194 $this->response = new HTTP\ResponseMock(); 389 $request = HTTP\Sapi::createFromServerArray([ [all …]
|
H A D | MSWordTest.php | 5 use Sabre\HTTP; alias 24 $response1 = new HTTP\ResponseMock(); 28 $server->sapi = new HTTP\SapiMock(); 37 $response2 = new HTTP\ResponseMock(); 48 $response3 = new HTTP\ResponseMock(); 65 $request = HTTP\Sapi::createFromServerArray(array( 89 $request = HTTP\Sapi::createFromServerArray(array( 114 $request = HTTP\Sapi::createFromServerArray(array(
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | AddressBookQueryTest.php | 5 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 D | ValidateVCardTest.php | 6 use Sabre\HTTP; alias 34 $this->server->sapi = new HTTP\SapiMock(); 40 $response = new HTTP\ResponseMock(); 45 function request(HTTP\Request $request) { 56 $request = HTTP\Sapi::createFromServerArray(array( 69 $request = HTTP\Sapi::createFromServerArray(array( 89 $request = new HTTP\Request( 105 $request = new HTTP\Request( 122 $request = HTTP\Sapi::createFromServerArray(array( 137 $request = HTTP\Sapi::createFromServerArray(array( [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | OutboxPostTest.php | 5 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 D | FreeBusyRequestTest.php | 8 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 …]
|
/plugin/semanticdata/phpSesame/ |
H A D | phpSesame.php | 174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 238 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-… 277 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-… 330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 358 …throw new Exception ('Failed to set the namespace, HTTP response error: ' . $response->getStatus()… 381 …throw new Exception ('Failed to delete the namespace, HTTP response error: ' . $response->getStatu… 403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus()); 448 …throw new Exception ('Failed to clear repository, HTTP response error: ' . $response->getStatus());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/ |
H A D | PluginTest.php | 6 use Sabre\HTTP; alias 24 $request = new HTTP\Request('GET', '/dir'); 49 $request = new HTTP\Request('GET', '/dir'); 71 $request = new HTTP\Request('GET', '/'); 94 $request = new HTTP\Request('GET', '/random'); 95 $response = new HTTP\Response(); 104 $request = new HTTP\Request('POST', '/', ['Content-Type' => 'text/xml']); 135 $request = HTTP\Sapi::createFromServerArray($serverVars); 152 $request = new HTTP\Request('GET', '/?sabreAction=asset&assetName=favicon.ico'); 169 $request = new HTTP\Request('GET', '/?sabreAction=asset&assetName=flavicon.ico'); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PluginAdminTest.php | 6 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();
|