Home
last modified time | relevance | path

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

/plugin/fixredirectlinks/
Daction.php52 … $cleanPath = ltrim(preg_replace(["/$dokuRel/i", '/\/doku.php/i'], ["", ""], $path), "/");
53 if($cleanPath) {
54 $cleanPath = str_replace("/", ":", $cleanPath);
55 $id = $cleanPath;
/plugin/filelist/
DPath.php49 $alias = static::cleanPath($line);
59 $line = static::cleanPath($line);
81 $path = static::cleanPath($path, $addTrailingSlash);
116 public static function cleanPath($path, $addTrailingSlash = true) function in dokuwiki\\plugin\\filelist\\Path
168 $dataPath = self::cleanPath($conf['savedir']);
172 $wikiDir = self::cleanPath(DOKU_INC);
Dsyntax.php76 $path = Path::cleanPath($path, false);
/plugin/combo/ComboStrap/
DMarkupRef.php415 $cleanPath = cleanID($wikiPath);
417 $cleanPath = "$cleanPath:";
422 …$cleanPath = WikiPath::CURRENT_PATH_CHARACTER . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT . $clea…
424 $cleanPath = WikiPath::CURRENT_PATH_CHARACTER . $cleanPath;
429 …$cleanPath = WikiPath::CURRENT_PARENT_PATH_CHARACTER . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT …
431 $cleanPath = WikiPath::CURRENT_PARENT_PATH_CHARACTER . $cleanPath;
436 $cleanPath = ":$cleanPath";
438 return $cleanPath;
/plugin/freechat/phpfreechat/src/
Dpfctools.php86 $p1 = realpath(cleanPath($p1));
87 $p2 = realpath(cleanPath($p2));
117 function cleanPath($path) function
/plugin/upgrade/vendor/splitbrain/php-archive/src/
DFileInfo.php272 $this->path = $this->cleanPath($path);
281 protected function cleanPath($path) function in splitbrain\\PHPArchive\\FileInfo
/plugin/elwikiupgrade/
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