- Sort Score
- Result 10 results
- Languages All
Results 381 - 386 of 386 for password1 (0.07 sec)
-
CREDITS
in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Node-Problem-Detector configuration is now decoupled from the Kubernetes release on GKE/GCE. ([#73288](https://github.com/kubernetes/kubernetes/pull/73288), [@wangzhen127](https://github.com/wangzhen127)) * Restores --username and --password flags to kubectl ([#75451](https://github.com/kubernetes/kubernetes/pull/75451), [@liggitt](https://github.com/liggitt))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
* Restores --username and --password flags to kubectl ([#75451](https://github.com/kubernetes/kubernetes/pull/75451), [@liggitt](https://github.com/liggitt))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
integer size. func divRoundUp(x, y int) int { return int((int64(x) + int64(y) - 1) / int64(y)) } func Key[Hash fips140.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error) { setServiceIndicator(salt, keyLength) if keyLength <= 0 { return nil, errors.New("pkbdf2: keyLength must be larger than 0") } prf := hmac.New(h, []byte(password)) hmac.MarkAsUsedInKDF(prf) hashLen := prf.Size() numBlocks := divRoundUp(keyLength, hashLen) const maxBlocks = int64(1<<32 - 1) if keyLength+hashLen...
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 net/url, method (*URL) Query() Values pkg net/url, method (*URL) RequestURI() string pkg net/url, method (*URL) ResolveReference(*URL) *URL pkg net/url, method (*URL) String() string pkg net/url, method (*Userinfo) Password() (string, bool) pkg net/url, method (*Userinfo) String() string pkg net/url, method (*Userinfo) Username() string pkg net/url, method (EscapeError) Error() string pkg net/url, method (Values) Add(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) -
src/main/webapp/css/admin/adminlte.min.css.map
border-radius(50%);\n background-color: $white;\n left: -10px;\n padding: 5px;\n position: absolute;\n top: -25px;\n z-index: 10;\n\n > img {\n @include border-radius(50%);\n height: 70px;\n width: 70px;\n }\n}\n\n// Contains the password input and the login button\n.lockscreen-credentials {\n margin-left: 70px;\n\n .form-control {\n border: 0;\n }\n\n .btn {\n background-color: $white;\n border: 0;\n padding: 0 10px;\n }\n}\n\n.lockscreen-footer {\n margin-top:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)