- Sort Score
- Result 10 results
- Languages All
Results 341 - 344 of 344 for Unknwon (0.08 sec)
-
CHANGELOG/CHANGELOG-1.31.md
- Kube-apiserver: the `--encryption-provider-config` file is now loaded with strict deserialization, which fails if the config file contains duplicate or unknown fields. This protects against accidentally running with config files that are malformed, mis-indented, or have typos in field names, and getting unexpected behavior. When `--encryption-provider-config-automatic-reload` is used, new encryption config...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
doc/go_spec.html
</pre> <p> All non-blank names in the list must be unique. Each name declares a type parameter, which is a new and different <a href="#Types">named type</a> that acts as a placeholder for an (as of yet) unknown type in the declaration. The type parameter is replaced with a <i>type argument</i> upon <a href="#Instantiations">instantiation</a> of the generic function or type. </p> <pre> [P any]
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
} got, ok := NewNat().InverseVarTime(a, m) if !ok { t.Fatal("not invertible") } exp, err := NewNat().SetBytes(decodeHex(t, ModInv), m) if err != nil { t.Fatal(err) } if got.Equal(exp) != 1 { t.Errorf("%v != %v", got, exp) } }) default: t.Fatalf("unknown key %q on line %d", k, lineNum) } } if err := scanner.Err(); err != nil { t.Fatal(err) } } func decodeHex(t *testing.T, s string) []byte { t.Helper() if len(s)%2 != 0 { s = "0" + s } b, err := hex.DecodeString(s) if err != nil { t.Fatalf("failed to...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
src/main/webapp/js/admin/moment-with-locales.min.js
(this._months)),e){case"week":return a/7+s/6048e5;case"day":return a+s/864e5;case"hour":return 24*a+s/36e5;case"minute":return 1440*a+s/6e4;case"second":return 86400*a+s/1e3;case"millisecond":return Math.floor(864e5*a)+s;default:throw new Error("Unknown unit "+e)}},Xt.asMilliseconds=jt,Xt.asSeconds=xt,Xt.asMinutes=Pt,Xt.asHours=Ot,Xt.asDays=Wt,Xt.asWeeks=At,Xt.asMonths=Et,Xt.asQuarters=Ft,Xt.asYears=zt,Xt.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%1...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 360.5K bytes - Viewed (2)