Home | History | Annotate | Download | only in setools

Lines Matching defs:source

37     source           The name of the source type/attribute to match.
39 be used on the source type/attribute.
49 source = CriteriaDescriptor("source_regex", "lookup_type_or_attr")
71 self.log.debug("Source: {0.source!r}, indirect: {0.source_indirect}, "
89 # Matching on source type
91 if self.source and not match_indirect_regex(
92 rule.source,
93 self.source,