Home
last modified time | relevance | path

Searched defs:regular_expression (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dwrapper.hpp140 template <typename RE, typename Method, typename Modifier> struct regular_expression { struct
141 constexpr CTRE_FORCE_INLINE regular_expression() noexcept { } in regular_expression() argument
142 constexpr CTRE_FORCE_INLINE regular_expression(RE) noexcept { } in regular_expression() function
153 constexpr CTRE_FORCE_INLINE static auto exec() noexcept { in exec()
159 static constexpr CTRE_FORCE_INLINE auto exec(const char * s) noexcept { in exec()
162 static constexpr CTRE_FORCE_INLINE auto exec(const wchar_t * s) noexcept { in exec()
165 static constexpr CTRE_FORCE_INLINE auto exec(std::string_view sv) noexcept { in exec()
168 static constexpr CTRE_FORCE_INLINE auto exec(std::wstring_view sv) noexcept { in exec()
172 static constexpr CTRE_FORCE_INLINE auto exec(std::u8string_view sv) noexcept { in exec()
176 static constexpr CTRE_FORCE_INLINE auto exec(std::u16string_view sv) noexcept { in exec()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/lex/
H A DSyntax.sml7 datatype regular_expression = type
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dlog_analytics_source_extended_field_definition.py452 def regular_expression(self): member in LogAnalyticsSourceExtendedFieldDefinition
464 def regular_expression(self, regular_expression): member in LogAnalyticsSourceExtendedFieldDefinition
H A Dlog_analytics_field.py227 def regular_expression(self): member in LogAnalyticsField
239 def regular_expression(self, regular_expression): argument
H A Dlog_analytics_field_summary.py227 def regular_expression(self): member in LogAnalyticsFieldSummary
239 def regular_expression(self, regular_expression): argument
/dports/emulators/bsvc/bsvc-2.4.6/src/UI/
H A Dtools.tk8 proc Tool:EntryDialog {parent_window label regular_expression} {
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dsyntax.ml6 type regular_expression = type
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dsyntax.ml6 type regular_expression = type
/dports/textproc/p5-PPIx-Regexp/PPIx-Regexp-0.082/lib/PPIx/
H A DRegexp.pm709 sub regular_expression { subroutine
/dports/lang/ocaml/ocaml-4.05.0/lex/
H A Dsyntax.ml29 type regular_expression = type
H A Dsyntax.mli26 type regular_expression = type
/dports/lang/ocaml-nox11/ocaml-4.05.0/lex/
H A Dsyntax.ml29 type regular_expression = type
H A Dsyntax.mli26 type regular_expression = type
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design.WebControls/
H A DRegexEditorDialog.cs34 string regular_expression; field in System.Web.UI.Design.WebControls.RegexEditorDialog
/dports/devel/aegis/aegis-4.25.D510/common/
H A Dregula_expre.cc33 regular_expression::regular_expression(const nstring &a_pattern, bool a_icase) : in regular_expression() function in regular_expression
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dutility.cpp440 regular_expression::regular_expression() in regular_expression() function in regular_expression
450 regular_expression::regular_expression(const regular_expression & x) in regular_expression() function in regular_expression
488 regular_expression::regular_expression(const char * pattern) in regular_expression() function in regular_expression
/dports/devel/adacurses/AdaCurses-20180127/src/
H A Dc_varargs_to_ada.c86 char *regular_expression) in set_field_type_regexp()
/dports/devel/ncurses/ncurses-6.3/Ada95/src/
H A Dc_varargs_to_ada.c87 char *regular_expression) in set_field_type_regexp()
/dports/math/ndiff/ndiff-2.00/
H A Dawklib.c647 awk_gsub(const char *regular_expression, const char *replacement, in awk_gsub()
755 awk_match(const char *source, const char *regular_expression) in awk_match()
882 awk_sub(const char *regular_expression, const char *replacement, in awk_sub()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/
H A DPRESUBMIT.py191 regular_expression, error_files=None): argument
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/
H A Dctre.hpp4906 template <typename RE, typename Method, typename Modifier> struct regular_expression { struct
4907 constexpr CTRE_FORCE_INLINE regular_expression() noexcept { } function
4908 constexpr CTRE_FORCE_INLINE regular_expression(RE) noexcept { } argument
4919 constexpr CTRE_FORCE_INLINE static auto exec() noexcept {
4925 static constexpr CTRE_FORCE_INLINE auto exec(const char * s) noexcept {
4928 static constexpr CTRE_FORCE_INLINE auto exec(const wchar_t * s) noexcept {
4931 static constexpr CTRE_FORCE_INLINE auto exec(std::string_view sv) noexcept {
4934 static constexpr CTRE_FORCE_INLINE auto exec(std::wstring_view sv) noexcept {
4938 static constexpr CTRE_FORCE_INLINE auto exec(std::u8string_view sv) noexcept {
4942 static constexpr CTRE_FORCE_INLINE auto exec(std::u16string_view sv) noexcept {
[all …]
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dopennn_strings.cpp288 const regex regular_expression("20[0-9][0-9]|19[0-9][0-9]+[-|/|.](0[1-9]|1[0-2])" in is_date_time_string() local
344 …const regex regular_expression(format_1 + "|" + format_2 + "|" + format_3 + "|" + format_4 + "|" +… in date_to_timestamp() local
/dports/security/pgpdump/pgpdump-0.33/
H A Dsubfunc.c44 regular_expression(int len) in regular_expression() function
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DUrlRewrite.h115 Regex regular_expression; member
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/
H A DTestCase.php637 protected function assertLogRegExp($regular_expression)

12