/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/tests/ |
H A D | diff_match_patch_test.py | 158 self.dmp.diff_linesToChars("alpha\nbeta\nalpha\n", "beta\nalpha\nbeta\n"), 163 self.dmp.diff_linesToChars("", "alpha\r\nbeta\r\n\r\n\r\n"), 167 ("\x01", "\x02", ["", "a", "b"]), self.dmp.diff_linesToChars("a", "b") 182 self.assertEqual((chars, "", lineList), self.dmp.diff_linesToChars(lines, "")) 220 results = self.dmp.diff_linesToChars(chars, "")
|
H A D | diff_match_patch_test_py2.py | 157 self.dmp.diff_linesToChars("alpha\nbeta\nalpha\n", "beta\nalpha\nbeta\n"), 162 self.dmp.diff_linesToChars("", "alpha\r\nbeta\r\n\r\n\r\n"), 166 ("\x01", "\x02", ["", "a", "b"]), self.dmp.diff_linesToChars("a", "b") 181 self.assertEquals((chars, "", lineList), self.dmp.diff_linesToChars(lines, "")) 219 results = self.dmp.diff_linesToChars(chars, "")
|
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/diff_match_patch/ |
H A D | diff_match_patch.h | 204 …QList<QVariant> diff_linesToChars(const QString &text1, const QString &text2); // return elems 0 a…
|
H A D | diff_match_patch_test.cpp | 123 …assertEquals("diff_linesToChars:", tmpVarList, dmp.diff_linesToChars("alpha\nbeta\nalpha\n", "beta… in testDiffLinesToChars() 134 …assertEquals("diff_linesToChars:", tmpVarList, dmp.diff_linesToChars("", "alpha\r\nbeta\r\n\r\n\r\… in testDiffLinesToChars() 144 assertEquals("diff_linesToChars:", tmpVarList, dmp.diff_linesToChars("a", "b")); in testDiffLinesToChars() 163 assertEquals("diff_linesToChars: More than 256.", tmpVarList, dmp.diff_linesToChars(lines, "")); in testDiffLinesToChars()
|
H A D | diff_match_patch.cpp | 278 const QList<QVariant> b = diff_linesToChars(text1, text2); in diff_compute() 345 QList<QVariant> diff_match_patch::diff_linesToChars(const QString &text1, in diff_linesToChars() function in diff_match_patch
|
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/ |
H A D | diff_match_patch.h | 266 …QList<QVariant> diff_linesToChars(const QString &text1, const QString &text2); // return elems 0 a…
|
H A D | diff_match_patch.cpp | 316 const QList<QVariant> b = diff_linesToChars(text1, text2); in diff_lineMode() 508 QList<QVariant> diff_match_patch::diff_linesToChars(const QString &text1, in diff_linesToChars() function in diff_match_patch
|
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/ |
H A D | diff_match_patch.h | 260 …QList<QVariant> diff_linesToChars(const QString &text1, const QString &text2); // return elems 0 a…
|
H A D | diff_match_patch.cpp | 309 const QList<QVariant> b = diff_linesToChars(text1, text2); in diff_lineMode() 501 QList<QVariant> diff_match_patch::diff_linesToChars(const QString &text1, in diff_linesToChars() function in diff_match_patch
|
/dports/editors/texstudio/texstudio-4.1.2/src/diff/ |
H A D | diff_match_patch.h | 268 …QList<QVariant> diff_linesToChars(const QString &text1, const QString &text2); // return elems 0 a…
|
H A D | diff_match_patch.cpp | 312 const QList<QVariant> b = diff_linesToChars(text1, text2); in diff_lineMode() 504 QList<QVariant> diff_match_patch::diff_linesToChars(const QString &text1, in diff_linesToChars() function in diff_match_patch
|
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/ |
H A D | _diff_match_patch_py3.py | 212 (text1, text2, linearray) = self.diff_linesToChars(text1, text2) 381 def diff_linesToChars(self, text1, text2): member in diff_match_patch
|
H A D | _diff_match_patch_py2.py | 214 (text1, text2, linearray) = self.diff_linesToChars(text1, text2) 383 def diff_linesToChars(self, text1, text2): member in diff_match_patch
|
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/ |
H A D | diff_match_patch.py | 215 (text1, text2, linearray) = self.diff_linesToChars(text1, text2) 386 def diff_linesToChars(self, text1, text2): member in diff_match_patch
|
H A D | diff_match_patch_py2.py | 217 (text1, text2, linearray) = self.diff_linesToChars(text1, text2) 388 def diff_linesToChars(self, text1, text2): member in diff_match_patch
|