Home
last modified time | relevance | path

Searched refs:to_lines (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A DDifferenceEngine.php122 * @param array $to_lines
125 function diff($from_lines, $to_lines) { argument
127 $n_to = count($to_lines);
138 if ($from_lines[$skip] != $to_lines[$skip])
146 if ($from_lines[$xi] != $to_lines[$yi])
155 $line = $to_lines[$yi];
175 $this->_shift_boundaries($to_lines, $this->ychanged, $this->xchanged);
200 $add[] = $to_lines[$yi++];
529 * @param array $to_lines An array of strings.
531 function __construct($from_lines, $to_lines) { argument
630 _check($from_lines, $to_lines) global() argument
681 __construct($from_lines, $to_lines, $mapped_from_lines, $mapped_to_lines) global() argument
[all...]