Home
last modified time | relevance | path

Searched defs:tagSelector (Results 1 – 9 of 9) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/cascadia/
H A Dselector.go210 type tagSelector struct { struct
211 tag string
215 func (t tagSelector) Match(n *html.Node) bool {
219 func (c tagSelector) Specificity() Specificity {
223 func (c tagSelector) PseudoElement() string {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/andybalholm/cascadia/
H A Dselector.go210 type tagSelector struct { struct
211 tag string
215 func (t tagSelector) Match(n *html.Node) bool {
219 func (c tagSelector) Specificity() Specificity {
223 func (c tagSelector) PseudoElement() string {
/dports/mail/p5-Mail-Message/Mail-Message-3.011/lib/Mail/Message/Field/
H A DDKIM.pm79 sub tagSelector() { shift->tag('s') } subroutine
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/cascadia/
H A Dselector.go211 type tagSelector struct { struct
212 tag string
216 func (t tagSelector) Match(n *html.Node) bool {
220 func (c tagSelector) Specificity() Specificity {
224 func (c tagSelector) PseudoElement() string {
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/andybalholm/cascadia/
H A Dselector.go211 type tagSelector struct { struct
212 tag string
216 func (t tagSelector) Match(n *html.Node) bool {
220 func (c tagSelector) Specificity() Specificity {
224 func (c tagSelector) PseudoElement() string {
/dports/www/colly/colly-2.1.0/vendor/github.com/andybalholm/cascadia/
H A Dselector.go211 type tagSelector struct { struct
212 tag string
216 func (t tagSelector) Match(n *html.Node) bool {
220 func (c tagSelector) Specificity() Specificity {
224 func (c tagSelector) PseudoElement() string {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/andybalholm/cascadia/
H A Dselector.go172 type tagSelector struct { struct
173 tag string
177 func (t tagSelector) Match(n *html.Node) bool {
181 func (c tagSelector) Specificity() Specificity {
/dports/finance/kraft/kraft-0.97/src/
H A Dpositionviewwidget.cpp216 Attribute tagSelector = amap[DocPosition::ExtraDiscountTagRequired]; in setDocPosition() local
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dcssstyleselector.h330 WTF::HashMap<unsigned, int> tagSelector; variable