ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
diff ($from_lines, $to_lines) | |
_line_hash ($line) | |
Returns the whole line if it's small enough, or the MD5 hash otherwise. | |
_diag ($xoff, $xlim, $yoff, $ylim, $nchunks) | |
_lcs_pos ($ypos) | |
_compareseq ($xoff, $xlim, $yoff, $ylim) | |
_shift_boundaries ($lines, &$changed, $other_changed) |
Data Fields | |
const | MAX_XREF_LENGTH = 10000 |
Definition at line 767 of file class.WordLevelDiff.php.
_DiffEngine::_compareseq | ( | $xoff, | |
$xlim, | |||
$yoff, | |||
$ylim | |||
) |
Definition at line 1011 of file class.WordLevelDiff.php.
_DiffEngine::_diag | ( | $xoff, | |
$xlim, | |||
$yoff, | |||
$ylim, | |||
$nchunks | |||
) |
Definition at line 892 of file class.WordLevelDiff.php.
References $x, $y, _lcs_pos(), and USE_ASSERTS.
_DiffEngine::_lcs_pos | ( | $ypos | ) |
Definition at line 970 of file class.WordLevelDiff.php.
References $n.
Referenced by _diag().
_DiffEngine::_line_hash | ( | $line | ) |
Returns the whole line if it's small enough, or the MD5 hash otherwise.
Definition at line 867 of file class.WordLevelDiff.php.
_DiffEngine::_shift_boundaries | ( | $lines, | |
& | $changed, | ||
$other_changed | |||
) |
Definition at line 1071 of file class.WordLevelDiff.php.
_DiffEngine::diff | ( | $from_lines, | |
$to_lines | |||
) |
Definition at line 771 of file class.WordLevelDiff.php.
const _DiffEngine::MAX_XREF_LENGTH = 10000 |
Definition at line 769 of file class.WordLevelDiff.php.