Searched refs:getEffectivePath (Results 1 – 2 of 2) sorted by relevance
56 $repoPath = GitBackedUtil::getEffectivePath($this->getConf('repoPath'));67 $repoWorkDir = GitBackedUtil::getEffectivePath($repoWorkDir);138 …$repoPath = str_replace('\\', '/', realpath(GitBackedUtil::getEffectivePath($this->getConf('repoPa…
77 public static function getEffectivePath($path) function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitBackedUtil