Home
last modified time | relevance | path

Searched refs:previousChar (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/miekg/mmark/
H A Dsmartypants.go40 case previousChar == 0 && nextChar == 0:
43 case isspace(previousChar) && nextChar == 0:
46 case ispunct(previousChar) && nextChar == 0:
52 case previousChar == 0 && isspace(nextChar):
55 case isspace(previousChar) && isspace(nextChar):
58 case ispunct(previousChar) && isspace(nextChar):
64 case previousChar == 0 && ispunct(nextChar):
67 case isspace(previousChar) && ispunct(nextChar):
70 case ispunct(previousChar) && ispunct(nextChar):
257 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/cpuguy83/go-md2man/go-md2man-23709d084719/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/saturday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
266 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/etcd32/etcd-3.2.32/cmd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/textproc/markdownfmt/markdownfmt-1.1-67-g3438a10/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go49 case previousChar == 0 && nextChar == 0:
52 case isspace(previousChar) && nextChar == 0:
55 case ispunct(previousChar) && nextChar == 0:
61 case previousChar == 0 && isspace(nextChar):
64 case isspace(previousChar) && isspace(nextChar):
67 case ispunct(previousChar) && isspace(nextChar):
73 case previousChar == 0 && ispunct(nextChar):
76 case isspace(previousChar) && ispunct(nextChar):
79 case ispunct(previousChar) && ispunct(nextChar):
280 if wordBoundary(previousChar) && previousChar != '/' && len(text) >= 3 {
[all …]

1234567891011