/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/ |
H A D | Node.php | 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 | 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 | 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 | 166 list(, $tempPath) = URLUtil::splitPath($path);
|
H A D | Server.php | 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 | 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 | 163 list(, $tempPath) = URLUtil::splitPath($path);
|
H A D | Server.php | 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 | 82 list(, $name) = URLUtil::splitPath($this->principalPrefix); 152 list(, $r[]) = URLUtil::splitPath($row);
|
H A D | Principal.php | 145 list(, $name) = URLUtil::splitPath($uri);
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | AbstractPrincipalCollection.php | 82 list(, $name) = URLUtil::splitPath($this->principalPrefix); 152 list(, $r[]) = URLUtil::splitPath($row);
|
H A D | Principal.php | 143 list(, $name) = URLUtil::splitPath($uri);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name'])); 225 list(, $newName) = URLUtil::splitPath(trim($file['name'])); 230 list(, $newName) = URLUtil::splitPath($newName); 287 list(, $displayPath) = URLUtil::splitPath($subPath); 454 list($parentUri) = URLUtil::splitPath($path);
|
H A D | GuessContentType.php | 77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name'])); 225 list(, $newName) = URLUtil::splitPath(trim($file['name'])); 230 list(, $newName) = URLUtil::splitPath($newName); 287 list(, $displayPath) = URLUtil::splitPath($subPath); 457 list($parentUri) = URLUtil::splitPath($path);
|
H A D | GuessContentType.php | 77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 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/lib/ |
H A D | URLUtil.php | 83 static function splitPath($path) { function in Sabre\\HTTP\\URLUtil
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | URLUtil.php | 83 static function splitPath($path) { function in Sabre\\HTTP\\URLUtil
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 108 list($rowPrefix) = URLUtil::splitPath($row['uri']); 272 list($rowPrefix) = URLUtil::splitPath($row['uri']);
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | URLUtilTest.php | 122 $output = URLUtil::splitPath($input);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/ |
H A D | Plugin.php | 123 list(, $userName) = URLUtil::splitPath(
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 61 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 59 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | ScheduleDeliverTest.php | 623 list($parent, $base) = \Sabre\HTTP\UrlUtil::splitPath($path);
|