Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php47 * @param LongestCommonSubsequence $lcs
51 public function diff($from, $to, LongestCommonSubsequence $lcs = null) argument
55 $diff = $this->diffToArray($from, $to, $lcs);
200 * @param LongestCommonSubsequence $lcs
204 public function diffToArray($from, $to, LongestCommonSubsequence $lcs = null) argument
226 if ($lcs === null) {
227 $lcs = $this->selectLcsImplementation($from, $to);
230 $common = $lcs->calculate(\array_values($from), \array_values($to));
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15939 var ncolspan = 0, lcs = o.l;
15958 o.l = lcs;