|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 844 of file class.WordLevelDiff.php.
| _DiffEngine::_compareseq | ( | $xoff, | |
| $xlim, | |||
| $yoff, | |||
| $ylim | |||
| ) |
Definition at line 1109 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 980 of file class.WordLevelDiff.php.
References $i, $n, $x, $y, _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 1066 of file class.WordLevelDiff.php.
References $end, and 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 954 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 1172 of file class.WordLevelDiff.php.
References $changed, $i, and USE_ASSERTS.
Referenced by diff().
Here is the caller graph for this function:| _DiffEngine::diff | ( | $from_lines, | |
| $to_lines | |||
| ) |
Definition at line 848 of file class.WordLevelDiff.php.
References _compareseq(), _line_hash(), _shift_boundaries(), and USE_ASSERTS.
Referenced by Diff\__construct().
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 846 of file class.WordLevelDiff.php.