func github.com/google/safehtml/internal/safehtmlutil.QueryEscapeURL
6 uses
github.com/google/safehtml/internal/safehtmlutil (current package)
safehtmlutil.go#L53: func QueryEscapeURL(args ...interface{}) string {
github.com/google/safehtml
trustedresourceurl.go#L79: url += sep + safehtmlutil.QueryEscapeURL(k) + "=" + safehtmlutil.QueryEscapeURL(v)
trustedresourceurl.go#L149: return safehtmlutil.QueryEscapeURL(argVal)
trustedresourceurl.go#L187: return TrustedResourceURL{t.str + safehtmlutil.QueryEscapeURL(s)}, nil
github.com/google/safehtml/template
sanitizers.go#L94: queryEscapeURLFuncName: safehtmlutil.QueryEscapeURL,
![]() |
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. |