Home
last modified time | relevance | path

Searched refs:getDownloadURL (Results 1 – 4 of 4) sorted by path

/dokuwiki/bin/
H A Dgittool.php225 $url = $plugin->getDownloadURL();
/dokuwiki/lib/plugins/extension/
H A Dcli.php234 if (!$ext->getDownloadURL()) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php511 public function getDownloadURL()
525 $currenturl = $this->getDownloadURL();
702 $url = $this->getDownloadURL();
481 public function getDownloadURL() global() function in helper_plugin_extension_extension
H A Dlist.php409 '<bdi>' . hsc($extension->getDownloadURL()) . '</bdi>',
465 $html .= ($extension->getDownloadURL()
466 ? $this->shortlink($extension->getDownloadURL())
577 if ($extension->getDownloadURL()) {
605 if ($extension->getDownloadURL()) {
612 if (!$extension->isInstalled() && $extension->getDownloadURL()) {
634 $title = 'title="' . hsc($extension->getDownloadURL()) . '"';