/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | TestPlugin.php | 11 public $beforeMethod; variable in Sabre\\DAV\\TestPlugin 31 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TestPlugin 33 $this->beforeMethod = $request->getMethod();
|
H A D | ServerPluginTest.php | 65 $this->assertEquals('OPTIONS',$this->testPlugin->beforeMethod);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | SimplePluginTest.php | 160 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response()); 187 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response()); 264 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
H A D | PluginPropertiesTest.php | 161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response()); 199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/ |
H A D | Plugin.php | 138 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/ |
H A D | Plugin.php | 130 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | TemporaryFileFilterPlugin.php | 110 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TemporaryFileFilterPlugin
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | TemporaryFileFilterPlugin.php | 110 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TemporaryFileFilterPlugin
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 60 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/ |
H A D | DAVServerTest.php | 146 $this->authPlugin->beforeMethod(new Request(), new Response());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | FreeBusyRequestTest.php | 85 $this->authPlugin->beforeMethod($this->request, $this->response);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | SharingPluginTest.php | 65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
H A D | PluginTest.php | 89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response()); 93 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 725 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAVACL\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 873 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAVACL\\Plugin
|