Home
last modified time | relevance | path

Searched refs:getPath (Results 176 – 200 of 245) sorted by last modified time

12345678910

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php186 $path = $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/
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 DPropFind.php187 function getPath() { function in Sabre\\DAV\\PropFind
H A DTemporaryFileFilterPlugin.php112 if (!$tempLocation = $this->isTempFile($request->getPath()))
271 'href' => $request->getPath(),
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 …]
/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 DRequestDecorator.php143 function getPath() { function in Sabre\\HTTP\\RequestDecorator
145 return $this->inner->getPath();
H A DRequest.php191 function getPath() { function in Sabre\\HTTP\\Request
H A DRequestInterface.php95 function getPath(); function
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php86 $path = $request->getPath();
H A DPlugin.php273 $path = $request->getPath();
378 $membership = $aclPlugin->getPrincipalMembership($propFind->getPath());
H A DSharingPlugin.php230 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php175 $path = $request->getPath();
294 $propFind->getPath(),
361 $node = $this->server->tree->getNodeForPath($request->getPath());
736 $outboxPath = $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/DAVACL/
H A DPlugin.php876 $path = $request->getPath();
988 $path = $propFind->getPath();
1168 $path = $request->getPath();
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php117 $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/core/Plugin/
H A DFakeLocker.php136 $lockInfo->token = md5($request->getPath());
137 $lockInfo->uri = $request->getPath();
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2getPath:(function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;i…
H A Dopus.js2getPath:(function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;i…

12345678910