[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 162 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Text_Diff_Engine_shell - X-Ref
Class used internally by Diff to actually compute the diffs.diff($from_lines, $to_lines) X-Ref |
Returns the array of differences. return: array all changes made (array with Text_Diff_Op_* objects) param: array $from_lines lines of text from old file param: array $to_lines lines of text from new file |
_getLines(&$text_lines, &$line_no, $end = false) X-Ref |
Get lines from either the old or new text return: array The chopped lines param: array $text_lines Either $from_lines or $to_lines (passed by reference). param: int $line_no Current line number (passed by reference). param: int $end Optional end line, when we want to chop more |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |