Home
last modified time | relevance | path

Searched refs:commonsuffix (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/trac-devel/Trac-1.5.3/trac/mimeview/
H A Dpatch.py158 commonsuffix = ''.join(os.path.commonprefix(
161 if len(commonprefix) > len(commonsuffix):
163 elif commonsuffix:
164 common = commonsuffix.lstrip('/')
165 a = oldpath[:-len(commonsuffix)]
166 b = newpath[:-len(commonsuffix)]
/dports/emulators/cemu/CEmu-1.3/gui/qt/deploy-scripts/
H A DBuildQt512StaticDevArchive.py50 def commonsuffix(m): function
286 common_suffix = commonsuffix(possible_common_prefix_matches)
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A D_diff_match_patch_py3.py121 commonsuffix = ''
123 commonsuffix = text1[-commonlength:]
133 if commonsuffix:
134 diffs.append((self.DIFF_EQUAL, commonsuffix))
H A D_diff_match_patch_py2.py123 commonsuffix = ''
125 commonsuffix = text1[-commonlength:]
135 if commonsuffix:
136 diffs.append((self.DIFF_EQUAL, commonsuffix))
/dports/textproc/py-diff-match-patch/diff-match-patch-20200713/diff_match_patch/
H A Ddiff_match_patch.py121 commonsuffix = ""
123 commonsuffix = text1[-commonlength:]
133 if commonsuffix:
134 diffs.append((self.DIFF_EQUAL, commonsuffix))
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/smartystreets/assertions/internal/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/sergi/go-diff/go-diff-1.1.0/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/sergi/go-diff/go-diff-1.0.0/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/www/fabio/fabio-1.5.14/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/awless/awless-0.1.11/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go116 commonsuffix := text1[len(text1)-commonlength:]
127 if len(commonsuffix) != 0 {
128 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/editors/micro/micro-2.0.10/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/www/fabio/fabio-1.5.14/vendor/github.com/sergi/go-diff/go-diff-24e2351369ec/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/www/gitea/gitea-1.16.5/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go116 commonsuffix := text1[len(text1)-commonlength:]
127 if len(commonsuffix) != 0 {
128 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go114 commonsuffix := text1[len(text1)-commonlength:]
125 if len(commonsuffix) != 0 {
126 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Ddiff.go79 commonsuffix := text1[len(text1)-commonlength:]
90 if len(commonsuffix) != 0 {
91 diffs = append(diffs, Diff{DiffEqual, string(commonsuffix)})

12