Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for entityvalue (0.05 seconds)

  1. cmd/site-replication.go

    		var allPolicies map[string]PolicyDoc
    		if opts.Entity == madmin.SRPolicyEntity {
    			if p, err := globalIAMSys.store.GetPolicyDoc(opts.EntityValue); err == nil {
    				allPolicies = map[string]PolicyDoc{opts.EntityValue: p}
    			}
    		} else {
    			// Replicate IAM policies on local to all peers.
    			allPolicies, err = globalIAMSys.store.listPolicyDocs(ctx, "")
    			if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
  2. android/guava/src/com/google/common/cache/LocalCache.java

                for (ReferenceEntry<K, V> e = table.get(i); e != null; e = e.getNext()) {
                  V entryValue = getLiveValue(e, now);
                  if (entryValue == null) {
                    continue;
                  }
                  if (map.valueEquivalence.equivalent(value, entryValue)) {
                    return true;
                  }
                }
              }
            }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 143.5K bytes
    - Click Count (0)
  3. guava/src/com/google/common/cache/LocalCache.java

                for (ReferenceEntry<K, V> e = table.get(i); e != null; e = e.getNext()) {
                  V entryValue = getLiveValue(e, now);
                  if (entryValue == null) {
                    continue;
                  }
                  if (map.valueEquivalence.equivalent(value, entryValue)) {
                    return true;
                  }
                }
              }
            }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 148.9K bytes
    - Click Count (0)
Back to Top