Home
last modified time | relevance | path

Searched refs:splitPath (Results 1 – 25 of 30) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php46 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.php46 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.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);
H A DTemporaryFileFilterPlugin.php166 list(, $tempPath) = URLUtil::splitPath($path);
H A DServer.php741 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.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);
256 list($parent, $node) = URLUtil::splitPath($path);
H A DTemporaryFileFilterPlugin.php163 list(, $tempPath) = URLUtil::splitPath($path);
H A DServer.php708 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.php82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
152 list(, $r[]) = URLUtil::splitPath($row);
H A DPrincipal.php145 list(, $name) = URLUtil::splitPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
152 list(, $r[]) = URLUtil::splitPath($row);
H A DPrincipal.php143 list(, $name) = URLUtil::splitPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php187 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 DGuessContentType.php77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php187 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 DGuessContentType.php77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
/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
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php83 static function splitPath($path) { function in Sabre\\HTTP\\URLUtil
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php108 list($rowPrefix) = URLUtil::splitPath($row['uri']);
272 list($rowPrefix) = URLUtil::splitPath($row['uri']);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php122 $output = URLUtil::splitPath($input);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php123 list(, $userName) = URLUtil::splitPath(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php61 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php59 list(, $name) = URLUtil::splitPath($this->principalInfo['uri']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php623 list($parent, $base) = \Sabre\HTTP\UrlUtil::splitPath($path);

12