Home
last modified time | relevance | path

Searched refs:getEffectivePath (Results 1 – 2 of 2) sorted by relevance

/plugin/gitbacked/action/
Deditcommit.php56 $repoPath = GitBackedUtil::getEffectivePath($this->getConf('repoPath'));
67 $repoWorkDir = GitBackedUtil::getEffectivePath($repoWorkDir);
138 …$repoPath = str_replace('\\', '/', realpath(GitBackedUtil::getEffectivePath($this->getConf('repoPa…
/plugin/gitbacked/classes/
DGitBackedUtil.php77 public static function getEffectivePath($path) function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitBackedUtil