Home
last modified time | relevance | path

Searched refs:diff_cleanupSemanticScore (Results 1 – 12 of 12) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/diff_match_patch/
H A Ddiff_match_patch.h326 int diff_cleanupSemanticScore(const QString &one, const QString &two);
H A Ddiff_match_patch.cpp837 bestScore = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
838 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
844 score = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
845 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
884 int diff_match_patch::diff_cleanupSemanticScore(const QString &one, in diff_cleanupSemanticScore() function in diff_match_patch
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A D_diff_match_patch_py3.py745 def diff_cleanupSemanticScore(one, two): function
817 bestScore = (diff_cleanupSemanticScore(equality1, edit) +
818 diff_cleanupSemanticScore(edit, equality2))
823 score = (diff_cleanupSemanticScore(equality1, edit) +
824 diff_cleanupSemanticScore(edit, equality2))
H A D_diff_match_patch_py2.py747 def diff_cleanupSemanticScore(one, two): function
819 bestScore = (diff_cleanupSemanticScore(equality1, edit) +
820 diff_cleanupSemanticScore(edit, equality2))
825 score = (diff_cleanupSemanticScore(equality1, edit) +
826 diff_cleanupSemanticScore(edit, equality2))
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/
H A Ddiff_match_patch.py785 def diff_cleanupSemanticScore(one, two): function
859 bestScore = diff_cleanupSemanticScore(
861 ) + diff_cleanupSemanticScore(edit, equality2)
866 score = diff_cleanupSemanticScore(
868 ) + diff_cleanupSemanticScore(edit, equality2)
H A Ddiff_match_patch_py2.py787 def diff_cleanupSemanticScore(one, two): function
861 bestScore = diff_cleanupSemanticScore(
863 ) + diff_cleanupSemanticScore(edit, equality2)
868 score = diff_cleanupSemanticScore(
870 ) + diff_cleanupSemanticScore(edit, equality2)
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/
H A Ddiff_match_patch.h368 int diff_cleanupSemanticScore(const QString &one, const QString &two);
H A Ddiff_match_patch.cpp897 bestScore = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
898 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
904 score = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
905 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
944 int diff_match_patch::diff_cleanupSemanticScore(const QString &one, in diff_cleanupSemanticScore() function in diff_match_patch
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/
H A Ddiff_match_patch.h362 int diff_cleanupSemanticScore(const QString &one, const QString &two);
H A Ddiff_match_patch.cpp890 bestScore = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
891 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
897 score = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
898 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
937 int diff_match_patch::diff_cleanupSemanticScore(const QString &one, in diff_cleanupSemanticScore() function in diff_match_patch
/dports/editors/texstudio/texstudio-4.1.2/src/diff/
H A Ddiff_match_patch.h370 int diff_cleanupSemanticScore(const QString &one, const QString &two);
H A Ddiff_match_patch.cpp873 bestScore = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
874 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
880 score = diff_cleanupSemanticScore(equality1, edit) in diff_cleanupSemanticLossless()
881 + diff_cleanupSemanticScore(edit, equality2); in diff_cleanupSemanticLossless()
920 int diff_match_patch::diff_cleanupSemanticScore(const QString &one, in diff_cleanupSemanticScore() function in diff_match_patch