|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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. 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 781 of file class.WordLevelDiff.php.
| _DiffEngine::_compareseq | ( | $xoff, | |
| $xlim, | |||
| $yoff, | |||
| $ylim | |||
| ) |
Definition at line 1025 of file class.WordLevelDiff.php.
References _compareseq(), and _diag().
Referenced by _compareseq(), and diff().
Here is the call graph for this function:
Here is the caller graph for this function:| _DiffEngine::_diag | ( | $xoff, | |
| $xlim, | |||
| $yoff, | |||
| $ylim, | |||
| $nchunks | |||
| ) |
Definition at line 906 of file class.WordLevelDiff.php.
References $n, _lcs_pos(), and USE_ASSERTS.
Referenced by _compareseq().
Here is the call graph for this function:
Here is the caller graph for this function:| _DiffEngine::_lcs_pos | ( | $ypos | ) |
Definition at line 984 of file class.WordLevelDiff.php.
References USE_ASSERTS.
Referenced by _diag().
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 881 of file class.WordLevelDiff.php.
Referenced by diff().
Here is the caller graph for this function:| _DiffEngine::_shift_boundaries | ( | $lines, | |
| & | $changed, | ||
| $other_changed | |||
| ) |
Definition at line 1085 of file class.WordLevelDiff.php.
References $changed, and USE_ASSERTS.
Referenced by diff().
Here is the caller graph for this function:| _DiffEngine::diff | ( | $from_lines, | |
| $to_lines | |||
| ) |
Definition at line 785 of file class.WordLevelDiff.php.
References _compareseq(), _line_hash(), _shift_boundaries(), and USE_ASSERTS.
Referenced by Diff\Diff().
Here is the call graph for this function:
Here is the caller graph for this function:| const _DiffEngine::MAX_XREF_LENGTH = 10000 |
Definition at line 783 of file class.WordLevelDiff.php.