Home
last modified time | relevance | path

Searched refs:_shift_boundaries (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A DDifferenceEngine.php174 $this->_shift_boundaries($from_lines, $this->xchanged, $this->ychanged);
175 $this->_shift_boundaries($to_lines, $this->ychanged, $this->xchanged);
407 function _shift_boundaries($lines, &$changed, $other_changed) { function in _DiffEngine