[ Index ] |
PHP Cross Reference of MyBB |
[Source view] [Print] [Project Stats]
Copyright 2007-2011 Horde LLC (http://www.horde.org/)
Author: | Geoffrey T. Dairiki <dairiki@dairiki.org> |
File Size: | 59 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Text_Diff_Mapped:: (1 method):
__construct()
Class: Horde_Text_Diff_Mapped - X-Ref
__construct($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: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |