Home
last modified time | relevance | path

Searched refs:cleanPath (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DMarkupRef.php415 $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...]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php272 $this->path = $this->cleanPath($path);
281 protected function cleanPath($path) function in splitbrain\\PHPArchive\\FileInfo
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php86 $p1 = realpath(cleanPath($p1));
87 $p2 = realpath(cleanPath($p2));
117 function cleanPath($path) function
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php131 $filename = $this->cleanPath($header['filename']);
249 $name = $this->cleanPath($name);
290 $name = $this->cleanPath($name);
544 public function cleanPath($path) { function in VerboseTar