Home
last modified time | relevance | path

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

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