Home
last modified time | relevance | path

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

/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A D_diff_match_patch_py3.py710 overlap_length1 = self.diff_commonOverlap(deletion, insertion)
712 if overlap_length1 >= overlap_length2:
713 if (overlap_length1 >= len(deletion) / 2.0 or
714 overlap_length1 >= len(insertion) / 2.0):
717 insertion[:overlap_length1]))
719 deletion[:len(deletion) - overlap_length1])
721 insertion[overlap_length1:])
H A D_diff_match_patch_py2.py712 overlap_length1 = self.diff_commonOverlap(deletion, insertion)
714 if overlap_length1 >= overlap_length2:
715 if (overlap_length1 >= len(deletion) / 2.0 or
716 overlap_length1 >= len(insertion) / 2.0):
719 insertion[:overlap_length1]))
721 deletion[:len(deletion) - overlap_length1])
723 insertion[overlap_length1:])
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/
H A Ddiff_match_patch.py734 overlap_length1 = self.diff_commonOverlap(deletion, insertion)
736 if overlap_length1 >= overlap_length2:
738 overlap_length1 >= len(deletion) / 2.0
739 or overlap_length1 >= len(insertion) / 2.0
743 pointer, (self.DIFF_EQUAL, insertion[:overlap_length1])
747 deletion[: len(deletion) - overlap_length1],
751 insertion[overlap_length1:],
H A Ddiff_match_patch_py2.py736 overlap_length1 = self.diff_commonOverlap(deletion, insertion)
738 if overlap_length1 >= overlap_length2:
740 overlap_length1 >= len(deletion) / 2.0
741 or overlap_length1 >= len(insertion) / 2.0
745 pointer, (self.DIFF_EQUAL, insertion[:overlap_length1])
749 deletion[: len(deletion) - overlap_length1],
753 insertion[overlap_length1:],
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/
H A Ddiff_match_patch.cpp825 int overlap_length1 = diff_commonOverlap(deletion, insertion); in diff_cleanupSemantic() local
827 if (overlap_length1 >= overlap_length2) { in diff_cleanupSemantic()
828 if (overlap_length1 >= deletion.length() / 2.0 || in diff_cleanupSemantic()
829 overlap_length1 >= insertion.length() / 2.0) { in diff_cleanupSemantic()
832 pointer.insert(Diff(EQUAL, insertion.left(overlap_length1))); in diff_cleanupSemantic()
834 deletion.left(deletion.length() - overlap_length1); in diff_cleanupSemantic()
835 thisDiff->text = safeMid(insertion, overlap_length1); in diff_cleanupSemantic()
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/
H A Ddiff_match_patch.cpp818 int overlap_length1 = diff_commonOverlap(deletion, insertion); in diff_cleanupSemantic() local
820 if (overlap_length1 >= overlap_length2) { in diff_cleanupSemantic()
821 if (overlap_length1 >= deletion.length() / 2.0 || in diff_cleanupSemantic()
822 overlap_length1 >= insertion.length() / 2.0) { in diff_cleanupSemantic()
825 pointer.insert(Diff(EQUAL, insertion.left(overlap_length1))); in diff_cleanupSemantic()
827 deletion.left(deletion.length() - overlap_length1); in diff_cleanupSemantic()
828 thisDiff->text = safeMid(insertion, overlap_length1); in diff_cleanupSemantic()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/jsondiffpatch/dist/
H A Djsondiffpatch.umd.test.js.map1overlap_length1 = this.diff_commonOverlap_(deletion, insertion);\r\n var overlap_length2 = th…
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/
H A Dvendors~init.js.map1 …h_deletions2","diff_cleanupSemanticLossless","deletion","insertion","overlap_length1","overlap_len…