|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 1720 of file class.WordLevelDiff.php.
| TableDiffFormatter::__construct | ( | ) |
Definition at line 1722 of file class.WordLevelDiff.php.
| TableDiffFormatter::_added | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1762 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 1727 of file class.WordLevelDiff.php.
References $r.
| TableDiffFormatter::_changed | ( | $orig, | |
| $closing | |||
| ) |
Reimplemented from DiffFormatter.
Definition at line 1784 of file class.WordLevelDiff.php.
References $orig, addedLine(), deletedLine(), and emptyLine().
Here is the call graph for this function:| TableDiffFormatter::_context | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1776 of file class.WordLevelDiff.php.
References contextLine().
Here is the call graph for this function:| TableDiffFormatter::_deleted | ( | $lines | ) |
Reimplemented from DiffFormatter.
Definition at line 1769 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 1737 of file class.WordLevelDiff.php.
| TableDiffFormatter::_lines | ( | $lines, | |
$prefix = ' ', |
|||
$color = 'white' |
|||
| ) |
Definition at line 1740 of file class.WordLevelDiff.php.
| TableDiffFormatter::_start_block | ( | $header | ) |
Reimplemented from DiffFormatter.
Definition at line 1733 of file class.WordLevelDiff.php.
References $header.
| TableDiffFormatter::addedLine | ( | $line | ) |
Definition at line 1744 of file class.WordLevelDiff.php.
Referenced by _added(), and _changed().
Here is the caller graph for this function:| TableDiffFormatter::contextLine | ( | $line | ) |
Definition at line 1754 of file class.WordLevelDiff.php.
Referenced by _context().
Here is the caller graph for this function:| TableDiffFormatter::deletedLine | ( | $line | ) |
Definition at line 1749 of file class.WordLevelDiff.php.
Referenced by _changed(), and _deleted().
Here is the caller graph for this function:| TableDiffFormatter::emptyLine | ( | ) |
Definition at line 1758 of file class.WordLevelDiff.php.
Referenced by _added(), _changed(), and _deleted().
Here is the caller graph for this function: