Home
last modified time | relevance | path

Searched refs:mapped_to_lines (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DDifferenceEngine.php675 * $mapped_to_lines are what is actually compared
678 * @param string[] $mapped_to_lines This array should
681 function __construct($from_lines, $to_lines, $mapped_from_lines, $mapped_to_lines) { argument
684 assert(count($to_lines) == count($mapped_to_lines));
686 parent::__construct($mapped_from_lines, $mapped_to_lines);