Lines Matching defs:Diff
89 * Class used internally by Diff to actually compute the diffs.
92 * Algorithm::Diff (version 1.06) by Ned Konz, which is available at:
93 * http://www.perl.com/CPAN/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip
519 class Diff {
538 * Compute reversed Diff.
542 * $diff = new Diff($lines1, $lines2);
545 * @return Diff A Diff object representing the inverse of the
623 * Check a Diff for validity.
650 trigger_error("Diff okay: LCS = $lcs", E_USER_NOTICE);
657 class MappedDiff extends Diff {
733 * @param Diff $diff A Diff object.
1129 * @param Diff $diff
1243 * @param Diff $diff
1319 class Diff3 extends Diff {