Home
last modified time | relevance | path

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

/plugin/slacknotifier/helper/
H A DFormatter.php30 $link = $this->buildUrl($page, $event->newRevision);
35 $diffURL = $this->buildUrl($page, $event->newRevision, $event->oldRevision);
54 private function buildUrl(string $page, int $rev, ?int $oldRev = null): ?string
50 private function buildUrl(string $page, int $rev, ?int $oldRev = null): ?string global() function in dokuwiki\\plugin\\slacknotifier\\helper\\Formatter
/plugin/multiorphan/
H A Dscript.js157 var buildUrl = function (id) { function
177 href: url || buildUrl(id),