Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php759 $this->_block($x0, $ntrail + $xi - $x0, $y0, $ntrail + $yi - $y0, $block);
784 $this->_block($x0, $xi - $x0, $y0, $yi - $y0, $block);
796 function _block($xbeg, $xlen, $ybeg, $ylen, &$edits) { function in DiffFormatter