Home
last modified time | relevance | path

Searched refs:PageDiff (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Action/
H A DDiff.php5 use dokuwiki\Ui\PageDiff; alias
39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
/dokuwiki/inc/Ui/
H A DPageConflict.php60 … (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
H A DPageDraft.php35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
H A DPageDiff.php18 class PageDiff extends Diff class
/dokuwiki/inc/
H A Dhtml.php22 use dokuwiki\Ui\PageDiff; alias
545 dbg_deprecated('see ' . PageDiff::class . '::buildDiffHead()');
562 dbg_deprecated(PageDiff::class . '::show()');
564 (new PageDiff($INFO['id']))->compareWith($text)->preference([
582 dbg_deprecated('see ' . PageDiff::class . '::buildRevisionsNavigation()');
598 dbg_deprecated('see ' . PageDiff::class . '::diffViewlink()');
611 dbg_deprecated(PageDiff::class . '::insertSoftbreaks()');
612 return (new PageDiff())->insertSoftbreaks($diffhtml);