Home
last modified time | relevance | path

Searched refs:checkPreconditions (Results 1 – 6 of 6) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPreconditionTest.php20 $server->checkPreconditions($httpRequest, $httpResponse);
32 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
45 $server->checkPreconditions($httpRequest, $httpResponse);
57 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
72 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
84 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
96 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
109 $server->checkPreconditions($httpRequest, $httpResponse);
146 $server->checkPreconditions($httpRequest, $httpResponse);
159 $server->checkPreconditions($httpRequest, $httpResponse);
[all …]
/plugin/diffpreview/helper/
H A Dchanges.php21 public function checkPreconditions() { function in helper_plugin_diffpreview_changes
22 return $this->preview->checkPreconditions();
/plugin/diffpreview/
H A Daction.php78 $ae->checkPreconditions();
/plugin/passpolicy/
H A Daction.php164 $action->checkPreconditions();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php474 if (!$this->checkPreconditions($request, $response)) {
1294 function checkPreconditions(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Server
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php454 if (!$this->checkPreconditions($request, $response)) {
1218 function checkPreconditions(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Server