BLANKLINEEND | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
BLANKLINESTART | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_bisect(String text1, String text2, long deadline) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_bisectSplit(String text1, String text2, int x, int y, long deadline) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_charsToLines(LinkedList< Diff > diffs, List< String > lineArray) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_cleanupEfficiency(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_cleanupMerge(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_cleanupSemantic(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_cleanupSemanticLossless(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_cleanupSemanticScore(String one, String two) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_commonOverlap(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_commonPrefix(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_commonSuffix(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_compute(String text1, String text2, boolean checklines, long deadline) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
Diff_EditCost | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_fromDelta(String text1, String delta) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_halfMatch(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_halfMatchI(String longtext, String shorttext, int i) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_levenshtein(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_lineMode(String text1, String text2, long deadline) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_linesToChars(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_linesToCharsMunge(String text, List< String > lineArray, Map< String, Integer > lineHash) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_main(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_main(String text1, String text2, boolean checklines) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_main(String text1, String text2, boolean checklines, long deadline) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_prettyHtml(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_text1(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_text2(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
Diff_Timeout | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_toDelta(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_WordMode(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
diff_wordsToChars(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
diff_wordsToCharsMunge(String text, List< String > lineArray, Map< String, Integer > lineHash) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
diff_xIndex(LinkedList< Diff > diffs, int loc) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
match_alphabet(String pattern) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
match_bitap(String text, String pattern, int loc) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
match_bitapScore(int e, int x, int loc, String pattern) | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
Match_Distance | org.buildmlearn.toolkit.utilities.diff_match_patch | |
match_main(String text, String pattern, int loc) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
Match_MaxBits | org.buildmlearn.toolkit.utilities.diff_match_patch | private |
Match_Threshold | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_addContext(Patch patch, String text) | org.buildmlearn.toolkit.utilities.diff_match_patch | protected |
patch_addPadding(LinkedList< Patch > patches) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_apply(LinkedList< Patch > patches, String text) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_deepCopy(LinkedList< Patch > patches) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
Patch_DeleteThreshold | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_fromText(String textline) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_make(String text1, String text2) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_make(LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_make(String text1, String text2, LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_make(String text1, LinkedList< Diff > diffs) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
Patch_Margin | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_splitMax(LinkedList< Patch > patches) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
patch_toText(List< Patch > patches) | org.buildmlearn.toolkit.utilities.diff_match_patch | |
unescapeForEncodeUriCompatability(String str) | org.buildmlearn.toolkit.utilities.diff_match_patch | privatestatic |