Searched refs:except_filter (Results 1 – 5 of 5) sorted by relevance
548 if conf.except_filter:550 filter = "(%s) and not (%s)" % (filter, conf.except_filter) # noqa: E501552 filter = "not (%s)" % conf.except_filter607 if conf.except_filter:609 filter = "(%s) and not (%s)" % (filter, conf.except_filter) # noqa: E501611 filter = "not (%s)" % conf.except_filter
222 if conf.except_filter:224 filter = "(%s) and not (%s)" % (filter, conf.except_filter)226 filter = "not (%s)" % conf.except_filter
208 if conf.except_filter:210 filter = "(%s) and not (%s)" % (filter, conf.except_filter)212 filter = "not (%s)" % conf.except_filter
572 if conf.except_filter:574 filter = "(%s) and not (%s)" % (filter, conf.except_filter)576 filter = "not (%s)" % conf.except_filter
955 except_filter = "" variable in Conf