github.com/andybalholm/cascadia.nthPseudoClassSelector.a (field)
8 uses
github.com/andybalholm/cascadia (current package)
parser.go#L517: out = nthPseudoClassSelector{a: a, b: b, last: last, ofType: ofType}
parser.go#L520: out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: false}
parser.go#L522: out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: true}
parser.go#L524: out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: false}
parser.go#L526: out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: true}
selector.go#L492: a, b int
selector.go#L497: if s.a == 0 {
selector.go#L504: return nthChildMatch(s.a, s.b, s.last, s.ofType, n)
 |
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. |