| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for _DiffEngine:
 Collaboration diagram for _DiffEngine:| 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 _lcs_pos(), and USE_ASSERTS.
 Here is the call graph for this function:
 Here is the call graph for this function:| _DiffEngine::_lcs_pos | ( | $ypos | ) | 
Definition at line 970 of file class.WordLevelDiff.php.
References $n.
Referenced by _diag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| _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.