Searched refs:cleanPath (Results 1 – 7 of 7) sorted by relevance
/plugin/fixredirectlinks/ |
D | action.php | 52 … $cleanPath = ltrim(preg_replace(["/$dokuRel/i", '/\/doku.php/i'], ["", ""], $path), "/"); 53 if($cleanPath) { 54 $cleanPath = str_replace("/", ":", $cleanPath); 55 $id = $cleanPath;
|
/plugin/filelist/ |
D | Path.php | 49 $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);
|
D | syntax.php | 76 $path = Path::cleanPath($path, false);
|
/plugin/combo/ComboStrap/ |
D | MarkupRef.php | 415 $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/ |
D | pfctools.php | 86 $p1 = realpath(cleanPath($p1)); 87 $p2 = realpath(cleanPath($p2)); 117 function cleanPath($path) function
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
D | FileInfo.php | 272 $this->path = $this->cleanPath($path); 281 protected function cleanPath($path) function in splitbrain\\PHPArchive\\FileInfo
|
/plugin/elwikiupgrade/ |
D | VerboseTarLib.class.php | 131 $filename = $this->cleanPath($header['filename']); 249 $name = $this->cleanPath($name); 290 $name = $this->cleanPath($name); 544 public function cleanPath($path) { function in VerboseTar
|