Home
last modified time | relevance | path

Searched refs:encodePath (Results 1 – 12 of 12) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
455 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php29 static function encodePath($path) { function in Sabre\\HTTP\\URLUtil
31 return encodePath($path);
H A Dfunctions.php386 function encodePath($path) { function
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php125 …$writer->writeElement('{DAV:}href', $writer->contextUri . \Sabre\HTTP\encodePath($this->getHref())…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLocalHref.php41 return \Sabre\HTTP\encodePath($href);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1487 * Fixed: Much faster implementation of Sabre_DAV_URLUtil::encodePath.
1608 * Fixed: Issue 150: Faster URLUtil::encodePath() implementation.
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php386 function encodePath($path) { function
H A DURLUtil.php29 static function encodePath($path) { function in Sabre\\HTTP\\URLUtil
31 return encodePath($path);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php1482 …'href' => isset($row['share_href']) ? $row['share_href'] : \Sabre\HTTP\encodePath($row['principa…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);
458 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);