Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dgittool.php314 $repourl = $ext->getSourcerepoURL();
315 if (!$repourl) return false;
318 if (preg_match('/github\.com\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
325 if (preg_match('/gitorious.org\/([^\/]+)\/([^\/]+)?/i', $repourl, $m)) {
334 if (preg_match('/bitbucket\.org\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {