Home
last modified time | relevance | path

Searched refs:DomainMatchRule (Results 1 – 8 of 8) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/adblock/
H A Dadblockrule.h123 DomainMatchRule = 1, enumerator
H A Dadblockrule.cpp255 else if (m_type == DomainMatchRule) { in networkMatch()
532 m_type = DomainMatchRule; in parseFilter()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/webengineurlinterceptor/adblock/lib/
H A Dadblockrule.h77 DomainMatchRule = 1, enumerator
H A Dadblockrule.cpp465 m_type = DomainMatchRule; in parseFilter()
626 } else if (m_type == DomainMatchRule) { in stringMatch()
/dports/www/falkon/falkon-3.2.0/src/lib/adblock/
H A Dadblockrule.h119 DomainMatchRule = 1, enumerator
H A Dadblockrule.cpp585 m_type = DomainMatchRule; in parseFilter()
764 case DomainMatchRule: in stringMatch()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/AdBlock/
H A DAdBlockRule.py47 DomainMatchRule = 1 variable in AdBlockRuleType
293 self.__type = AdBlockRuleType.DomainMatchRule
498 elif self.__type == AdBlockRuleType.DomainMatchRule:
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api10472 eric6.WebBrowser.AdBlock.AdBlockRule.AdBlockRuleType.DomainMatchRule?7