Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DDifferenceEngine.php1383 $e2 = current($edits2);
1384 while ($e1 || $e2) {
1385 if ($e1 && $e2 && is_a($e1, '_DiffOp_copy') && is_a($e2, '_DiffOp_copy')) {
1393 $ncopy = min($e1->norig(), $e2->norig());
1404 if ($e2->norig() > $ncopy) {
1405 array_splice($e2->orig, 0, $ncopy);
1406 array_splice($e2->closing, 0, $ncopy);
1408 $e2 = next($edits2);
1411 if ($e1 && $e2) {
[all...]