Searched refs:getRev (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/inc/Feed/ |
| H A D | FeedMediaProcessor.php | 18 'rev' => $this->getRev() 23 'rev' => $this->getRev(), 33 'rev' => $this->getRev(), 88 public function getRev() function in dokuwiki\\Feed\\FeedMediaProcessor 90 $rev = parent::getRev(); 157 $content .= '<th width="50%">' . ($src1 ? $src1->getRev() : '') . '</th>';
|
| H A D | FeedPageProcessor.php | 25 'page' => ['rev' => $this->getRev()], 26 'rev' => ['rev' => $this->getRev(), 'do' => 'revisions'], 28 default => ['rev' => $this->getRev(), 'do' => 'diff'], 61 $html = p_wiki_xhtml($this->getId(), $this->getRev(), false); 101 public function getRev() function in dokuwiki\\Feed\\FeedPageProcessor 103 $rev = parent::getRev();
|
| H A D | FeedItemProcessor.php | 54 public function getRev() function in dokuwiki\\Feed\\FeedItemProcessor
|
| H A D | FeedCreator.php | 87 $item->date = $proc->getRev();
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 81 $this->assertEquals($expectedMtime, $proc->getRev());
|
| H A D | FeedMediaProcessorTest.php | 52 $this->assertEquals($expectedMtime, $proc->getRev());
|
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 42 public function getRev() function in dokuwiki\\File\\MediaFile
|