ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($orig_lines, $closing_lines) | |
_split ($lines) | |
orig () | |
closing () | |
Public Member Functions inherited from MappedDiff | |
__construct ( $from_lines, $to_lines, $mapped_from_lines, $mapped_to_lines) | |
Constructor. More... | |
Public Member Functions inherited from Diff | |
__construct ($from_lines, $to_lines) | |
Constructor. More... | |
reverse () | |
Compute reversed Diff. More... | |
isEmpty () | |
Check for empty diff. More... | |
lcs () | |
Compute the length of the Longest Common Subsequence (LCS). More... | |
orig () | |
Get the original set of lines. More... | |
closing () | |
Get the closing set of lines. More... | |
_check ($from_lines, $to_lines) | |
Check a Diff for validity. More... | |
Data Fields | |
const | MAX_LINE_LENGTH = 10000 |
Data Fields inherited from Diff | |
$edits | |
Definition at line 1772 of file class.WordLevelDiff.php.
WordLevelDiff::__construct | ( | $orig_lines, | |
$closing_lines | |||
) |
Definition at line 1776 of file class.WordLevelDiff.php.
WordLevelDiff::_split | ( | $lines | ) |
Definition at line 1793 of file class.WordLevelDiff.php.
WordLevelDiff::closing | ( | ) |
Definition at line 1847 of file class.WordLevelDiff.php.
References $orig, and _HWLDF_WordAccumulator\addWords().
WordLevelDiff::orig | ( | ) |
Definition at line 1829 of file class.WordLevelDiff.php.
const WordLevelDiff::MAX_LINE_LENGTH = 10000 |
Definition at line 1774 of file class.WordLevelDiff.php.