Home
last modified time | relevance | path

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

12345678910

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php60 $path = $request->getPath();
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php78 $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.php734 $requestPath = $request->getPath();
846 $path = $propFind->getPath();
917 $result['href'] = $propFind->getPath();
1220 $path = $request->getPath();
1528 $realUri = $request->getPath();
H A DTemporaryFileFilterPlugin.php112 if (!$tempLocation = $this->isTempFile($request->getPath()))
268 'href' => $request->getPath(),
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php117 $path = $request->getPath();
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php83 $path = $propFind->getPath();
86 $this->backend->propFind($propFind->getPath(), $propFind);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php728 $path = $request->getPath();
841 $path = $propFind->getPath();
1016 $path = $request->getPath();
1250 $uri = $this->server->httpRequest->getPath();
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md42 * #41: Fixing bugs related to comparing URLs in `Request::getPath()`.
178 * 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/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php42 $subRequest->setUrl($remoteUrl . $request->getPath());
/plugin/davcal/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
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestTest.php90 $this->assertEquals('bar', $request->getPath());
100 $this->assertEquals('bar', $request->getPath());
110 $this->assertEquals('', $request->getPath());
123 $request->getPath();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js242 return require('@electron/remote').app.getPath('documents');
254 var appDataDir = require('@electron/remote').app.getPath('appData');

12345678910