MediaWiki
1.34.0
|
This is the complete list of members for DiffEngine, including all inherited members.
$added | DiffEngine | |
$bailoutComplexity | DiffEngine | protected |
$from | DiffEngine | private |
$heuristicUsed | DiffEngine | |
$lcsLengthCorrectedForHeuristic | DiffEngine | private |
$length | DiffEngine | |
$m | DiffEngine | private |
$maxDifferences | DiffEngine | private |
$n | DiffEngine | private |
$powLimit | DiffEngine | private |
$removed | DiffEngine | |
$to | DiffEngine | private |
$tooLong | DiffEngine | private |
__construct( $tooLong=2000000, $powLimit=1.45) | DiffEngine | |
diff( $from_lines, $to_lines) | DiffEngine | |
diff_range( $from_lines, $to_lines) | DiffEngine | |
diffInternal(array $from, array $to) | DiffEngine | protected |
find_middle_snake( $bottoml1, $topl1, $bottoml2, $topl2, &$V, &$snake) | DiffEngine | private |
findMostProgress( $M, $N, $limit, $V) | DiffEngine | privatestatic |
getLcsLength() | DiffEngine | |
lcs_rec( $bottoml1, $topl1, $bottoml2, $topl2, &$V, &$snake) | DiffEngine | private |
setBailoutComplexity( $value) | DiffEngine | |
shiftBoundaries(array $lines, array &$changed, array $other_changed) | DiffEngine | private |