Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php112 var $xv = array(); variable in _DiffEngine
130 $this->xv = $this->yv = array();
166 $this->xv[] = $line;
171 $this->_compareseq(0, count($this->xv), 0, count($this->yv));
250 $ymatches[$this->xv[$i]][] = $i;
269 $line = $flip ? $this->yv[$x] : $this->xv[$x];
349 while ($xoff < $xlim && $yoff < $ylim && $this->xv[$xoff] == $this->yv[$yoff]) {
355 while ($xlim > $xoff && $ylim > $yoff && $this->xv[$xlim - 1] == $this->yv[$ylim - 1]) {