- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for ContainsAny (0.17 sec)
-
lib/fips140/v1.0.0.zip
also // be added to crypto/internal/fips140test. If a package p calls CAST on the first // use of the algorithm, an invocation of that algorithm should be added to // fipstest.TestConditionals. func CAST(name string, f func() error) { if strings.ContainsAny(name, ",#=:") { panic("fips: invalid self-test name: " + name) } if !Enabled { return } err := f() if name == failfipscast { err = errors.New("simulated CAST failure") } if err != nil { fatal("FIPS 140-3 self-test failed: " + name + ": " + err.Error())...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg strconv, type NumError struct, Num string pkg strconv, var ErrRange error pkg strconv, var ErrSyntax error pkg strings, func Contains(string, string) bool pkg strings, func ContainsAny(string, string) bool pkg strings, func ContainsRune(string, int32) bool pkg strings, func Count(string, string) int pkg strings, func EqualFold(string, string) bool pkg strings, func Fields(string) []string
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)