[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/3rdparty/diff/Diff/ -> ThreeWay.php (summary)

A class for computing three way merges.

Author: Geoffrey T. Dairiki <dairiki@dairiki.org>
File Size: 150 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Text_Diff_ThreeWay:: (3 methods):
  __construct()
  mergedOutput()
  _diff3()


Class: Horde_Text_Diff_ThreeWay  - X-Ref

__construct($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
No description



2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref