Searched refs:cleanPath (Results 1 – 4 of 4) sorted by relevance
415 $cleanPath = cleanID($wikiPath);417 $cleanPath = "$cleanPath:";422 $cleanPath = WikiPath::CURRENT_PATH_CHARACTER . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT . $cleanPath;424 $cleanPath = WikiPath::CURRENT_PATH_CHARACTER . $cleanPath;429 $cleanPath = WikiPath::CURRENT_PARENT_PATH_CHARACTER . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT . $cleanPath;431 $cleanPath [all...]
272 $this->path = $this->cleanPath($path);281 protected function cleanPath($path) function in splitbrain\\PHPArchive\\FileInfo
86 $p1 = realpath(cleanPath($p1));87 $p2 = realpath(cleanPath($p2));117 function cleanPath($path) function
131 $filename = $this->cleanPath($header['filename']);249 $name = $this->cleanPath($name);290 $name = $this->cleanPath($name);544 public function cleanPath($path) { function in VerboseTar