/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/ |
H A D | find_captures.hpp | 11 template <typename Pattern> constexpr auto find_captures(Pattern) noexcept { in find_captures() function 15 template <typename... Output> constexpr auto find_captures(ctll::list<>, ctll::list<Output...> outp… in find_captures() function 21 template <auto... String, typename... Tail, typename Output> constexpr auto find_captures(ctll::lis… in find_captures() function 25 template <typename... Options, typename... Tail, typename Output> constexpr auto find_captures(ctll… in find_captures() function 29 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… in find_captures() function 41 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<empty, Tail...… in find_captures() function 46 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… in find_captures() function 51 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… in find_captures() function 57 template <typename CharacterLike, typename... Tail, typename Output> constexpr auto find_captures(c… in find_captures() function 62 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… in find_captures() function [all …]
|
/dports/devel/py-manuel/manuel-1.9.0/src/manuel/ |
H A D | capture.py | 21 def find_captures(document): function
|
/dports/sysutils/lnav/lnav-0.10.1/src/pcrepp/ |
H A D | pcrepp.cc | 89 void pcrepp::find_captures(const char *pattern) in find_captures() function in pcrepp
|
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/ |
H A D | ctre.hpp | 3302 template <typename Pattern> constexpr auto find_captures(Pattern) noexcept { function 3306 template <typename... Output> constexpr auto find_captures(ctll::list<>, ctll::list<Output...> outp… function 3310 template <auto... String, typename... Tail, typename Output> constexpr auto find_captures(ctll::lis… function 3314 template <typename... Options, typename... Tail, typename Output> constexpr auto find_captures(ctll… function 3318 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… function 3330 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<empty, Tail...… function 3334 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… function 3338 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… function 3343 template <typename CharacterLike, typename... Tail, typename Output> constexpr auto find_captures(c… function 3347 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… function [all …]
|
H A D | ctre-unicode.hpp | 3305 template <typename Pattern> constexpr auto find_captures(Pattern) noexcept { function 3309 template <typename... Output> constexpr auto find_captures(ctll::list<>, ctll::list<Output...> outp… function 3313 template <auto... String, typename... Tail, typename Output> constexpr auto find_captures(ctll::lis… function 3317 template <typename... Options, typename... Tail, typename Output> constexpr auto find_captures(ctll… function 3321 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… function 3333 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<empty, Tail...… function 3337 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… function 3341 template <typename... Tail, typename Output> constexpr auto find_captures(ctll::list<assert_subject… function 3346 template <typename CharacterLike, typename... Tail, typename Output> constexpr auto find_captures(c… function 3350 template <typename... Content, typename... Tail, typename Output> constexpr auto find_captures(ctll… function [all …]
|