Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedMediaProcessor.php19 'rev' => $this->getRev()
26 'rev' => $this->getRev(),
41 'rev' => $this->getRev(),
96 public function getRev() function in dokuwiki\\Feed\\FeedMediaProcessor
98 $rev = parent::getRev();
165 $content .= '<th width="50%">' . ($src1 ? $src1->getRev() : '') . '</th>';
H A DFeedPageProcessor.php26 $opt = ['rev' => $this->getRev()];
29 $opt = ['rev' => $this->getRev(), 'do' => 'revisions'];
36 $opt = ['rev' => $this->getRev(), 'do' => 'diff'];
69 $html = p_wiki_xhtml($this->getId(), $this->getRev(), false);
109 public function getRev() function in dokuwiki\\Feed\\FeedPageProcessor
111 $rev = parent::getRev();
H A DFeedItemProcessor.php54 public function getRev() function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedCreator.php94 $item->date = $proc->getRev();
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php81 $this->assertEquals($expectedMtime, $proc->getRev());
H A DFeedMediaProcessorTest.php52 $this->assertEquals($expectedMtime, $proc->getRev());
/dokuwiki/inc/File/
H A DMediaFile.php42 public function getRev() function in dokuwiki\\File\\MediaFile