/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | AllowAccessTest.php | 13 protected $server; variable in Sabre\\DAVACL\\AllowAccessTest 33 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 42 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 51 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 60 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 69 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 78 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 87 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 96 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 105 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… [all …]
|
H A D | ACLMethodTest.php | 17 $server->addPlugin($acl); 19 $acl->httpAcl($server->httpRequest, $server->httpResponse); 42 $acl->httpACL($server->httpRequest, $server->httpResponse); 62 $this->assertFalse($acl->httpACL($server->httpRequest, $server->httpResponse)); 87 $acl->httpACL($server->httpRequest, $server->httpResponse); 115 $acl->httpACL($server->httpRequest, $server->httpResponse); 140 $acl->httpACL($server->httpRequest, $server->httpResponse); 165 $acl->httpACL($server->httpRequest, $server->httpResponse); 198 $acl->httpACL($server->httpRequest, $server->httpResponse); 231 $acl->httpACL($server->httpRequest, $server->httpResponse); [all …]
|
H A D | BlockAccessTest.php | 13 protected $server; variable in Sabre\\DAVACL\\BlockAccessTest 37 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 46 …$r = $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]… 59 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 71 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 83 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 95 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 107 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 119 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 131 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); [all …]
|
H A D | PrincipalPropertySearchTest.php | 60 $server = $this->getServer(); 63 $server->exec(); 102 $server->exec(); 142 $server->exec(); 144 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body); 215 $server->exec(); 217 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body); 287 $server->exec(); 289 $this->assertEquals(207, $server->httpResponse->status, $server->httpResponse->body); 352 $server->exec(); [all …]
|
H A D | PluginUpdatePropertiesTest.php | 18 $server = new DAV\Server($tree); 19 $server->addPlugin(new Plugin()); 38 $server = new DAV\Server($tree); 39 $server->addPlugin(new Plugin()); 59 $server = new DAV\Server($tree); 60 $server->addPlugin(new Plugin()); 62 $result = $server->updateProperties('foo', [ 83 $server = new DAV\Server($tree); 84 $server->addPlugin(new Plugin()); 97 $server = new DAV\Server($tree); [all …]
|
H A D | PrincipalSearchPropertySetTest.php | 46 $server = $this->getServer(); 47 $server->httpRequest = $request; 49 $server->exec(); 73 $server = $this->getServer(); 74 $server->httpRequest = $request; 76 $server->exec(); 78 $this->assertEquals(400, $server->httpResponse->status, $server->httpResponse->body); 100 $server = $this->getServer(); 101 $server->httpRequest = $request; 103 $server->exec(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerSimpleTest.php | 15 $server = new Server($nodes); 39 $server = new Server(1); 47 $this->server->exec(); 68 $this->server->exec(); 93 $this->server->exec(); 117 $this->server->exec(); 237 $server = new Server(); 255 $server = new Server(); 373 $this->server->exec(); 399 $this->server->exec(); [all …]
|
H A D | ServerPreconditionTest.php | 17 $server = new Server($root); 29 $server = new Server($root); 42 $server = new Server($root); 54 $server = new Server($root); 69 $server = new Server($root); 81 $server = new Server($root); 93 $server = new Server($root); 172 $this->assertFalse($server->checkPreconditions($httpRequest, $server->httpResponse)); 191 $server->exec(); 193 $this->assertFalse($server->checkPreconditions($httpRequest, $server->httpResponse)); [all …]
|
H A D | ServerEventsTest.php | 16 $this->server->on('afterBind', [$this,'afterBindHandler']); 20 $this->server->createFile($newPath,'body'); 43 $this->server->exec(); 50 $this->assertFalse($this->server->createFile('bla','body')); 58 $this->server->httpRequest = $req; 59 $this->server->exec(); 79 $this->server->httpRequest = $req; 80 $this->server->exec(); 95 $this->server->on('method', function() use (&$k) { 102 $this->server->on('method', function() use (&$k) { [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | FreeBusyRequestTest.php | 15 protected $server; variable in Sabre\\CalDAV\\Schedule\\FreeBusyRequestTest 74 $this->server = new DAV\Server($tree); 90 $this->server->addPlugin($this->plugin); 107 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse) 121 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse) 135 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse) 159 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse); 183 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse); 209 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse); 234 $this->plugin->httpPost($this->server->httpRequest, $this->server->httpResponse); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/ |
H A D | PluginTest.php | 43 $this->server->exec(); 69 $this->server->exec(); 126 $this->server->exec(); 131 $this->server->exec(); 155 $this->server->exec(); 166 $this->server->exec(); 326 $this->server->invokeMethod($request, $this->server->httpResponse); 332 $this->server->invokeMethod($request, $this->server->httpResponse); 362 $this->server->invokeMethod($request, $this->server->httpResponse); 371 $this->server->invokeMethod($request, $this->server->httpResponse); [all …]
|
H A D | MSWordTest.php | 18 $server = new DAV\Server($tree); 19 $server->debugExceptions = true; 22 $server->addPlugin($locksPlugin); 26 $server->httpRequest = $this->getLockRequest(); 27 $server->httpResponse = $response1; 28 $server->sapi = new HTTP\SapiMock(); 29 $server->exec(); 40 $server->httpResponse = $response2; 41 $server->exec(); 50 $server->httpResponse = $response3; [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | CorePlugin.php | 24 protected $server; variable in Sabre\\DAV\\CorePlugin 29 * @param Server $server 32 function initialize(Server $server) { argument 34 $this->server = $server; 122 $range = $this->server->getHTTPRange(); 287 $this->server->tree->delete($path); 332 $depth = $this->server->getHTTPDepth(1); 352 $prefer = $this->server->getHTTPPrefer(); 712 $result = $this->server->xml->parse( 747 $this->server->protectedProperties, [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | CorePlugin.php | 24 protected $server; variable in Sabre\\DAV\\CorePlugin 29 * @param Server $server 32 function initialize(Server $server) { argument 34 $this->server = $server; 120 $range = $this->server->getHTTPRange(); 287 $this->server->tree->delete($path); 332 $depth = $this->server->getHTTPDepth(1); 352 $prefer = $this->server->getHTTPPrefer(); 387 $prefer = $this->server->getHTTPPrefer(); 712 $result = $this->server->xml->parse( [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 51 protected $server; variable in Sabre\\CalDAV\\Plugin 179 function initialize(DAV\Server $server) { argument 181 $this->server = $server; 208 array_push($server->protectedProperties, 443 [$this->server, 'calculateUri'], 512 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri()); 770 $this->server->httpRequest, 771 $this->server->httpResponse, 799 $this->server->httpRequest, 800 $this->server->httpResponse, [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 50 protected $server; variable in Sabre\\CalDAV\\Plugin 168 function initialize(DAV\Server $server) { argument 170 $this->server = $server; 195 array_push($server->protectedProperties, 428 [$this->server, 'calculateUri'], 494 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri()); 736 $this->server->httpRequest, 737 $this->server->httpResponse, 765 $this->server->httpRequest, 766 $this->server->httpResponse, [all …]
|
H A D | SharingPlugin.php | 42 protected $server; variable in Sabre\\CalDAV\\SharingPlugin 83 function initialize(DAV\Server $server) { argument 85 $this->server = $server; 89 $this->server->protectedProperties, 101 $this->server->on('method:POST', [$this, 'httpPost']); 213 $node = $this->server->tree->getNodeForPath($path); 282 $acl = $this->server->getPlugin('acl'); 310 $acl = $this->server->getPlugin('acl'); 331 $writer = $this->server->xml->getWriter($this->server->getBaseUri()); 354 $acl = $this->server->getPlugin('acl'); [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 59 protected $server; variable in Sabre\\DAVACL\\Plugin 213 $this->server->httpRequest, 214 $this->server->httpResponse 506 $this->server->emit( 804 function initialize(DAV\Server $server) { argument 814 $this->server = $server; 1340 $this->server->httpResponse->setBody( 1341 $this->server->xml->write( 1344 $this->server->getBaseUri() 1372 $xml = $this->server->xml->write( [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 18 protected $server; variable in Sabre\\CalDAV\\Notifications\\PluginTest 40 $this->server = new DAV\Server($root); 42 $this->server->debugExceptions = true; 43 $this->server->setBaseUri('/'); 45 $this->server->addPlugin($this->plugin); 57 $this->server->addPlugin($authPlugin); 131 $server->httpResponse = $httpResponse; 133 $server->addPlugin($caldav); 135 $caldav->httpGet($server->httpRequest, $server->httpResponse); 156 $server = new DAV\Server(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | FreeBusyReportTest.php | 21 protected $server; variable in Sabre\\CalDAV\\FreeBusyReportTest 85 $this->server = new DAV\Server([$calendar]); 90 $this->server->httpRequest = $request; 91 $this->server->httpResponse = new HTTP\ResponseMock(); 94 $this->server->addPlugin($this->plugin); 107 $report = $this->server->xml->parse($reportXML, null, $rootElem); 110 $this->assertEquals(200, $this->server->httpResponse->status); 129 $report = $this->server->xml->parse($reportXML, null, $rootElem); 142 $this->server->httpRequest = $request; 161 $this->server = new DAV\Server(); [all …]
|
H A D | PluginTest.php | 17 protected $server; variable in Sabre\\CalDAV\\PluginTest 119 $this->server->exec(); 135 $this->server->exec(); 188 $this->server->exec(); 241 $this->server->exec(); 294 $this->server->exec(); 348 $this->server->exec(); 397 $this->server->exec(); 445 $this->server->exec(); 590 $this->server->exec(); [all …]
|
/plugin/webdav/core/ |
H A D | Server.php | 23 public $server; variable in dokuwiki\\plugin\\webdav\\core\\Server 60 $this->server->setBaseUri($base_uri); 64 $this->server::$exposeVersion = false; 67 $this->server->addPlugin(new Plugin\Exception); 71 $this->server->addPlugin(new DAV\Browser\Plugin); 85 $this->server->addPlugin(new DAV\Mount\Plugin); 87 $this->server->addPlugin(new Plugin\DokuWiki); 102 $this->server->addPlugin($tmp_file_filter_plugin); 117 $this->server->addPlugin($plugin); 120 return $this->server; [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 48 protected $server; variable in Sabre\\CardDAV\\Plugin 63 function initialize(DAV\Server $server) { argument 91 $this->server = $server; 249 [$this->server, 'calculateUri'], 266 $prefer = $this->server->getHTTPPrefer(); 271 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($propertyList, $prefer['re… 389 $depth = $this->server->getHTTPDepth(0); 393 $this->server->tree->getNodeForPath($this->server->getRequestUri()) 399 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri()); 458 $prefer = $this->server->getHTTPPrefer(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | AddressBookQueryTest.php | 35 $this->server->httpRequest = $request; 36 $this->server->httpResponse = $response; 38 $this->server->exec(); 85 $this->server->httpRequest = $request; 88 $this->server->exec(); 130 $this->server->httpRequest = $request; 133 $this->server->exec(); 172 $this->server->exec(); 215 $this->server->exec(); 260 $this->server->exec(); [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 54 protected $server; variable in Sabre\\DAVACL\\Plugin 674 function initialize(DAV\Server $server) { argument 676 $this->server = $server; 687 array_push($server->protectedProperties, 1112 $depth = $this->server->getHTTPDepth(0); 1117 $xml = $this->server->xml->write( 1120 $this->server->getBaseUri() 1124 $this->server->httpResponse->setBody($xml); 1199 $writer = $this->server->xml->getWriter(); 1262 $prefer = $this->server->getHTTPPrefer(); [all …]
|