HomeSort by relevance Sort by last modified time
    Searched full:patch_regexp (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebKitTools/QueueStatusServer/filters/
webkit_extras.py 37 patch_regexp = re.compile(r"patch (?P<patch_id>\d+)") variable
43 value = patch_regexp.sub(r'<a href="https://bugs.webkit.org/attachment.cgi?id=\g<patch_id>&action=prettypatch">patch \g<patch_id></a>', value)

Completed in 142 milliseconds