Home
last modified time | relevance | path

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

/web-bugs/src/Horde/Text/
H A DDiff.php142 public function lcs() function in Horde_Text_Diff
144 $lcs = 0;
147 $lcs += count($edit->orig);
150 return $lcs;
/web-bugs/src/Horde/Text/Diff/Engine/
H A DNative.php44 unset($this->lcs);
171 $this->lcs = 0;
180 for ($i = 0; $i <= $this->lcs; $i++) {
209 $ymid = $ymids[$this->lcs];
217 return array($this->lcs, $seps);
222 $end = $this->lcs;
224 $this->seq[++$this->lcs] = $ypos;
226 return $this->lcs;
276 $lcs = 0;
282 list($lcs, $seps)
[all …]

Completed in 5 milliseconds