Home
last modified time | relevance | path

Searched refs:URLUtil (Results 26 – 31 of 31) sorted by relevance

12

/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md48 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
137 * Added: `URLUtil::resolve()` to make resolving relative urls super easy.
254 * Added: URLUtil, methods for calculation relative and base urls.
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php220 list(, $principalId) = \Sabre\HTTP\URLUtil::splitPath($principal);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php221 list(, $principalId) = \Sabre\HTTP\URLUtil::splitPath($principal);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md486 * `Sabre\DAV\URLUtil`
1608 * Fixed: Issue 150: Faster URLUtil::encodePath() implementation.
1933 * Added: URLUtil class for decoding urls.
2036 * Added: URLUtil class for decoding urls.

12