Home
last modified time | relevance | path

Searched refs:beforeMethod (Results 1 – 15 of 15) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php65 $this->assertEquals('OPTIONS',$this->testPlugin->beforeMethod);
H A DTestPlugin.php11 public $beforeMethod; variable in Sabre\\DAV\\TestPlugin
31 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TestPlugin
33 $this->beforeMethod = $request->getMethod();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php110 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TemporaryFileFilterPlugin
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php725 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAVACL\\Plugin
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php60 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response());
93 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
H A DSharingPluginTest.php65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php85 $this->authPlugin->beforeMethod($this->request, $this->response);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php146 $this->authPlugin->beforeMethod(new Request(), new Response());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php138 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Plugin
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
H A DSimplePluginTest.php160 $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());
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php873 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAVACL\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php130 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php110 function beforeMethod(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\TemporaryFileFilterPlugin