/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | URLUtilTest.php | 12 $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 D | Node.php | 6 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 D | Node.php | 6 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 D | Tree.php | 5 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 D | TemporaryFileFilterPlugin.php | 7 use Sabre\HTTP\URLUtil; alias 166 list(, $tempPath) = URLUtil::splitPath($path);
|
H A D | Server.php | 13 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 D | Tree.php | 5 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 D | TemporaryFileFilterPlugin.php | 7 use Sabre\HTTP\URLUtil; alias 163 list(, $tempPath) = URLUtil::splitPath($path);
|
H A D | Server.php | 9 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 D | AbstractPrincipalCollection.php | 6 use Sabre\HTTP\URLUtil; alias 82 list(, $name) = URLUtil::splitPath($this->principalPrefix); 152 list(, $r[]) = URLUtil::splitPath($row);
|
H A D | Principal.php | 6 use Sabre\HTTP\URLUtil; alias 145 list(, $name) = URLUtil::splitPath($uri);
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | AbstractPrincipalCollection.php | 6 use Sabre\HTTP\URLUtil; alias 82 list(, $name) = URLUtil::splitPath($this->principalPrefix); 152 list(, $r[]) = URLUtil::splitPath($row);
|
H A D | Principal.php | 6 use Sabre\HTTP\URLUtil; alias 143 list(, $name) = URLUtil::splitPath($uri);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 7 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 D | GuessContentType.php | 5 use Sabre\HTTP\URLUtil; alias 77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 9 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 D | GuessContentType.php | 8 use Sabre\HTTP\URLUtil; alias 77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 7 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 D | Plugin.php | 7 use Sabre\HTTP\URLUtil; alias 123 list(, $userName) = URLUtil::splitPath(
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 7 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 D | URLUtil.php | 18 class URLUtil { class
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | URLUtil.php | 18 class URLUtil { class
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 9 use Sabre\HTTP\URLUtil; alias 61 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 9 use Sabre\HTTP\URLUtil; alias 59 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
|
/plugin/davcal/vendor/sabre/http/ |
H A D | CHANGELOG.md | 15 * 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.
|