Home
last modified time | relevance | path

Searched refs:diff_cleanupSemantic (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/tests/
H A Ddiff_match_patch_test.py513 self.dmp.diff_cleanupSemantic(diffs)
523 self.dmp.diff_cleanupSemantic(diffs)
541 self.dmp.diff_cleanupSemantic(diffs)
558 self.dmp.diff_cleanupSemantic(diffs)
571 self.dmp.diff_cleanupSemantic(diffs)
588 self.dmp.diff_cleanupSemantic(diffs)
599 self.dmp.diff_cleanupSemantic(diffs)
611 self.dmp.diff_cleanupSemantic(diffs)
618 self.dmp.diff_cleanupSemantic(diffs)
630 self.dmp.diff_cleanupSemantic(diffs)
[all …]
H A Ddiff_match_patch_test_py2.py512 self.dmp.diff_cleanupSemantic(diffs)
522 self.dmp.diff_cleanupSemantic(diffs)
540 self.dmp.diff_cleanupSemantic(diffs)
557 self.dmp.diff_cleanupSemantic(diffs)
570 self.dmp.diff_cleanupSemantic(diffs)
587 self.dmp.diff_cleanupSemantic(diffs)
598 self.dmp.diff_cleanupSemantic(diffs)
610 self.dmp.diff_cleanupSemantic(diffs)
617 self.dmp.diff_cleanupSemantic(diffs)
629 self.dmp.diff_cleanupSemantic(diffs)
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dchange.ts33 dmp.diff_cleanupSemantic(diff);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dchar_diff.rb16 diff_match_patch.diff_cleanupSemantic(@changes)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/diff-match-patch/
H A DREADME.md30 ### diff_cleanupSemantic(diffs) → null
32 …, (1, "sofas")]`. If a diff is to be human-readable, it should be passed to `diff_cleanupSemantic`.
36 This function is similar to `diff_cleanupSemantic`, except that instead of optimising a diff to be …
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/diff-match-patch/
H A DREADME.md30 ### diff_cleanupSemantic(diffs) → null
32 …, (1, "sofas")]`. If a diff is to be human-readable, it should be passed to `diff_cleanupSemantic`.
36 This function is similar to `diff_cleanupSemantic`, except that instead of optimising a diff to be …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/diff-match-patch/
H A DREADME.md30 ### diff_cleanupSemantic(diffs) → null
32 …, (1, "sofas")]`. If a diff is to be human-readable, it should be passed to `diff_cleanupSemantic`.
36 This function is similar to `diff_cleanupSemantic`, except that instead of optimising a diff to be …
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/diff_match_patch/
H A Ddiff_match_patch_test.cpp283 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
287 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
291 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
295 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
299 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
303 dmp.diff_cleanupSemantic(diffs); in testDiffCleanupSemantic()
H A Ddiff_match_patch.h306 void diff_cleanupSemantic(QList<Diff> &diffs);
H A Ddiff_match_patch.cpp296 diff_cleanupSemantic(diffs); in diff_compute()
732 void diff_match_patch::diff_cleanupSemantic(QList<Diff> &diffs) { in diff_cleanupSemantic() function in diff_match_patch
1566 diff_cleanupSemantic(diffs); in patch_make()
/dports/www/py-django-reversion-compare/django-reversion-compare-0.14.0/reversion_compare/
H A Dhelpers.py152 dmp.diff_cleanupSemantic(diff)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/legacy/
H A Dlegacy-defs.d.ts198 diff_cleanupSemantic(diff: Array<{0: number, 1: string}>): void;
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/diff/
H A Ddiff_match_patch.h348 void diff_cleanupSemantic(QList<Diff> &diffs);
H A Ddiff_match_patch.cpp326 diff_cleanupSemantic(diffs); in diff_lineMode()
720 void diff_match_patch::diff_cleanupSemantic(QList<Diff> &diffs) { in diff_cleanupSemantic() function in diff_match_patch
1641 diff_cleanupSemantic(diffs); in patch_make()
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/diff_match_patch/
H A Ddiff_match_patch.h342 void diff_cleanupSemantic(QList<Diff> &diffs);
H A Ddiff_match_patch.cpp319 diff_cleanupSemantic(diffs); in diff_lineMode()
713 void diff_match_patch::diff_cleanupSemantic(QList<Diff> &diffs) { in diff_cleanupSemantic() function in diff_match_patch
1634 diff_cleanupSemantic(diffs); in patch_make()
/dports/editors/texstudio/texstudio-4.1.2/src/diff/
H A Ddiff_match_patch.h350 void diff_cleanupSemantic(QList<Diff> &diffs);
H A Ddiff_match_patch.cpp322 diff_cleanupSemantic(diffs); in diff_lineMode()
716 void diff_match_patch::diff_cleanupSemantic(QList<Diff> &diffs) { in diff_cleanupSemantic() function in diff_match_patch
1611 diff_cleanupSemantic(diffs); in patch_make()
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A D_diff_match_patch_py3.py219 self.diff_cleanupSemantic(diffs)
641 def diff_cleanupSemantic(self, diffs): member in diff_match_patch
1440 self.diff_cleanupSemantic(diffs)
H A D_diff_match_patch_py2.py221 self.diff_cleanupSemantic(diffs)
643 def diff_cleanupSemantic(self, diffs): member in diff_match_patch
1447 self.diff_cleanupSemantic(diffs)
H A Dformatting.py572 text_diff.diff_cleanupSemantic(diff)
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/
H A Ddiff_match_patch.py222 self.diff_cleanupSemantic(diffs)
655 def diff_cleanupSemantic(self, diffs): member in diff_match_patch
1521 self.diff_cleanupSemantic(diffs)
H A Ddiff_match_patch_py2.py224 self.diff_cleanupSemantic(diffs)
657 def diff_cleanupSemantic(self, diffs): member in diff_match_patch
1528 self.diff_cleanupSemantic(diffs)
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Ddiffoperations.cpp16 dmp.diff_cleanupSemantic(diffList); in diffDocs()
/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.map1diff_cleanupSemantic(diffs);\r\n\r\n // Rediff any replacement blocks, this time character-by-cha…

12