Home
last modified time | relevance | path

Searched refs:isExisting (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Feed/
H A DFeedMediaProcessorTest.php54 $this->assertTrue($proc->isExisting());
55 $this->assertTrue($proc->isExisting());
H A DFeedPageProcessorTest.php83 $this->assertTrue($proc->isExisting());
/dokuwiki/inc/Feed/
H A DFeedMediaProcessor.php58 if ($this->isExisting()) {
127 public function isExisting() function in dokuwiki\\Feed\\FeedMediaProcessor
H A DFeedPageProcessor.php66 if ($this->isExisting()) {
140 public function isExisting() function in dokuwiki\\Feed\\FeedPageProcessor