const golang.org/x/net/html/atom.P
21 uses
golang.org/x/net/html/atom (current package)
table.go#L283: P Atom = 0xc01
golang.org/x/net/html
parse.go#L210: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc:
parse.go#L905: case a.Address, a.Article, a.Aside, a.Blockquote, a.Center, a.Details, a.Dialog, a.Dir, a.Div, a.Dl, a.Fieldset, a.Figcaption, a.Figure, a.Footer, a.Header, a.Hgroup, a.Main, a.Menu, a.Nav, a.Ol, a.P, a.Section, a.Summary, a.Ul:
parse.go#L906: p.popUntil(buttonScope, a.P)
parse.go#L909: p.popUntil(buttonScope, a.P)
parse.go#L916: p.popUntil(buttonScope, a.P)
parse.go#L925: p.popUntil(buttonScope, a.P)
parse.go#L937: case a.Address, a.Div, a.P:
parse.go#L946: p.popUntil(buttonScope, a.P)
parse.go#L955: case a.Address, a.Div, a.P:
parse.go#L964: p.popUntil(buttonScope, a.P)
parse.go#L967: p.popUntil(buttonScope, a.P)
parse.go#L1002: p.popUntil(buttonScope, a.P)
parse.go#L1029: p.popUntil(buttonScope, a.P)
parse.go#L1044: p.popUntil(buttonScope, a.P)
parse.go#L1143: case a.P:
parse.go#L1144: if !p.elementInScope(buttonScope, a.P) {
parse.go#L1145: p.parseImpliedToken(StartTagToken, a.P, a.P.String())
parse.go#L1147: p.popUntil(buttonScope, a.P)
parse.go#L1181: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc, a.Tbody, a.Td, a.Tfoot, a.Th,
 |
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. |