github.com/microcosm-cc/bluemonday.Policy.elsAndAttrs (field)
12 uses
github.com/microcosm-cc/bluemonday (current package)
policy.go#L77: elsAndAttrs map[string]map[string]attrPolicy
policy.go#L119: p.elsAndAttrs = make(map[string]map[string]attrPolicy)
policy.go#L224: if _, ok := abp.p.elsAndAttrs[element]; !ok {
policy.go#L225: abp.p.elsAndAttrs[element] = make(map[string]attrPolicy)
policy.go#L233: abp.p.elsAndAttrs[element][attr] = ap
policy.go#L239: if _, ok := abp.p.elsAndAttrs[element]; !ok {
policy.go#L240: abp.p.elsAndAttrs[element] = make(map[string]attrPolicy)
policy.go#L277: if _, ok := p.elsAndAttrs[element]; !ok {
policy.go#L278: p.elsAndAttrs[element] = make(map[string]attrPolicy)
sanitize.go#L138: aps, ok := p.elsAndAttrs[token.Data]
sanitize.go#L186: if _, ok := p.elsAndAttrs[token.Data]; !ok {
sanitize.go#L205: aps, ok := p.elsAndAttrs[token.Data]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |