Searched refs:bug_url_short (Results 1 – 1 of 1) sorted by relevance
56 match = re.search(Bugzilla.bug_url_short, message)71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE)229 bug_url_short = r"http\://webkit\.org/b/(?P<bug_id>\d+)" variable in Bugzilla