Home
last modified time | relevance | path

Searched refs:DiffFormatter (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Ui/
H A DPageDiff.php258 $DiffFormatter = new InlineDiffFormatter();
277 $DiffFormatter = new TableDiffFormatter();
282 echo $this->insertSoftbreaks($DiffFormatter->format($Difference));
/dokuwiki/inc/
H A DDifferenceEngine.php713 class DiffFormatter { class
1089 class UnifiedDiffFormatter extends DiffFormatter {
1120 class TableDiffFormatter extends DiffFormatter {
1234 class InlineDiffFormatter extends DiffFormatter {