OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subject_pr_regex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py
168
subject_pr_regex
= re.compile(r'(^|\W)PR\s+(?P<component>[a-zA-Z0-9+-]+)/(?P<pr>\d{4,7})')
variable
350
for m in
subject_pr_regex
.finditer(info.lines[0]):
/src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py
160
subject_pr_regex
= re.compile(r'(^|\W)PR\s+(?P<component>[a-zA-Z+-]+)/(?P<pr>\d{4,7})')
variable
337
for m in
subject_pr_regex
.finditer(info.lines[0]):
Completed in 53 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026