Home
last modified time | relevance | path

Searched defs:dot_nl (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/devel/re2/re2-2021-11-01/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Dre2.h694 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dre2.h616 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/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 Dre2.h616 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/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 Dre2.h616 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dre2.h662 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dre2.h662 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Dre2.h666 bool dot_nl() const { return dot_nl_; } in dot_nl() function
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dformat.c1209 static void r_print_byte_escape(const RPrint* p, const char *src, char **dst, int dot_nl) { in r_print_byte_escape()
H A Dstr.c1254 R_API void r_str_byte_escape(const char *p, char **dst, int dot_nl, bool default_dot, bool esc_bsla… in r_str_byte_escape()
1315 static char *r_str_escape_(const char *buf, int dot_nl, bool parse_esc_seq, bool ign_esc_seq, bool … in r_str_escape_()