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;
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.php12 * DokuWiki PageDiff Interface
18 class PageDiff extends Diff class
32 * PageDiff Ui constructor
113 // read preference from DokuWiki cookie. PageDiff only
/dokuwiki/inc/
H A Dhtml.php22 use dokuwiki\Ui\PageDiff;
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);
19 use dokuwiki\Ui\PageDiff; global() alias