Home
last modified time | relevance | path

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

12345678910>>...13

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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 …]
/dports/audio/ampache/ampache-php74-5.0.0/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 …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/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 …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/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 …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/
H A DURLUtilTest.java19 import org.eclipse.equinox.internal.p2.core.helpers.URLUtil;
38 File result = URLUtil.toFile(encoded); in testToFile()
55 File result = URLUtil.toFile(encoded); in testToFileRelative()
70 File result = URLUtil.toFile(url); in testToFileFromLocalURL()
78 File result = URLUtil.toFile(url); in testToFileFromUNC()
83 result = URLUtil.toFile(url); in testToFileFromUNC()
/dports/www/sabredav/sabre-dav-3.2.2/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);
/dports/audio/ampache/ampache-php74-5.0.0/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);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/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);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/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);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/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);
/dports/www/sabredav/sabre-dav-3.2.2/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);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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);
/dports/audio/ampache/ampache-php74-5.0.0/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);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/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);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/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);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/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);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Browser/
H A DPlugin.php172 list(, $folderName) = DAV\URLUtil::splitPath(trim($postVars['name']));
180 list(, $newName) = DAV\URLUtil::splitPath(trim($file['name']));
185 list(, $newName) = DAV\URLUtil::splitPath($newName);
259 list($parentUri) = DAV\URLUtil::splitPath($path);
260 $fullPath = DAV\URLUtil::encodePath($this->server->getBaseUri() . $parentUri);
278 list(, $name) = DAV\URLUtil::splitPath($file['href']);
333 …$fullPath = DAV\URLUtil::encodePath('/' . trim($this->server->getBaseUri() . ($path?$path . '/':''…
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Browser/
H A DPlugin.php172 list(, $folderName) = DAV\URLUtil::splitPath(trim($postVars['name']));
180 list(, $newName) = DAV\URLUtil::splitPath(trim($file['name']));
185 list(, $newName) = DAV\URLUtil::splitPath($newName);
259 list($parentUri) = DAV\URLUtil::splitPath($path);
260 $fullPath = DAV\URLUtil::encodePath($this->server->getBaseUri() . $parentUri);
278 list(, $name) = DAV\URLUtil::splitPath($file['href']);
333 …$fullPath = DAV\URLUtil::encodePath('/' . trim($this->server->getBaseUri() . ($path?$path . '/':''…
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/Browser/
H A DPlugin.php172 list(, $folderName) = DAV\URLUtil::splitPath(trim($postVars['name']));
180 list(, $newName) = DAV\URLUtil::splitPath(trim($file['name']));
185 list(, $newName) = DAV\URLUtil::splitPath($newName);
259 list($parentUri) = DAV\URLUtil::splitPath($path);
260 $fullPath = DAV\URLUtil::encodePath($this->server->getBaseUri() . $parentUri);
278 list(, $name) = DAV\URLUtil::splitPath($file['href']);
333 …$fullPath = DAV\URLUtil::encodePath('/' . trim($this->server->getBaseUri() . ($path?$path . '/':''…
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/FS/
H A DNode.php45 list(, $name) = DAV\URLUtil::splitPath($this->path);
58 list($parentPath, ) = DAV\URLUtil::splitPath($this->path);
59 list(, $newName) = DAV\URLUtil::splitPath($name);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/FS/
H A DNode.php45 list(, $name) = DAV\URLUtil::splitPath($this->path);
58 list($parentPath, ) = DAV\URLUtil::splitPath($this->path);
59 list(, $newName) = DAV\URLUtil::splitPath($name);
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/FS/
H A DNode.php45 list(, $name) = DAV\URLUtil::splitPath($this->path);
58 list($parentPath, ) = DAV\URLUtil::splitPath($this->path);
59 list(, $newName) = DAV\URLUtil::splitPath($name);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DTree.php60 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
78 list($sourceDir, $sourceName) = URLUtil::splitPath($sourcePath);
79 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
104 list($parent) = URLUtil::splitPath($path);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DTree.php60 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
78 list($sourceDir, $sourceName) = URLUtil::splitPath($sourcePath);
79 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
104 list($parent) = URLUtil::splitPath($path);

12345678910>>...13