Home
last modified time | relevance | path

Searched refs:branch_re (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Devel-Cover/Devel-Cover-1.36/bin/
H A Dgcov2perl59 my $branch_re = qr/^branch\s+(\d+)\s+(?:taken|never)\s+(\w+)/;
90 } elsif ($gcov_text =~ $branch_re) {
97 while ($gcov_text =~ $branch_re) {
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dfilter.py40 branch=NotABranch, branch_re=None, branch_fn=None, argument
48 (branch, branch_re, branch_fn, "branch"),
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dssfilter.py147 branch_eq=NotABranch, branch_not_eq=NotABranch, branch_re=None, branch_not_re=None, argument
159 branch_re, branch_not_re, 'branch')
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/PAML/
H A D_parse_codeml.py165 branch_re = re.compile(r"\s+(\d+\.\.\d+)[\s+\d+\.\d+]+")
172 branch_res = branch_re.match(line)
/dports/devel/py-buildbot/buildbot-3.4.1/docs/examples/
H A Dgit_gerrit.cfg65 … change_filter=util.ChangeFilter(branch_re="master/*", filter_fn=change_code_review_plus_2),
/dports/games/spring/spring_98.0/buildbot/master/
H A Dmaster.cfg93 change_filter=ChangeFilter(branch_re='develop|release|post_release'),
99 change_filter=ChangeFilter(branch_re='master'),
/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A D0.9.0b1.rst212 branch_re='v[0-9]+\.[0-9]+\.[0-9]+(?:-pre|rc[0-9]+|p[0-9]+)?')
H A D0.9.0.rst291 branch_re='v[0-9]+\.[0-9]+\.[0-9]+(?:-pre|rc[0-9]+|p[0-9]+)?')