Home
last modified time | relevance | path

Searched refs:rawWiki (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php40 $old_content = rawWiki($id, $rev);
41 $new_content = rawWiki($id);
62 $tdiff = rawWiki($id);
/dokuwiki/inc/Action/
H A DSource.php32 $TEXT = rawWiki($ID, $REV);
H A DRevert.php43 $text = rawWiki($ID, $REV);
H A DEdit.php63 $TEXT = rawWiki($ID, $REV);
H A DExport.php57 $output = rawWiki($ID, $REV);
/dokuwiki/inc/Feed/
H A DFeedPageProcessor.php209 explode("\n", rawWiki($this->getId(), $prev)),
210 explode("\n", rawWiki($this->getId(), ''))
213 return new Diff([''], explode("\n", rawWiki($this->getId(), '')));
/dokuwiki/lib/plugins/revert/
H A Dadmin.php99 $data = rawWiki($id, $REV);
137 if (strpos(rawWiki($recent['id']), (string) $filter) === false) continue;
/dokuwiki/inc/Ui/
H A DPageDiff.php73 'text' => rawWiki($this->id),
155 $text = rawWiki($this->id, $rev);
/dokuwiki/inc/
H A Dindexer.php189 if ($evt->advise_before()) $data['body'] = $data['body'] . " " . rawWiki($page);
H A Dfulltext.php106 'text' => rawWiki($id)
453 $text = rawWiki($id);
H A Dsearch.php410 $item['hash'] = md5(trim(rawWiki($item['id'])));
H A Dcommon.php1029 function rawWiki($id, $rev = '') function
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php669 $this->assertEquals($content, rawWiki($id));
702 $this->assertEquals($content . $morecontent, rawWiki($id));
/dokuwiki/inc/Remote/
H A DApiCore.php406 $text = rawWiki($page, $rev);