github.com/andybalholm/cascadia.nthPseudoClassSelector.last (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#L493: last, ofType bool
selector.go#L498: if s.last {
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. |