Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/
H A Ddiff_match_patch.h158 static QRegExp BLANKLINEEND;
H A Ddiff_match_patch.cpp964 bool blankLine1 = lineBreak1 && BLANKLINEEND.indexIn(one) != -1; in diff_cleanupSemanticScore()
988 QRegExp diff_match_patch::BLANKLINEEND = QRegExp("\\n\\r?\\n$"); member in diff_match_patch
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/
H A Ddiff_match_patch.h152 static QRegExp BLANKLINEEND;
H A Ddiff_match_patch.cpp957 bool blankLine1 = lineBreak1 && BLANKLINEEND.indexIn(one) != -1; in diff_cleanupSemanticScore()
981 QRegExp diff_match_patch::BLANKLINEEND = QRegExp("\\n\\r?\\n$"); member in diff_match_patch
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A D_diff_match_patch_py3.py775 blankLine1 = lineBreak1 and self.BLANKLINEEND.search(one)
848 BLANKLINEEND = re.compile(r"\n\r?\n$") variable in diff_match_patch
H A D_diff_match_patch_py2.py777 blankLine1 = lineBreak1 and self.BLANKLINEEND.search(one)
850 BLANKLINEEND = re.compile(r"\n\r?\n$") variable in diff_match_patch
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/
H A Ddiff_match_patch.py815 blankLine1 = lineBreak1 and self.BLANKLINEEND.search(one)
892 BLANKLINEEND = re.compile(r"\n\r?\n$") variable in diff_match_patch
H A Ddiff_match_patch_py2.py817 blankLine1 = lineBreak1 and self.BLANKLINEEND.search(one)
894 BLANKLINEEND = re.compile(r"\n\r?\n$") variable in diff_match_patch