Home
last modified time | relevance | path

Searched refs:lcs (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A DDifferenceEngine.php118 var $lcs; variable in _DiffEngine
134 unset($this->lcs);
255 $this->lcs = 0;
264 for ($i = 0; $i <= $this->lcs; $i++)
294 $ymid = $ymids[$this->lcs];
302 return array($this->lcs, $seps);
306 $end = $this->lcs;
308 $this->seq[++$this->lcs] = $ypos;
310 return $this->lcs;
361 $lcs
577 function lcs() { global() function in Diff
[all...]