Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Feed/
H A DFeedMediaProcessorTest.php61 $proc->getURL('page')
65 $proc->getURL('rev')
69 $proc->getURL('current')
73 $proc->getURL('diff')
H A DFeedPageProcessorTest.php90 $proc->getURL('page')
94 $proc->getURL('rev')
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php84 $this->url = $extension->getURL();
H A DExtension.php300 public function getURL() function in dokuwiki\\plugin\\extension\\Extension
H A DGuiExtension.php172 $homepage = $this->extension->getURL();
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php75 abstract public function getURL($linkto); function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedMediaProcessor.php12 public function getURL($linkto) function in dokuwiki\\Feed\\FeedMediaProcessor
H A DFeedPageProcessor.php22 public function getURL($linkto) function in dokuwiki\\Feed\\FeedPageProcessor
H A DFeedCreator.php96 $item->link = $proc->getURL($this->options->get('link_to'));