[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
"Inline" diff renderer. Copyright 2004-2010 The Horde Project (http://www.horde.org/)
Author: | Ciprian Popovici |
File Size: | 206 lines (6 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
Text_Diff_Renderer_inline:: (8 methods):
_blockHeader()
_startBlock()
_lines()
_added()
_deleted()
_changed()
_splitOnWords()
_encode()
Class: Text_Diff_Renderer_inline - X-Ref
"Inline" diff renderer._blockHeader($xbeg, $xlen, $ybeg, $ylen) X-Ref |
What are we currently splitting on? Used to recurse to show word-level or character-level changes. |
_startBlock($header) X-Ref |
No description |
_lines($lines, $prefix = ' ', $encode = true) X-Ref |
No description |
_added($lines) X-Ref |
No description |
_deleted($lines, $words = false) X-Ref |
No description |
_changed($orig, $final) X-Ref |
No description |
_splitOnWords($string, $newlineEscape = "\n") X-Ref |
No description |
_encode(&$string) X-Ref |
No description |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |