- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for hasone (0.03 sec)
-
cmd/erasure-object.go
// for delete's we do not need to honor storage // class for objects that have reduced quorum // due to storage class - this only needs to be honored // for Read() requests alone that we already do. writeQuorum := len(disks)/2 + 1 g := errgroup.WithNErrs(len(disks)) for index := range disks { g.Go(func() error { if disks[index] == nil { return errDiskNotFound
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 80.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} final NamingEnumeration<SearchResult> results = context.search(bindDn, "(name=" + escapeLDAPSearchFilter(groupName) + ")", searchControls); if (results.hasMore()) { final SearchResult searchResult = results.next(); final Attribute attribute = searchResult.getAttributes().get("sAMAccountName"); if (logger.isDebugEnabled()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0)