Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php6 use Sabre\HTTP\URLUtil; alias
82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
152 list(, $r[]) = URLUtil::splitPath($row);
H A DPrincipal.php6 use Sabre\HTTP\URLUtil; alias
145 list(, $name) = URLUtil::splitPath($uri);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php7 use Sabre\HTTP\URLUtil; alias
108 list($rowPrefix) = URLUtil::splitPath($row['uri']);
271 list($rowPrefix) = URLUtil::splitPath($row['uri']);
314 list($rowPrefix) = URLUtil::splitPath($row['uri']);
/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/webdav/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
H A DURLUtil.php18 class URLUtil { class

12