Searched refs:all_domains (Results 1 – 3 of 3) sorted by relevance
501 all_domains = []507 if len(re.findall("(.*)%s" % "_initrc$", m[0])) == 0 and m[0] not in all_domains:508 all_domains.append(m[0])509 return all_domains556 all_domains = None variable560 global all_domains561 if not all_domains:562 all_domains = info(ATTRIBUTE, "domain")[0]["types"]563 return all_domains774 global all_domains[all …]
412 self.all_domains = get_all_domains()468 if t + "_t" in self.all_domains:541 for f in self.all_domains:
154 elif options.all_domains: