/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/diff_match_patch/ |
H A D | diff_match_patch.h | 265 int diff_commonPrefix(const QString &text1, const QString &text2);
|
H A D | diff_match_patch.cpp | 194 int commonlength = diff_commonPrefix(text1, text2); in diff_main() 633 int diff_match_patch::diff_commonPrefix(const QString &text1, in diff_commonPrefix() function in diff_match_patch 708 const int prefixLength = diff_commonPrefix(longtext.mid(i), in diff_halfMatchI() 1066 commonlength = diff_commonPrefix(text_insert, text_delete); in diff_cleanupMerge()
|
H A D | diff_match_patch_test.cpp | 82 assertEquals("diff_commonPrefix: Null case.", 0, dmp.diff_commonPrefix("abc", "xyz")); in testDiffCommonPrefix() 84 …assertEquals("diff_commonPrefix: Non-null case.", 4, dmp.diff_commonPrefix("1234abcdef", "1234xyz"… in testDiffCommonPrefix() 86 assertEquals("diff_commonPrefix: Whole case.", 4, dmp.diff_commonPrefix("1234", "1234xyz")); in testDiffCommonPrefix()
|
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/ |
H A D | diff_match_patch.h | 296 int diff_commonPrefix(const QString &text1, const QString &text2);
|
H A D | diff_match_patch.cpp | 216 int commonlength = diff_commonPrefix(text1, text2); in diff_main() 576 int diff_match_patch::diff_commonPrefix(const QString &text1, in diff_commonPrefix() function in diff_match_patch 696 const int prefixLength = diff_commonPrefix(safeMid(longtext, i), in diff_halfMatchI() 1137 commonlength = diff_commonPrefix(text_insert, text_delete); in diff_cleanupMerge()
|
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/ |
H A D | diff_match_patch.h | 290 int diff_commonPrefix(const QString &text1, const QString &text2);
|
H A D | diff_match_patch.cpp | 209 int commonlength = diff_commonPrefix(text1, text2); in diff_main() 569 int diff_match_patch::diff_commonPrefix(const QString &text1, in diff_commonPrefix() function in diff_match_patch 689 const int prefixLength = diff_commonPrefix(safeMid(longtext, i), in diff_halfMatchI() 1130 commonlength = diff_commonPrefix(text_insert, text_delete); in diff_cleanupMerge()
|
/dports/editors/texstudio/texstudio-4.1.2/src/diff/ |
H A D | diff_match_patch.h | 298 int diff_commonPrefix(const QString &text1, const QString &text2);
|
H A D | diff_match_patch.cpp | 212 int commonlength = diff_commonPrefix(text1, text2); in diff_main() 572 int diff_match_patch::diff_commonPrefix(const QString &text1, in diff_commonPrefix() function in diff_match_patch 692 const int prefixLength = diff_commonPrefix(safeMid(longtext, i), in diff_halfMatchI() 1103 commonlength = diff_commonPrefix(text_insert, text_delete); in diff_cleanupMerge()
|
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/ |
H A D | _diff_match_patch_py3.py | 113 commonlength = self.diff_commonPrefix(text1, text2) 458 def diff_commonPrefix(self, text1, text2): member in diff_match_patch 600 prefixLength = self.diff_commonPrefix(longtext[i:], shorttext[j:]) 949 commonlength = self.diff_commonPrefix(text_insert, text_delete)
|
H A D | _diff_match_patch_py2.py | 115 commonlength = self.diff_commonPrefix(text1, text2) 460 def diff_commonPrefix(self, text1, text2): member in diff_match_patch 602 prefixLength = self.diff_commonPrefix(longtext[i:], shorttext[j:]) 951 commonlength = self.diff_commonPrefix(text_insert, text_delete)
|
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/ |
H A D | diff_match_patch.py | 113 commonlength = self.diff_commonPrefix(text1, text2) 463 def diff_commonPrefix(self, text1, text2): member in diff_match_patch 607 prefixLength = self.diff_commonPrefix(longtext[i:], shorttext[j:]) 1000 commonlength = self.diff_commonPrefix(text_insert, text_delete)
|
H A D | diff_match_patch_py2.py | 115 commonlength = self.diff_commonPrefix(text1, text2) 465 def diff_commonPrefix(self, text1, text2): member in diff_match_patch 609 prefixLength = self.diff_commonPrefix(longtext[i:], shorttext[j:]) 1002 commonlength = self.diff_commonPrefix(text_insert, text_delete)
|
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/tests/ |
H A D | diff_match_patch_test.py | 59 self.assertEqual(0, self.dmp.diff_commonPrefix("abc", "xyz")) 62 self.assertEqual(4, self.dmp.diff_commonPrefix("1234abcdef", "1234xyz")) 65 self.assertEqual(4, self.dmp.diff_commonPrefix("1234", "1234xyz"))
|
H A D | diff_match_patch_test_py2.py | 58 self.assertEquals(0, self.dmp.diff_commonPrefix("abc", "xyz")) 61 self.assertEquals(4, self.dmp.diff_commonPrefix("1234abcdef", "1234xyz")) 64 self.assertEquals(4, self.dmp.diff_commonPrefix("1234", "1234xyz"))
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/jsondiffpatch/dist/ |
H A D | jsondiffpatch.umd.test.js.map | 1 …diff_commonPrefix(text1, text2);\r\n var commonprefix = text1.substring(0, commonlength);\r\n te…
|
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/ |
H A D | vendors~init.js.map | 1 …_checklines","opt_deadline","deadline","checklines","commonlength","diff_commonPrefix","commonpref…
|