ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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. More... | |
_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 830 of file class.WordLevelDiff.php.
_DiffEngine::_compareseq | ( | $xoff, | |
$xlim, | |||
$yoff, | |||
$ylim | |||
) |
Definition at line 1095 of file class.WordLevelDiff.php.
_DiffEngine::_diag | ( | $xoff, | |
$xlim, | |||
$yoff, | |||
$ylim, | |||
$nchunks | |||
) |
Definition at line 966 of file class.WordLevelDiff.php.
References $i, $x, $y, array, and USE_ASSERTS.
_DiffEngine::_lcs_pos | ( | $ypos | ) |
Definition at line 1052 of file class.WordLevelDiff.php.
References $end, $n, array, and USE_ASSERTS.
_DiffEngine::_line_hash | ( | $line | ) |
Returns the whole line if it's small enough, or the MD5 hash otherwise.
Definition at line 940 of file class.WordLevelDiff.php.
_DiffEngine::_shift_boundaries | ( | $lines, | |
& | $changed, | ||
$other_changed | |||
) |
_DiffEngine::diff | ( | $from_lines, | |
$to_lines | |||
) |
Definition at line 834 of file class.WordLevelDiff.php.
const _DiffEngine::MAX_XREF_LENGTH = 10000 |
Definition at line 832 of file class.WordLevelDiff.php.