Searched refs:except_filter (Results 1 – 5 of 5) sorted by relevance
194 if conf.except_filter:196 filter = "(%s) and not (%s)" % (filter, conf.except_filter)198 filter = "not (%s)" % conf.except_filter263 if conf.except_filter:265 filter = "(%s) and not (%s)" % (filter, conf.except_filter)267 filter = "not (%s)" % conf.except_filter455 if conf.except_filter:457 filter = "(%s) and not (%s)" % (filter, conf.except_filter)459 filter = "not (%s)" % conf.except_filter599 if conf.except_filter:[all …]
406 if conf.except_filter:408 filter = "(%s) and not (%s)" % (filter, conf.except_filter)410 filter = "not (%s)" % conf.except_filter499 if conf.except_filter:501 filter = "(%s) and not (%s)" % (filter, conf.except_filter)503 filter = "not (%s)" % conf.except_filter566 if conf.except_filter:568 filter = "(%s) and not (%s)" % (filter, conf.except_filter)570 filter = "not (%s)" % conf.except_filter
95 if conf.except_filter:97 filter = "(%s) and not (%s)" % (filter, conf.except_filter)99 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
413 except_filter = "" variable in Conf