Home
last modified time | relevance | path

Searched refs:re (Results 14451 – 14475 of 357879) sorted by relevance

1...<<571572573574575576577578579580>>...14316

/dports/textproc/zorba/zorba-2.7.0/src/zorbautils/
H A Dstring_util.cpp107 unicode::regex re; in match_part() local
108 re.compile( pattern, flags ); in match_part()
109 return re.match_part( in ); in match_part()
113 unicode::regex re; in match_whole() local
114 re.compile( pattern, flags ); in match_whole()
115 return re.match_whole( in ); in match_whole()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dcondbreak.exp191 …-re "Continuing\\..*Breakpoint \[0-9\]+, marker1 \\(\\) at .*$srcfile1:($bp_location15|$bp_locati…
194 …-re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker1 \\(\\) at .*$srcfile1:($bp_location15|$b…
197 -re "$gdb_prompt $" {
210 …-re "Continuing\\..*Breakpoint \[0-9\]+, marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_loca…
213 …-re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|…
216 -re "$gdb_prompt $" {
H A Dptype.exp58 -re "type = enum primary1_tag \{red1, green1, blue1\}.*$gdb_prompt $"\
64 -re "type = enum \{red1, green1, blue1\}.*$gdb_prompt $"\
66 -re ".*$gdb_prompt $" { fail "ptype unnamed enumeration member" }
547 -re "type = $prototyped\[\r\n\]+$gdb_prompt $" {
550 -re "type = $plain\[\r\n\]+$gdb_prompt $" {
554 -re "$gdb_prompt $" {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dcondbreak.exp191 …-re "Continuing\\..*Breakpoint \[0-9\]+, marker1 \\(\\) at .*$srcfile1:($bp_location15|$bp_locati…
194 …-re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker1 \\(\\) at .*$srcfile1:($bp_location15|$b…
197 -re "$gdb_prompt $" {
210 …-re "Continuing\\..*Breakpoint \[0-9\]+, marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_loca…
213 …-re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|…
216 -re "$gdb_prompt $" {
H A Dptype.exp58 -re "type = enum primary1_tag \{red1, green1, blue1\}.*$gdb_prompt $"\
64 -re "type = enum \{red1, green1, blue1\}.*$gdb_prompt $"\
66 -re ".*$gdb_prompt $" { fail "ptype unnamed enumeration member" }
547 -re "type = $prototyped\[\r\n\]+$gdb_prompt $" {
550 -re "type = $plain\[\r\n\]+$gdb_prompt $" {
554 -re "$gdb_prompt $" {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
H A Dkd-vgpr.s7 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t1-re-assemble
8 ; RUN: diff %t1 %t1-re-assemble
12 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t2-re-assemble
13 ; RUN: diff %t2 %t2-re-assemble
17 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t3-re-assemble
18 ; RUN: diff %t3 %t3-re-assemble
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DDefaultAttributeTest.java60 …XMLStreamReader re = ifac.createXMLStreamReader(this.getClass().getResource(INPUT_FILE).toExternal… in testStreamReader() local
63 while (re.hasNext()) { in testStreamReader()
64 int event = re.next(); in testStreamReader()
65 … if (event == XMLStreamConstants.START_ELEMENT && re.getLocalName().equals("bookurn")) { in testStreamReader()
66 … Assert.assertTrue(re.getAttributeCount() == 0, "No attributes are expected for <bookurn> "); in testStreamReader()
67 … Assert.assertTrue(re.getNamespaceCount() == 2, "Two namespaces are expected for <bookurn> "); in testStreamReader()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DDefaultAttributeTest.java60 …XMLStreamReader re = ifac.createXMLStreamReader(this.getClass().getResource(INPUT_FILE).toExternal… in testStreamReader() local
63 while (re.hasNext()) { in testStreamReader()
64 int event = re.next(); in testStreamReader()
65 … if (event == XMLStreamConstants.START_ELEMENT && re.getLocalName().equals("bookurn")) { in testStreamReader()
66 … Assert.assertTrue(re.getAttributeCount() == 0, "No attributes are expected for <bookurn> "); in testStreamReader()
67 … Assert.assertTrue(re.getNamespaceCount() == 2, "Two namespaces are expected for <bookurn> "); in testStreamReader()
/dports/www/you-get/you-get-0.4.1545/src/you_get/extractors/
H A Dku6.py8 import re
43 meta = re.search(r'detailDataMap=(\{.+?\});', page)
48 vid = re.search(r'vid=([^&]+)', url)
53 this_meta = re.search('"?'+vid+'"?:\{(.+?)\}', meta)
56 title = re.search('title:"(.+?)"', this_meta).group(1)
57 video_url = re.search('playUrl:"(.+?)"', this_meta).group(1)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DDefaultAttributeTest.java60 …XMLStreamReader re = ifac.createXMLStreamReader(this.getClass().getResource(INPUT_FILE).toExternal… in testStreamReader() local
63 while (re.hasNext()) { in testStreamReader()
64 int event = re.next(); in testStreamReader()
65 … if (event == XMLStreamConstants.START_ELEMENT && re.getLocalName().equals("bookurn")) { in testStreamReader()
66 … Assert.assertTrue(re.getAttributeCount() == 0, "No attributes are expected for <bookurn> "); in testStreamReader()
67 … Assert.assertTrue(re.getNamespaceCount() == 2, "Two namespaces are expected for <bookurn> "); in testStreamReader()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DDefaultAttributeTest.java60 …XMLStreamReader re = ifac.createXMLStreamReader(this.getClass().getResource(INPUT_FILE).toExternal… in testStreamReader() local
63 while (re.hasNext()) { in testStreamReader()
64 int event = re.next(); in testStreamReader()
65 … if (event == XMLStreamConstants.START_ELEMENT && re.getLocalName().equals("bookurn")) { in testStreamReader()
66 … Assert.assertTrue(re.getAttributeCount() == 0, "No attributes are expected for <bookurn> "); in testStreamReader()
67 … Assert.assertTrue(re.getNamespaceCount() == 2, "Two namespaces are expected for <bookurn> "); in testStreamReader()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
H A Dkd-vgpr.s7 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t1-re-assemble
8 ; RUN: diff %t1 %t1-re-assemble
12 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t2-re-assemble
13 ; RUN: diff %t2 %t2-re-assemble
17 ; RUN: | llvm-mc --triple=amdgcn-amd-amdhsa -mcpu=gfx908 -filetype=obj -o %t3-re-assemble
18 ; RUN: diff %t3 %t3-re-assemble
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DDefaultAttributeTest.java60 …XMLStreamReader re = ifac.createXMLStreamReader(this.getClass().getResource(INPUT_FILE).toExternal… in testStreamReader() local
63 while (re.hasNext()) { in testStreamReader()
64 int event = re.next(); in testStreamReader()
65 … if (event == XMLStreamConstants.START_ELEMENT && re.getLocalName().equals("bookurn")) { in testStreamReader()
66 … Assert.assertTrue(re.getAttributeCount() == 0, "No attributes are expected for <bookurn> "); in testStreamReader()
67 … Assert.assertTrue(re.getNamespaceCount() == 2, "Two namespaces are expected for <bookurn> "); in testStreamReader()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/util/procfs/
H A Dprocfs_linux.go79 re, err := regexp.Compile(name)
83 pids := getPids(re)
102 re, err := regexp.Compile("(^|/)" + name + "$")
106 return getPids(re), nil
109 func getPids(re *regexp.Regexp) []int {
159 if re.MatchString(exe[0]) {
/dports/science/cp2k-data/cp2k-7.1.0/tools/conventions/
H A Danalyze_gfortran_warnings.py9 import re
13 blas_re = re.compile(
22 lapack_re = re.compile(
33 warning_re = re.compile(r".*[Ww]arning: (.*)")
34 warning_re_subst = re.compile(r"'\d+'") # replace occurences of '49' with *
131 return re.match(manifest["implicit"], routine)
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/regex-1.1.7/tests/
H A Dregression.rs13 let re = regex!("^.{1,2500}"); in regression_many_repeat_stack_overflow() localVariable
14 assert_eq!(vec![(0, 1)], findall!(re, "a")); in regression_many_repeat_stack_overflow()
43 let re = regex!(r"([a-f]){2}(?P<foo>[x-z])"); in regression_captures_rep() localVariable
44 let caps = re.captures(text!("abx")).unwrap(); in regression_captures_rep()
148 let re = ::regex::bytes::Regex::new(r"\bs(?:[ab])").unwrap(); in regression_nfa_stops1() localVariable
149 assert_eq!(0, re.find_iter(b"s\xE4").count()); in regression_nfa_stops1()
/dports/french/py-grammalecte-fr/grammalecte/fr/
H A Dlexicographe.py8 import re
172 self._zElidedPrefix = re.compile("(?i)^([dljmtsncç]|quoiqu|lorsqu|jusqu|puisqu|qu)['’](.+)")
173 …self._zCompoundWord = re.compile("(?i)(\\w+)-((?:les?|la)-(?:moi|toi|lui|[nv]ous|leur)|t-(?:il|ell…
174 self._zTag = re.compile("[:;/][\\w*][^:;/]*")
218 sTags = re.sub("(?<=V[1-3])[itpqnmr_eaxz]+", "", sTags)
219 sTags = re.sub("(?<=V0[ea])[itpqnmr_eaxz]+", "", sTags)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/
H A D_implementation.py6 import re
66 pats.append(re.escape(leftmost))
69 pats.append(re.escape(leftmost).replace(r"\*", "[^.]*"))
73 pats.append(re.escape(frag))
75 pat = re.compile(r"\A" + r"\.".join(pats) + r"\Z", re.IGNORECASE)
/dports/www/tikiwiki/tiki-21.2/lib/wizard/pages/
H A Duser_preferences_info.php81 $re = $userlib->get_usertracker($userinfo["userId"]);
82 if (isset($re['usersTrackerId']) and $re['usersTrackerId']) {
84 …$info = $trklib->get_item_id($re['usersTrackerId'], $trklib->get_field_id($re['usersTrackerId'], '…
85 $usertrackerId = $re['usersTrackerId'];
/dports/www/node10/node-v10.24.1/deps/v8/tools/release/
H A Dcheck_clusterfuzz.py21 import re
33 V8_COMMIT_RE = re.compile(
40 V8_INTERNAL_RE = re.compile(r"^v8::internal.*")
41 ANY_RE = re.compile(r".*")
142 match = re.match(V8_COMMIT_RE, commit["message"])
217 if (re.match(spec["crash_state"], issue["crash_state"]) and
/dports/devel/py-raven/raven-python-6.10.0/raven/contrib/django/
H A Dresolver.py3 import re
21 _optional_group_matcher = re.compile(r'\(\?\:([^\)]+)\)')
22 _named_group_matcher = re.compile(r'\(\?P<(\w+)>[^\)]+\)')
23 _non_named_group_matcher = re.compile(r'\([^\)]+\)')
25 _either_option_matcher = re.compile(r'\[([^\]]+)\|([^\]]+)\]')
26 _camel_re = re.compile(r'([A-Z]+)([a-z])')
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/packages/ssl_match_hostname/
H A D_implementation.py6 import re
66 pats.append(re.escape(leftmost))
69 pats.append(re.escape(leftmost).replace(r"\*", "[^.]*"))
73 pats.append(re.escape(frag))
75 pat = re.compile(r"\A" + r"\.".join(pats) + r"\Z", re.IGNORECASE)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/packages/ssl_match_hostname/
H A D_implementation.py6 import re
66 pats.append(re.escape(leftmost))
69 pats.append(re.escape(leftmost).replace(r"\*", "[^.]*"))
73 pats.append(re.escape(frag))
75 pat = re.compile(r"\A" + r"\.".join(pats) + r"\Z", re.IGNORECASE)
/dports/devel/py-pydevd/pydevd-1.1.1/build_tools/
H A Drename_pep8.py4 import re
8 _CAMEL_RE = re.compile(r'(?<=[a-z])([A-Z])')
9 _CAMEL_DEF_RE = re.compile(r'(def )((([A-Z0-9]+|[a-z0-9])[a-z][a-z0-9]*[A-Z]|[a-z0-9]*[A-Z][A-Z0-9]…
15 return [x[1] for x in re.findall(_CAMEL_DEF_RE, contents)]
42 contents = re.sub(key, val, contents)
55 if re.findall(r'\b%s\b' % (val,), initial_contents):
/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/
H A Dhostutils10.py16 import re
30 _PCI_VENDOR_ID_REGEX = re.compile('VEN_(.*)&DEV', re.IGNORECASE)
31 _PCI_PRODUCT_ID_REGEX = re.compile('DEV_(.*)&SUBSYS', re.IGNORECASE)
32 _PCI_ADDRESS_REGEX = re.compile(r'\b\d+\b')

1...<<571572573574575576577578579580>>...14316