type github.com/microcosm-cc/bluemonday.attrPolicy
12 uses
github.com/microcosm-cc/bluemonday (current package)
policy.go#L77: elsAndAttrs map[string]map[string]attrPolicy
policy.go#L80: globalAttrs map[string]attrPolicy
policy.go#L99: type attrPolicy struct {
policy.go#L119: p.elsAndAttrs = make(map[string]map[string]attrPolicy)
policy.go#L120: p.globalAttrs = make(map[string]attrPolicy)
policy.go#L225: abp.p.elsAndAttrs[element] = make(map[string]attrPolicy)
policy.go#L228: ap := attrPolicy{}
policy.go#L240: abp.p.elsAndAttrs[element] = make(map[string]attrPolicy)
policy.go#L254: abp.p.globalAttrs[attr] = attrPolicy{}
policy.go#L257: ap := attrPolicy{}
policy.go#L278: p.elsAndAttrs[element] = make(map[string]attrPolicy)
sanitize.go#L258: aps map[string]attrPolicy,
![]() |
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. |