- Sort Score
- Result 10 results
- Languages All
Results 381 - 387 of 387 for cleanly (0.59 sec)
-
cmd/sts-handlers_test.go
if err != nil { c.Fatalf("export %d: policy add error: %v", caseNum, err) } } for userDN, policies := range content.ldapUserPolicyMappings { // No need to detach, we are starting from a clean slate after exporting. _, err := s.adm.AttachPolicyLDAP(ctx, madmin.PolicyAssociationReq{ Policies: policies, User: userDN, }) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 100.2K bytes - Viewed (1) -
api/maven-api-model/src/main/mdo/maven.mdo
| in as many languages as possible. (see MNG-3626) | | o annotation mechanism so that changes to the model can be accurately tracked. | | o need to clean up all the descriptions, matching anything to the current project-descriptor.xml file and | improving on that | | o use enums where appropriate (eg dependency scope) |
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT = 6 pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT ideal-int pkg testing, method (*B) Cleanup(func()) pkg testing, method (*T) Cleanup(func()) pkg testing, type TB interface, Cleanup(func()) pkg unicode, const Version = "12.0.0" pkg unicode, var Elymaic *RangeTable pkg unicode, var Nandinagari *RangeTable pkg unicode, var Nyiakeng_Puachue_Hmong *RangeTable
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
cmd/site-replication.go
} // In this case, it means at least one cluster was added // successfully, we need to send a response to the client with // some details - FIXME: the disks on this cluster would need to // be cleaned to recover. partial := madmin.ReplicateAddStatus{ Status: madmin.ReplicateAddStatusPartial, ErrDetail: peerAddErr.Error(), } return partial, nil }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
randomPoint(c, func(b []byte) error { return drbg.ReadWithReader(rand, b) }) if err != nil { return nil, err } priv := &PrivateKey{ pub: PublicKey{ curve: c.curve, q: Q.Bytes(), }, d: k.Bytes(c.N), } if err := fipsPCT(c, priv); err != nil { // This clearly can't happen, but FIPS 140-3 mandates that we check it. panic(err) } return priv, nil } // randomPoint returns a random scalar and the corresponding point using a // procedure equivalent to FIPS 186-5, Appendix A.2.2 (ECDSA Key Pair Generation //...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
doc/go_spec.html
type Constraint ~int // illegal: ~int is not in a type parameter list </pre> <!-- We should be able to simplify the rules for comparable or delegate some of them elsewhere since we have a section that clearly defines how interfaces implement other interfaces based on their type sets. But this should get us going for now. --> <p> The <a href="#Predeclared_identifiers">predeclared</a>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
api/go1.txt
pkg os/user, type User struct, Name string pkg os/user, type User struct, Uid string pkg os/user, type User struct, Username string pkg path, func Base(string) string pkg path, func Clean(string) string pkg path, func Dir(string) string pkg path, func Ext(string) string pkg path, func IsAbs(string) bool pkg path, func Join(...string) string pkg path, func Match(string, string) (bool, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)