Home
last modified time | relevance | path

Searched refs:REGEX_MODE (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dvalidation.py21 REGEX_MODE = re.S | re.ASCII
24 REGEX_MODE = re.S variable
74 rec_N = re.compile("^-?[0-9]+", REGEX_MODE)
75 rec_R = re.compile("^-?[0-9]*(\.[0-9]+)?", REGEX_MODE)
77 "[^A-Z0-9!\"&'()*+,\-\./:;?=\sa-z%~@\[\]_{}\\\|<>#$\s]", REGEX_MODE)
79 "[^A-Z0-9!\"&'()*+,\-\./:;?=\sa-z%~@\[\]_{}\\\|<>^`#$\s]", REGEX_MODE)
80 rec_ID_B = re.compile("[^A-Z0-9!\"&'()*+,\-\./:;?=\s]", REGEX_MODE)
81 rec_DT = re.compile("[^0-9]+", REGEX_MODE)
82 rec_TM = re.compile("[^0-9]+", REGEX_MODE)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocessgroup/profiles/
H A Dcgroups_test.h57 static inline constexpr const char* REGEX_MODE = "(0[0-7]{3})?"; variable
60 EXPECT_THAT(cgroups_->cgroups(i).mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
66 EXPECT_THAT(cgroups_->cgroups2().mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) macro
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) macro
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dsearch.c261 return REGEX_MODE; /* regex match */ in detect_search_mode()
271 return REGEX_MODE; /* internal match search (treated as regex) */ in detect_search_mode()
280 return REGEX_MODE; /* suffix match (treated as regex)*/ in detect_search_mode()
1178 } else if (mode == REGEX_MODE) { in nmz_do_searching()
H A Dlibnamazu.h122 REGEX_MODE, enumerator
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcpprep.c411 case REGEX_MODE: in process_raw_packets()
H A Ddefines.h.in203 REGEX_MODE, /* single pass, regex */ enumerator
H A Dtcpprep_opts.def224 tcpprep->options->mode = REGEX_MODE;