Searched defs:REL (Results 1 – 5 of 5) sorted by relevance
28 REL = m.group(2) or '' variable
26 public static final String REL = "rel"; field
31 public static final Attribute REL = new AttributeImpl ("REL"); field in Attribute
72 #define REL (1 << (ET_REL - 1)) macro
200 REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I) variable