Searched refs:blacklist (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/
H A Ddl_cleanup.py95 blacklist = [ variable
149 print " -B|--show-blacklist Show the blacklist and exit"
150 print " -w|--whitelist ITEM Remove ITEM from blacklist"
158 [ "help", "dry-run", "show-blacklist", "whitelist=", ])
173 for i in range(0, len(blacklist)):
174 (name, regex) = blacklist[i]
176 del blacklist[i]
180 "is not in blacklist"
182 if o in ("-B", "--show-blacklist")
[all...]

Completed in 23 milliseconds