type github.com/microcosm-cc/bluemonday.attrPolicyBuilder
11 uses
github.com/microcosm-cc/bluemonday (current package)
policy.go#L106: type attrPolicyBuilder struct {
policy.go#L148: func (p *Policy) AllowAttrs(attrNames ...string) *attrPolicyBuilder {
policy.go#L152: abp := attrPolicyBuilder{
policy.go#L183: func (p *Policy) AllowNoAttrs() *attrPolicyBuilder {
policy.go#L187: abp := attrPolicyBuilder{
policy.go#L198: func (abp *attrPolicyBuilder) AllowNoAttrs() *attrPolicyBuilder {
policy.go#L208: func (abp *attrPolicyBuilder) Matching(regex *regexp.Regexp) *attrPolicyBuilder {
policy.go#L217: func (abp *attrPolicyBuilder) OnElements(elements ...string) *Policy {
policy.go#L250: func (abp *attrPolicyBuilder) Globally() *Policy {
![]() |
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. |