ddmp v0.0.1-0.dev.1 (2014-02-21T10:56:00Z)
Home
Dub
Repo
HalfMatch
ddmp
diff
Undocumented in source.
struct
HalfMatch {
string
prefix1
;
string
suffix1
;
string
suffix2
;
string
prefix2
;
string
commonMiddle
;
bool
opEquals
(HalfMatch other);
}
Members
Functions
opEquals
bool
opEquals
(HalfMatch other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
commonMiddle
string
commonMiddle
;
Undocumented in source.
prefix1
string
prefix1
;
Undocumented in source.
prefix2
string
prefix2
;
Undocumented in source.
suffix1
string
suffix1
;
Undocumented in source.
suffix2
string
suffix2
;
Undocumented in source.
Meta
Source
See Implementation
ddmp
diff
enums
Operation
functions
bisect
bisectSplit
charsToLines
cleanupEfficiency
cleanupMerge
cleanupSemantic
cleanupSemanticLossless
cleanupSemanticScore
commonOverlap
commonPrefix
commonSuffix
computeDiffs
diff_lineMode
diff_main
diff_text1
diff_text2
fromDelta
halfMatch
halfMatchI
levenshtein
linesToChars
linesToCharsMunge
toDelta
xIndex
static functions
unescapeForEncodeUriCompatability
structs
Diff
HalfMatch
LinesToCharsResult
variables
DIFF_EDIT_COST
diffTimeout