Home
last modified time | relevance | path

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

12

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
25 $this->assertEquals($str, URLUtil::decodePath($newStr));
34 $newStr = URLUtil::encodePathSegment($str);
49 $this->assertEquals($str, URLUtil::decodePathSegment($newStr));
56 $newStr = URLUtil::decodePath($str);
67 $newStr = URLUtil::decodePath($str);
78 $newStr = URLUtil::decodePath($str);
91 $newStr = URLUtil::decodePath($str);
92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
122 $output = URLUtil::splitPath($input);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php6 use Sabre\HTTP\URLUtil; alias
46 list(, $name) = URLUtil::splitPath($this->path);
59 list($parentPath, ) = URLUtil::splitPath($this->path);
60 list(, $newName) = URLUtil::splitPath($name);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php6 use Sabre\HTTP\URLUtil; alias
46 list(, $name) = URLUtil::splitPath($this->path);
59 list($parentPath, ) = URLUtil::splitPath($this->path);
60 list(, $newName) = URLUtil::splitPath($name);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php5 use Sabre\HTTP\URLUtil; alias
64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
H A DTemporaryFileFilterPlugin.php7 use Sabre\HTTP\URLUtil; alias
166 list(, $tempPath) = URLUtil::splitPath($path);
H A DServer.php13 use Sabre\HTTP\URLUtil; alias
379 $decodedUri = URLUtil::decodePath($uri);
578 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
741 list($destinationDir) = URLUtil::splitPath($destination);
1079 list($dir, $name) = URLUtil::splitPath($uri);
1160 list($parentUri, $newName) = URLUtil::splitPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php5 use Sabre\HTTP\URLUtil; alias
64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
256 list($parent, $node) = URLUtil::splitPath($path);
H A DTemporaryFileFilterPlugin.php7 use Sabre\HTTP\URLUtil; alias
163 list(, $tempPath) = URLUtil::splitPath($path);
H A DServer.php9 use Sabre\HTTP\URLUtil; alias
373 $decodedUri = URLUtil::decodePath($uri);
545 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
708 list($destinationDir) = URLUtil::splitPath($destination);
1014 list($dir, $name) = URLUtil::splitPath($uri);
1095 list($parentUri, $newName) = URLUtil::splitPath($uri);
/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/davcal/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
143 list(, $name) = URLUtil::splitPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php7 use Sabre\HTTP\URLUtil; alias
187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name']));
225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
230 list(, $newName) = URLUtil::splitPath($newName);
286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
287 list(, $displayPath) = URLUtil::splitPath($subPath);
454 list($parentUri) = URLUtil::splitPath($path);
455 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
H A DGuessContentType.php5 use Sabre\HTTP\URLUtil; alias
77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php9 use Sabre\HTTP\URLUtil; alias
187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name']));
225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
230 list(, $newName) = URLUtil::splitPath($newName);
286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
287 list(, $displayPath) = URLUtil::splitPath($subPath);
457 list($parentUri) = URLUtil::splitPath($path);
458 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
H A DGuessContentType.php8 use Sabre\HTTP\URLUtil; alias
77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
/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/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php7 use Sabre\HTTP\URLUtil; alias
123 list(, $userName) = URLUtil::splitPath(
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php7 use Sabre\HTTP\URLUtil; alias
108 list($rowPrefix) = URLUtil::splitPath($row['uri']);
272 list($rowPrefix) = URLUtil::splitPath($row['uri']);
/plugin/webdav/vendor/sabre/http/lib/
H A DURLUtil.php18 class URLUtil { class
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php18 class URLUtil { class
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php9 use Sabre\HTTP\URLUtil; alias
61 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php9 use Sabre\HTTP\URLUtil; alias
59 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md15 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
104 * Added: `URLUtil::resolve()` to make resolving relative urls super easy.
221 * Added: URLUtil, methods for calculation relative and base urls.

12