Searched refs:PageDiff (Results 1 – 5 of 5) sorted by relevance
5 use dokuwiki\Ui\PageDiff; alias39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
60 … (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
18 class PageDiff extends Diff class
24 use dokuwiki\Ui\PageDiff; alias548 dbg_deprecated('see ' . PageDiff::class . '::buildDiffHead()');565 dbg_deprecated(PageDiff::class . '::show()');567 (new PageDiff($INFO['id']))->compareWith($text)->preference([585 dbg_deprecated('see ' . PageDiff::class . '::buildRevisionsNavigation()');601 dbg_deprecated('see ' . PageDiff::class . '::diffViewlink()');614 dbg_deprecated(PageDiff::class . '::insertSoftbreaks()');615 return (new PageDiff())->insertSoftbreaks($diffhtml);