Home
last modified time | relevance | path

Searched refs:getPath (Results 226 – 245 of 245) sorted by path

12345678910

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php230 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php156 $path = $propFind->getPath();
H A DVCFExportPlugin.php60 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
H A DMapGetToPropFind.php49 $node = $this->server->tree->getNodeForPath($request->getPath());
H A DPlugin.php128 $this->server->tree->getNodeForPath($request->getPath());
139 $this->generateDirectoryIndex($request->getPath())
178 $uri = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php80 $path = $request->getPath();
212 $methods = $this->server->getAllowedMethods($request->getPath());
284 $path = $request->getPath();
317 $path = $request->getPath();
376 $path = $request->getPath();
450 $path = $request->getPath();
555 $path = $request->getPath();
622 $path = $request->getPath();
674 $path = $request->getPath();
710 $path = $request->getPath();
[all …]
H A DPropFind.php187 function getPath() { function in Sabre\\DAV\\PropFind
H A DServer.php767 $requestPath = $request->getPath();
890 $path = $propFind->getPath();
984 $result['href'] = $propFind->getPath();
1296 $path = $request->getPath();
1604 $realUri = $request->getPath();
H A DTemporaryFileFilterPlugin.php112 if (!$tempLocation = $this->isTempFile($request->getPath()))
271 'href' => $request->getPath(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php101 $this->getLocks($propFind->getPath())
173 $uri = $request->getPath();
282 $path = $request->getPath();
428 $request->getPath(),
438 $request->getPath(),
444 $request->getPath(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php117 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php88 $path = $propFind->getPath();
91 $this->backend->propFind($propFind->getPath(), $propFind);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php186 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php876 $path = $request->getPath();
988 $path = $propFind->getPath();
1168 $path = $request->getPath();
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md75 * #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
211 * Changed: Request::getPath does not return the query part of the url, so
H A DREADME.md312 $subRequest->setUrl($remoteUrl . $request->getPath());
421 function getPath();
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php191 function getPath() { function in Sabre\\HTTP\\Request
H A DRequestDecorator.php143 function getPath() { function in Sabre\\HTTP\\RequestDecorator
145 return $this->inner->getPath();
H A DRequestInterface.php95 function getPath(); function

12345678910