Home
last modified time | relevance | path

Searched refs:DotNL (Results 1 – 25 of 90) sorted by relevance

1234

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dregexp.h277 DotNL = 1<<3, // Allow . to match newline. enumerator
278 MatchNL = ClassNL | DotNL,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dregexp.h285 DotNL = 1<<3, // Allow . to match newline. enumerator
286 MatchNL = ClassNL | DotNL,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dregexp.h284 DotNL = 1<<3, // Allow . to match newline. enumerator
285 MatchNL = ClassNL | DotNL,
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dregexp.h286 DotNL = 1<<3, // Allow . to match newline. enumerator
287 MatchNL = ClassNL | DotNL,
/dports/devel/re2/re2-2021-11-01/re2/
H A Dregexp.h286 DotNL = 1<<3, // Allow . to match newline. enumerator
287 MatchNL = ClassNL | DotNL,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.h277 DotNL = 1<<3, // Allow . to match newline. enumerator
278 MatchNL = ClassNL | DotNL,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.h277 DotNL = 1<<3, // Allow . to match newline. enumerator
278 MatchNL = ClassNL | DotNL,
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dregexp.h284 DotNL = 1<<3, // Allow . to match newline. enumerator
285 MatchNL = ClassNL | DotNL,
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dregexp.h285 DotNL = 1<<3, // Allow . to match newline. enumerator
286 MatchNL = ClassNL | DotNL,
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Dregexp.h285 DotNL = 1<<3, // Allow . to match newline. enumerator
286 MatchNL = ClassNL | DotNL,
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Dregexp.h286 DotNL = 1<<3, // Allow . to match newline. enumerator
287 MatchNL = ClassNL | DotNL,
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Dregexp.h286 DotNL = 1<<3, // Allow . to match newline. enumerator
287 MatchNL = ClassNL | DotNL,
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/imports/
H A Dregexp_syntax.go17 "DotNL": ValueOf(syntax.DotNL),
/dports/devel/yaegi/yaegi-0.9.23/stdlib/
H A Dgo1_16_regexp_syntax.go17 "DotNL": reflect.ValueOf(syntax.DotNL),
H A Dgo1_17_regexp_syntax.go18 "DotNL": reflect.ValueOf(syntax.DotNL),
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/stdlib/
H A Dgo1_16_regexp_syntax.go17 "DotNL": reflect.ValueOf(syntax.DotNL),
H A Dgo1_17_regexp_syntax.go18 "DotNL": reflect.ValueOf(syntax.DotNL),
/dports/lang/gcc8/gcc-8.5.0/libgo/go/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
/dports/lang/gcc48/gcc-4.8.5/libgo/go/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
722 if p.flags&DotNL != 0 {
963 flags |= DotNL
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
/dports/lang/gcc10/gcc-10.3.0/libgo/go/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
761 if p.flags&DotNL != 0 {
1003 flags |= DotNL
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/regexp/syntax/
H A Dparse.go59 DotNL // allow . to match newline const
67 MatchNL = ClassNL | DotNL
767 if p.flags&DotNL != 0 {
1015 flags |= DotNL

1234