func html/template.isHex
6 uses
html/template (current package)
css.go#L78: if isHex(s[1]) {
css.go#L82: for j < len(s) && j < 7 && isHex(s[j]) {
css.go#L104: func isHex(c byte) bool {
css.go#L178: if repl != `\\` && (written == len(s) || isHex(s[written]) || isCSSSpace(s[written])) {
url.go#L121: if norm && i+2 < len(s) && isHex(s[i+1]) && isHex(s[i+2]) {
 |
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. |