MediaWiki  REL1_22
DifferenceEngine

Classes

class  _DiffEngine
 Class used internally by Diff to actually compute the diffs. More...
class  _DiffOp
class  _DiffOp_Add
class  _DiffOp_Change
class  _DiffOp_Copy
class  _DiffOp_Delete
class  _HWLDF_WordAccumulator
class  ArrayDiffFormatter
 A pseudo-formatter that just passes along the Diff::$edits array. More...
class  Diff
 Class representing a 'diff' between two sequences of strings. More...
class  DifferenceEngine
class  DiffFormatter
 A class to format Diffs. More...
class  MappedDiff
class  RangeDifference
 Alternative representation of a set of changes, by the index ranges that are changed. More...
class  TableDiffFormatter
 Wikipedia Table style diff formatter. More...
class  UnifiedDiffFormatter
 A formatter that outputs unified diffs. More...
class  WikiDiff3
 This diff implementation is mainly lifted from the LCS algorithm of the Eclipse project which in turn is based on Myers' "An O(ND) difference algorithm and its variations" (http://citeseer.ist.psu.edu/myers86ond.html) with range compression (see Wu et al. More...
class  WordLevelDiff

Files

file  DairikiDiff.php
 

A PHP diff engine for phpwiki.


file  DifferenceEngine.php
 

User interface for the difference engine.


file  WikiDiff3.php
 

New version of the difference engine.