Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php672 * @param string[] $mapped_from_lines This array should
674 * The elements in $mapped_from_lines and
681 function __construct($from_lines, $to_lines, $mapped_from_lines, $mapped_to_lines) { argument
683 assert(count($from_lines) == count($mapped_from_lines));
686 parent::__construct($mapped_from_lines, $mapped_to_lines);