MCPcopy Create free account

hub / github.com/217heidai/adblockfilters / functions

Functions112 in github.com/217heidai/adblockfilters

↓ 33 callersMethod__subscribeLink
(self, fileName:str, url:str=None)
readme.py:54
↓ 11 callersMethod__analysis
(self, address:str)
resolver.py:57
↓ 8 callersMethodsetChina
(self, isChina:bool)
blacklist.py:139
↓ 7 callersMethod__execute
(self, sql:str)
blacklist.py:27
↓ 5 callersMethodclose
(self)
blacklist.py:189
↓ 5 callersMethodmatch
(pattern, string)
resolver.py:70
↓ 4 callersMethodgetIPList
(self)
blacklist.py:155
↓ 2 callersMethod__CalcFileSha256
(self, filename)
updater.py:37
↓ 2 callersMethod__domainSort
(self, domainDict:Dict[str, Set[str]], blackSet:Set[str], whiteDict:Dict[str,Set[str]])
filter.py:108
↓ 2 callersMethod__download
(self, fileName, url)
blacklist.py:192
↓ 2 callersMethod__generateDomainLiteList
(self, domainList:List[str], ChinaSet:Set[str])
app/base.py:27
↓ 2 callersMethod__pingx
(self, dnsresolver:DNSResolver, domain:DOMAIN, semaphore)
blacklist.py:324
↓ 2 callersMethod__resolveFilterDomain
(self, filter)
resolver.py:97
↓ 2 callersMethodgenerate
(self, isLite=False)
app/base.py:54
↓ 2 callersMethodgetChina
(self)
blacklist.py:146
↓ 2 callersMethodsetBlock
(self, isBlock:bool)
blacklist.py:129
↓ 2 callersMethodupdate
(self, path:str)
updater.py:18
↓ 1 callersMethod__Download
(self, rule:Rule, path:str)
updater.py:44
↓ 1 callersMethod__checkTableExists
(self, tableName:str)
blacklist.py:33
↓ 1 callersMethod__filterSort
(self, filterDict:Dict[str,str], blockSet:Set[str], unblockSet:Set[str], blackSet:Set[str], whiteSet:Set[str])
filter.py:166
↓ 1 callersMethod__generateBlackList
(self, blackList)
blacklist.py:367
↓ 1 callersMethod__generateChinaList
(self, ChinaList)
blacklist.py:380
↓ 1 callersMethod__generateDomainBackup
(self, domainSet, fileName:str)
filter.py:200
↓ 1 callersMethod__generateFilterLiteList
(self, filterDict:Dict[str,str], filterList:List[str], ChinaSet:Set[str])
app/base.py:38
↓ 1 callersMethod__getBlackList
(self, fileName:str)
filter.py:57
↓ 1 callersMethod__getChinaList
(self, fileName:str)
filter.py:97
↓ 1 callersMethod__getDomainDict
(self)
blacklist.py:226
↓ 1 callersMethod__getDomainDict_db
(self, domainDict:Dict[str, DOMAIN])
blacklist.py:464
↓ 1 callersMethod__getDomainSet_CN
(self)
blacklist.py:249
↓ 1 callersMethod__getFilters
(self)
filter.py:19
↓ 1 callersMethod__getIPDict_CN
(self)
blacklist.py:286
↓ 1 callersMethod__getRuleList
(self, pwd:str)
refreshcdn.py:21
↓ 1 callersMethod__getWhiteDict
(self, whiteSet:Set[str])
filter.py:79
↓ 1 callersMethod__getWhiteList
(self, fileName:str)
filter.py:68
↓ 1 callersMethod__init_db
(self)
blacklist.py:59
↓ 1 callersMethod__ip_or_domain
(self, address:str)
resolver.py:41
↓ 1 callersMethod__ip_or_domain
(self, address:str)
blacklist.py:104
↓ 1 callersMethod__refresh
(self, fileName)
refreshcdn.py:33
↓ 1 callersMethod__resolve
(self, dnsresolver, domain)
blacklist.py:304
↓ 1 callersMethod__resolveDNS
(self, line)
resolver.py:288
↓ 1 callersMethod__resolveFilter
(self, line)
resolver.py:351
↓ 1 callersMethod__resolveHost
(self, line)
resolver.py:69
↓ 1 callersMethod__testDomain
(self, domainDict:Dict[str,DOMAIN], nameservers:str, port=53)
blacklist.py:393
↓ 1 callersMethod__updateData
(self, sql:str, dataListTuple:list=None)
blacklist.py:46
↓ 1 callersMethod__updateDomainDict_db
(self, domainDict:Dict[str, DOMAIN])
blacklist.py:477
↓ 1 callersMethodgenerate
(self, sourceRule)
filter.py:214
↓ 1 callersMethodgenerate
(self)
blacklist.py:490
↓ 1 callersMethodgenerateAll
(self)
app/base.py:57
↓ 1 callersMethodgetAll
(self)
blacklist.py:75
↓ 1 callersMethodgetBlock
(self)
blacklist.py:136
↓ 1 callersMethodgetRules
(self)
readme.py:28
↓ 1 callersMethodgetRulesNames
(self)
readme.py:43
↓ 1 callersMethodgetTimeStamp
(self)
blacklist.py:126
↓ 1 callersMethodgetUpdate
(self)
blacklist.py:158
↓ 1 callersMethodrefresh
(self)
refreshcdn.py:43
↓ 1 callersMethodrefresh
(self)
adblock.py:13
↓ 1 callersMethodregenerate
(self)
readme.py:71
↓ 1 callersMethodsetIPList
(self, ipList:List[str])
blacklist.py:149
↓ 1 callersMethodsetRules
(self, ruleList:List[Rule])
readme.py:51
↓ 1 callersMethodtoTuple
(self)
blacklist.py:161
↓ 1 callersMethodupdateALL
(self, domainList:List[Tuple])
blacklist.py:79
Method__init__
(self, ruleList:List[Rule])
updater.py:14
Method__init__
(self, name:str, type:str, url:str, latest:str, update:bool=False)
readme.py:8
Method__init__
(self, filename:str)
readme.py:18
Method__init__
(self)
refreshcdn.py:9
Method__init__
(self, ruleList:List[Rule], path:str)
filter.py:14
Method__init__
(self)
adblock.py:10
Method__init__
(self, path:str)
resolver.py:13
Method__init__
(self, dbFile: str)
blacklist.py:17
Method__init__
(self, domain:str, fld:str=None, subdomain:str=None, ip:str=None, port:int=None, isBlock:int=None, isChina:int
blacklist.py:84
Method__init__
(self, path:str)
blacklist.py:176
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/surge.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/mosdns.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/adguardhome.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/smartdns.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/base.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/quantumultx.py:9
Method__init__
( self, blockList: List[str], unblockList: List[str], filterDict: Dict[str, st
app/shadowrocket_module.py:10
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/mihomo.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/invizible.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/dnsmasq.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/loon.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/hosts.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/shadowrocket.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/singbox.py:9
Method__init__
(self, blockList:List[str], unblockList:List[str], filterDict:Dict[str,str], filterList:List[str], filterList_
app/adguard.py:9
Method__isChinaDomain
(self, domain:DOMAIN, fullSet_CN:Set[str], domainSet_CN:Set[str], regexpSet_CN:Set[str], keywordSet_CN:Set[str
blacklist.py:421
Method_refresh_all
()
refreshcdn.py:46
Method_resolve_all
()
blacklist.py:396
Method_update
()
updater.py:19
Methodclose
(self)
blacklist.py:23
Methodconnect_with_timeout
(ip, port, timeout=5)
blacklist.py:325
Methoddictadd
(d1:Dict[str,Set], d2:Dict[str,Set])
filter.py:20
Methodgenerate
(self, isLite=False)
app/surge.py:12
Methodgenerate
(self, isLite=False)
app/mosdns.py:12
Methodgenerate
(self, isLite=False)
app/adguardhome.py:12
Methodgenerate
(self, isLite=False)
app/smartdns.py:12
Methodgenerate
(self, isLite=False)
app/quantumultx.py:12
Methodgenerate
(self, isLite: bool = False)
app/shadowrocket_module.py:32
Methodgenerate
(self, isLite=False)
app/mihomo.py:12
next →1–100 of 112, ranked by callers