|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for DiffFormatter:Public Member Functions | |
| 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) | |
Data Fields | |
| $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 831 of file class.WordLevelDiff.php.
| DiffFormatter::_added | ( | $lines | ) |
Definition at line 993 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block(), and _changed().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_block | ( | $xbeg, | |
| $xlen, | |||
| $ybeg, | |||
| $ylen, | |||
| $edits | |||
| ) |
Definition at line 926 of file class.WordLevelDiff.php.
References _added(), _block_header(), _changed(), _context(), _deleted(), _end_block(), and _start_block().
Referenced by format().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_block_header | ( | $xbeg, | |
| $xlen, | |||
| $ybeg, | |||
| $ylen | |||
| ) |
Definition at line 960 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_changed | ( | $orig, | |
| $closing | |||
| ) |
Definition at line 1002 of file class.WordLevelDiff.php.
References _added(), and _deleted().
Referenced by _block().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_context | ( | $lines | ) |
Definition at line 988 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_deleted | ( | $lines | ) |
Definition at line 997 of file class.WordLevelDiff.php.
References _lines().
Referenced by _block(), and _changed().
Here is the call graph for this function:
Here is the caller graph for this function:| DiffFormatter::_end_block | ( | ) |
Definition at line 977 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_end_diff | ( | ) |
Definition at line 953 of file class.WordLevelDiff.php.
Referenced by format().
Here is the caller graph for this function:| DiffFormatter::_lines | ( | $lines, | |
$prefix = ' ' |
|||
| ) |
Definition at line 981 of file class.WordLevelDiff.php.
Referenced by _added(), _context(), and _deleted().
Here is the caller graph for this function:| DiffFormatter::_start_block | ( | $header | ) |
Definition at line 972 of file class.WordLevelDiff.php.
Referenced by _block().
Here is the caller graph for this function:| DiffFormatter::_start_diff | ( | ) |
Definition at line 948 of file class.WordLevelDiff.php.
Referenced by format().
Here is the caller graph for this function:| DiffFormatter::format | ( | $diff | ) |
Format a diff.
| $diff | object A Diff object. |
Definition at line 855 of file class.WordLevelDiff.php.
References $context, $leading_context_lines, $trailing_context_lines, _block(), _end_diff(), and _start_diff().
Here is the call graph for this function:| DiffFormatter::$leading_context_lines = 0 |
Number of leading context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
Definition at line 839 of file class.WordLevelDiff.php.
Referenced by format().
| DiffFormatter::$trailing_context_lines = 0 |
Number of trailing context "lines" to preserve.
This should be left at zero for this class, but subclasses may want to set this to other values.
Definition at line 847 of file class.WordLevelDiff.php.
Referenced by format().