type github.com/andybalholm/cascadia.Sel
14 uses
github.com/andybalholm/cascadia (current package)
parser.go#L426: func (p *parser) parsePseudoclassSelector() (out Sel, err error) {
parser.go#L688: func (p *parser) parseSimpleSelectorSequence() (Sel, error) {
parser.go#L689: var selectors []Sel
parser.go#L712: ns Sel
parser.go#L740: func (p *parser) parseSelector() (Sel, error) {
parser.go#L750: c Sel
selector.go#L21: type Sel interface {
selector.go#L27: func Parse(sel string) (Sel, error) {
selector.go#L715: selectors []Sel
selector.go#L741: first Sel
selector.go#L743: second Sel
selector.go#L823: type SelectorGroup []Sel
golang.org/x/pkgsite/internal/testing/htmlcheck
htmlcheck.go#L77: func allMatching(n *html.Node, sel cascadia.Sel) []*html.Node {
htmlcheck.go#L111: func mustParseSelector(s string) cascadia.Sel {
![]() |
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. |