|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for TableDiffFormatter:
Collaboration diagram for TableDiffFormatter:Public Member Functions | |
| __construct () | |
| _block_header ($xbeg, $xlen, $ybeg, $ylen) | |
| _start_block ($header) | |
| _end_block () | |
| _lines ($lines, $prefix=' ', $color='white') | |
| addedLine ($line) | |
| deletedLine ($line) | |
| contextLine ($line) | |
| emptyLine () | |
| _added ($lines) | |
| _deleted ($lines) | |
| _context ($lines) | |
| _changed ($orig, $closing) | |
Public Member Functions inherited from DiffFormatter | |
| format ($diff) | |
| Format a diff. More... | |
| _block ($xbeg, $xlen, $ybeg, $ylen, &$edits) | |
| _start_diff () | |
| _end_diff () | |
| _block_header ($xbeg, $xlen, $ybeg, $ylen) | |
| _start_block ($header) | |
| _end_block () | |
| _lines ($lines, $prefix=' ') | |
| _context ($lines) | |
| _added ($lines) | |
| _deleted ($lines) | |
| _changed ($orig, $closing) | |
Additional Inherited Members | |
Data Fields inherited from DiffFormatter | |
| $leading_context_lines = 0 | |
| Number of leading context "lines" to preserve. More... | |
| $trailing_context_lines = 0 | |
| Number of trailing context "lines" to preserve. More... | |
Definition at line 1886 of file class.WordLevelDiff.php.
| TableDiffFormatter::__construct | ( | ) |
Definition at line 1888 of file class.WordLevelDiff.php.
| TableDiffFormatter::_added | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1937 of file class.WordLevelDiff.php.
References addedLine(), and emptyLine().
Here is the call graph for this function:| TableDiffFormatter::_block_header | ( | $xbeg, | |
| $xlen, | |||
| $ybeg, | |||
| $ylen | |||
| ) |
Reimplemented from DiffFormatter.
Definition at line 1894 of file class.WordLevelDiff.php.
| TableDiffFormatter::_changed | ( | $orig, | |
| $closing | |||
| ) |
Reimplemented from DiffFormatter.
Definition at line 1962 of file class.WordLevelDiff.php.
References addedLine(), deletedLine(), and emptyLine().
Here is the call graph for this function:| TableDiffFormatter::_context | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1953 of file class.WordLevelDiff.php.
References contextLine().
Here is the call graph for this function:| TableDiffFormatter::_deleted | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1945 of file class.WordLevelDiff.php.
References deletedLine(), and emptyLine().
Here is the call graph for this function:| TableDiffFormatter::_end_block | ( | ) |
Reimplemented from DiffFormatter.
Definition at line 1906 of file class.WordLevelDiff.php.
| TableDiffFormatter::_lines | ( | $lines, | |
$prefix = ' ', |
|||
$color = 'white' |
|||
| ) |
Definition at line 1910 of file class.WordLevelDiff.php.
| TableDiffFormatter::_start_block | ( | $header | ) |
Reimplemented from DiffFormatter.
Definition at line 1901 of file class.WordLevelDiff.php.
| TableDiffFormatter::addedLine | ( | $line | ) |
Definition at line 1915 of file class.WordLevelDiff.php.
Referenced by _added(), and _changed().
Here is the caller graph for this function:| TableDiffFormatter::contextLine | ( | $line | ) |
Definition at line 1927 of file class.WordLevelDiff.php.
Referenced by _context().
Here is the caller graph for this function:| TableDiffFormatter::deletedLine | ( | $line | ) |
Definition at line 1921 of file class.WordLevelDiff.php.
Referenced by _changed(), and _deleted().
Here is the caller graph for this function:| TableDiffFormatter::emptyLine | ( | ) |
Definition at line 1932 of file class.WordLevelDiff.php.
Referenced by _added(), _changed(), and _deleted().
Here is the caller graph for this function: