| [ Index ] |
PHP Cross Reference of MyBB 1.6.7 |
[Source view] [Print] [Project Stats]
A class for computing three way diffs. $Horde: framework/Text_Diff/Diff3.php,v 1.2.10.6 2008/01/04 10:37:26 jan Exp $
| File Size: | 282 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file inc/3rdparty/diff/Diff.php |
Text_Diff3:: (3 methods):
Text_Diff3()
mergedOutput()
_diff3()
Text_Diff3_Op:: (3 methods):
Text_Diff3_Op()
merged()
isConflict()
Text_Diff3_Op_copy:: (3 methods):
Text_Diff3_Op_Copy()
merged()
isConflict()
Text_Diff3_BlockBuilder:: (8 methods):
Text_Diff3_BlockBuilder()
input()
out1()
out2()
isEmpty()
finish()
_init()
_append()
Class: Text_Diff3 - X-Ref
A class for computing three way diffs.| Text_Diff3($orig, $final1, $final2) X-Ref |
| Computes diff between 3 sequences of strings. param: array $orig The original lines to use. param: array $final1 The first version to compare to. param: array $final2 The second version to compare to. |
| mergedOutput($label1 = false, $label2 = false) X-Ref |
| No description |
| _diff3($edits1, $edits2) X-Ref |
Class: Text_Diff3_Op - X-Ref
| Text_Diff3_Op($orig = false, $final1 = false, $final2 = false) X-Ref |
| No description |
| merged() X-Ref |
| No description |
| isConflict() X-Ref |
| No description |
Class: Text_Diff3_Op_copy - X-Ref
| Text_Diff3_Op_Copy($lines = false) X-Ref |
| No description |
| merged() X-Ref |
| No description |
| isConflict() X-Ref |
| No description |
Class: Text_Diff3_BlockBuilder - X-Ref
| Generated: Sat Mar 31 17:55:03 2012 | Cross-referenced by PHPXref 0.7.1 |