Home
last modified time | relevance | path

Searched refs:getRequestUri (Results 1 – 10 of 10) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php39 $methods = $server->getAllowedMethods($server->getRequestUri());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php39 $methods = $server->getAllowedMethods($server->getRequestUri());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php393 $this->server->tree->getNodeForPath($this->server->getRequestUri())
399 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri());
439 $href = $this->server->getRequestUri();
441 $href = $this->server->getRequestUri() . '/' . $validNode->getName();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php436 $this->server->tree->getNodeForPath($this->server->getRequestUri())
442 $candidateNodes = $this->server->tree->getChildren($this->server->getRequestUri());
482 $href = $this->server->getRequestUri();
484 $href = $this->server->getRequestUri() . '/' . $validNode->getName();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyAssertionRequest.php169 public function getRequestUri() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyVerifyAssertionRequest
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php508 $path = $this->server->getRequestUri();
512 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
629 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
672 $uri = $this->server->getRequestUri();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php490 $path = $this->server->getRequestUri();
494 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
601 …$this->server->getPropertiesForPath($this->server->getRequestUri() . '/' . $path, $report->propert…
640 $uri = $this->server->getRequestUri();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1113 $requestUri = $this->server->getRequestUri();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php547 function getRequestUri() { function in Sabre\\DAV\\Server
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php519 function getRequestUri() { function in Sabre\\DAV\\Server