Searched refs:encodePath (Results 1 – 12 of 12) sorted by relevance
29 static function encodePath($path) { function in Sabre\\HTTP\\URLUtil31 return encodePath($path);
386 function encodePath($path) { function
12 $newStr = URLUtil::encodePath($str);92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
41 return \Sabre\HTTP\encodePath($href);
125 …$writer->writeElement('{DAV:}href', $writer->contextUri . \Sabre\HTTP\encodePath($this->getHref())…
286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);455 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
286 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($subPath);458 $fullPath = $this->server->getBaseUri() . URLUtil::encodePath($parentUri);
1482 …'href' => isset($row['share_href']) ? $row['share_href'] : \Sabre\HTTP\encodePath($row['principa…
1487 * Fixed: Much faster implementation of Sabre_DAV_URLUtil::encodePath.1608 * Fixed: Issue 150: Faster URLUtil::encodePath() implementation.
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...