| [ Index ] |
PHP Cross Reference of MyBB 1.6.7 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 55 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Text_Diff_Mapped:: (1 method):
Text_Diff_Mapped()
Class: Text_Diff_Mapped - X-Ref
$Horde: framework/Text_Diff/Diff/Mapped.php,v 1.3.2.3 2008/01/04 10:37:27 jan Exp $| Text_Diff_Mapped($from_lines, $to_lines,$mapped_from_lines, $mapped_to_lines) X-Ref |
| Computes a diff between sequences of strings. This can be used to compute things like case-insensitve diffs, or diffs which ignore changes in white-space. param: array $from_lines An array of strings. param: array $to_lines An array of strings. param: array $mapped_from_lines This array should have the same size param: array $mapped_to_lines This array should have the same number |
| Generated: Sat Mar 31 17:55:03 2012 | Cross-referenced by PHPXref 0.7.1 |