Home
last modified time | relevance | path

Searched refs:re_compile (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/lang/swi-pl/swipl-8.2.3/packages/pcre/
H A Dtest_pcre.pl53 re_compile("a+p", Re, []),
56 re_compile("e.", Re, []),
63 re_compile("(?<date> (?<year>(?:\\d\\d)?\\d\\d) -
/dports/net-im/matterbridge/matterbridge-1.22.3/contrib/
H A Doutmessage-discordemoji.tengo6 rePNG := text.re_compile(`<:.*?:([0-9]+)>`)
8 reGIF := text.re_compile(`<a:.*?:([0-9]+)>`)
/dports/net-im/matterbridge/matterbridge-1.22.3/internal/tengo/
H A Doutmessage.tengo16 re := text.re_compile(`\x03(?:\d{1,2}(?:,\d{1,2})?)?|[[:cntrl:]]`)
23 re := text.re_compile(`<a?(:.*?:)[0-9]+>`)
/dports/cad/ghdl/ghdl-1.0.0/
H A Dsetup.py37 from re import compile as re_compile unknown
57 pattern = re_compile('^__version__ = "(.*)"\n')
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dkhal_calendar.py25 from re import compile as re_compile unknown
43 ansi_escape = re_compile(r"\x1B\[[0-?]*[ -/]*[@-~]")
/dports/mail/astroid/astroid-0.15/devel/
H A Dget_keys.py9 from re import compile as re_compile unknown
36 pattern = re_compile("((->|\.)register_key *\([^;]*)")
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/charset_normalizer/
H A Dconstant.py4 from re import IGNORECASE, compile as re_compile unknown
335 RE_POSSIBLE_ENCODING_INDICATION = re_compile(
498 NOT_PRINTABLE_PATTERN = re_compile(r"[0-9\W\n\r\t]+")
/dports/textproc/py-charset-normalizer/charset-normalizer-2.0.8/charset_normalizer/
H A Dconstant.py4 from re import IGNORECASE, compile as re_compile unknown
335 RE_POSSIBLE_ENCODING_INDICATION = re_compile(
498 NOT_PRINTABLE_PATTERN = re_compile(r"[0-9\W\n\r\t]+")
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/
H A Dpce_regex_compat.pl267 phrase(re_compile(Parsed), Codes),
270 phrase(re_compile(Parsed), AdvCodes),
279 re_compile(or(B0, B1)) -->
282 re_compile(B1).
283 re_compile(B) -->
349 re_compile(Atom),
/dports/sysutils/rclean/rclean-1.14/
H A Drclean.c294 void re_compile(regex_t * compiled, const char * expression, int options) { in re_compile() function
403 re_compile(&re_default, RE_DEFAULT, REG_EXTENDED); in main()
404 re_compile(&re_current, RE_CURRENT, REG_EXTENDED); in main()
406 re_compile(&exceptions[i].compiled, exceptions[i].match, REG_EXTENDED | REG_NOSUB); in main()
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A D_strptime.py16 from re import compile as re_compile unknown
255 regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
257 whitespace_replacement = re_compile(r'\s+')
269 return re_compile(self.pattern(format), IGNORECASE)
/dports/lang/python27/Python-2.7.18/Lib/
H A D_strptime.py16 from re import compile as re_compile unknown
255 regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
257 whitespace_replacement = re_compile(r'\s+')
269 return re_compile(self.pattern(format), IGNORECASE)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_strptime.py16 from re import compile as re_compile unknown
251 regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
253 whitespace_replacement = re_compile('\s+')
265 return re_compile(self.pattern(format), IGNORECASE)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_strptime.py16 from re import compile as re_compile unknown
251 regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
253 whitespace_replacement = re_compile('\s+')
265 return re_compile(self.pattern(format), IGNORECASE)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Dsequence.py72 from re import compile as re_compile, IGNORECASE unknown
82 SHORTCUT = re_compile(
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/lookup/
H A Dsequence.py81 from re import compile as re_compile, IGNORECASE unknown
91 SHORTCUT = re_compile(
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/lookup/
H A Dsequence.py80 from re import compile as re_compile, IGNORECASE unknown
90 SHORTCUT = re_compile(
/dports/www/webpy/web.py-0.62/web/
H A Dbrowser.py9 from .utils import re_compile
179 lambda link: re_compile(text_regex).search(link.string or "")
185 lambda link: re_compile(url_regex).search(link.get("href", ""))
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/
H A Dre.h41 re_t re_compile(const char* pattern);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/
H A Dre.h41 re_t re_compile(const char* pattern);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/
H A Dre.h41 re_t re_compile(const char* pattern);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/
H A Dre.h41 re_t re_compile(const char* pattern);
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/
H A Dre.h41 re_t re_compile(const char* pattern);
/dports/astro/py-astropy/astropy-5.0/astropy/extern/
H A D_strptime.py24 from re import compile as re_compile unknown
266 regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
268 whitespace_replacement = re_compile(r'\s+')
280 return re_compile(self.pattern(format), IGNORECASE)
/dports/devel/py-asciimatics/asciimatics-1.13.0/asciimatics/widgets/
H A Dfilebrowser.py7 from re import compile as re_compile unknown
49 self._file_filter = None if file_filter is None else re_compile(file_filter)

1234567