Home
last modified time | relevance | path

Searched refs:COOKIE_RE (Results 1 – 12 of 12) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dphystokens.py154 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
209 matches = COOKIE_RE.findall(line_string)
292 if COOKIE_RE.search(source):
295 source_lines[lineno] = COOKIE_RE.sub("# (deleted declaration)", source_lines[lineno])
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dphystokens.py154 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
209 matches = COOKIE_RE.findall(line_string)
292 if COOKIE_RE.search(source):
295 source_lines[lineno] = COOKIE_RE.sub("# (deleted declaration)", source_lines[lineno])
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dphystokens.py154 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
209 matches = COOKIE_RE.findall(line_string)
292 if COOKIE_RE.search(source):
295 source_lines[lineno] = COOKIE_RE.sub("# (deleted declaration)", source_lines[lineno])
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dphystokens.py154 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
209 matches = COOKIE_RE.findall(line_string)
292 if COOKIE_RE.search(source):
295 source_lines[lineno] = COOKIE_RE.sub("# (deleted declaration)", source_lines[lineno])
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dphystokens.py155 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
210 matches = COOKIE_RE.findall(line_string)
293 if COOKIE_RE.search(source):
296 source_lines[lineno] = COOKIE_RE.sub("# (deleted declaration)", source_lines[lineno])
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dphystokens.py155 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
210 matches = COOKIE_RE.findall(line_string)
293 source = COOKIE_RE.sub("# (deleted declaration)", source, count=2)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/coverage/coverage/
H A Dphystokens.py156 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable
211 matches = COOKIE_RE.findall(line_string)
294 source = COOKIE_RE.sub("# (deleted declaration)", source, count=1)
/dports/www/py-cookies/cookies-2.2.1/
H A Dcookies.py310 COOKIE_RE = re.compile(COOKIE) variable in Definitions
592 matches = Definitions.COOKIE_RE.finditer(line)
/dports/www/firefox/firefox-99.0/third_party/python/cookies/
H A Dcookies.py310 COOKIE_RE = re.compile(COOKIE) variable in Definitions
592 matches = Definitions.COOKIE_RE.finditer(line)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/cookies/
H A Dcookies.py310 COOKIE_RE = re.compile(COOKIE) variable in Definitions
592 matches = Definitions.COOKIE_RE.finditer(line)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/cookies/
H A Dcookies.py310 COOKIE_RE = re.compile(COOKIE) variable in Definitions
592 matches = Definitions.COOKIE_RE.finditer(line)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/cookies/
H A Dcookies.py310 COOKIE_RE = re.compile(COOKIE) variable in Definitions
592 matches = Definitions.COOKIE_RE.finditer(line)