Home
last modified time | relevance | path

Searched refs:splitPath (Results 26 – 30 of 30) sorted by path

12

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php64 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);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
152 list(, $r[]) = URLUtil::splitPath($row);
H A DPrincipal.php145 list(, $name) = URLUtil::splitPath($uri);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php108 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 DURLUtil.php83 static function splitPath($path) { function in Sabre\\HTTP\\URLUtil

12