Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,680 for Keys (0.07 sec)

  1. maven-core/src/main/java/org/apache/maven/resolver/MavenChainedWorkspaceReader.java

                    return true;
                } else {
                    return obj != null && this.getClass().equals(obj.getClass()) && this.keys.equals(((Key) obj).keys);
                }
            }
    
            public int hashCode() {
                return this.keys.hashCode();
            }
        }
    
        /**
         * chains a collection of {@link WorkspaceReader}s
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. src/net/http/header.go

    // It is case insensitive; [textproto.CanonicalMIMEHeaderKey] is
    // used to canonicalize the provided key. Get assumes that all
    // keys are stored in canonical form. To use non-canonical keys,
    // access the map directly.
    func (h Header) Get(key string) string {
    	return textproto.MIMEHeader(h).Get(key)
    }
    
    // Values returns all values associated with the given key.
    // It is case insensitive; [textproto.CanonicalMIMEHeaderKey] is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

      }
    
      @MapFeature.Require(SUPPORTS_PUT)
      @CollectionSize.Require(absent = ZERO)
      public void testPutPresentKeyPropagatesToGet() {
        List<K> keys = Helpers.copyToList(multimap().keySet());
        for (K key : keys) {
          resetContainer();
    
          int size = getNumElements();
    
          Collection<V> collection = multimap().get(key);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

      }
    
      @MapFeature.Require(SUPPORTS_PUT)
      @CollectionSize.Require(absent = ZERO)
      public void testPutPresentKeyPropagatesToGet() {
        List<K> keys = Helpers.copyToList(multimap().keySet());
        for (K key : keys) {
          resetContainer();
    
          int size = getNumElements();
    
          Collection<V> collection = multimap().get(key);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/TreeBasedTable.java

    import java.util.TreeMap;
    import javax.annotation.CheckForNull;
    
    /**
     * Implementation of {@code Table} whose row keys and column keys are ordered by their natural
     * ordering or by supplied comparators. When constructing a {@code TreeBasedTable}, you may provide
     * comparators for the row keys and the column keys, or you may use natural ordering for both.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/cache/expiring_test.go

    	const numKeys = 1 << 16
    	cache := NewExpiring()
    
    	keys := []string{}
    	for i := 0; i < numKeys; i++ {
    		key := uuid.New().String()
    		keys = append(keys, key)
    	}
    
    	b.ResetTimer()
    
    	b.SetParallelism(256)
    	b.RunParallel(func(pb *testing.PB) {
    		rand := rand.New(rand.NewSource(rand.Int63()))
    		for pb.Next() {
    			i := rand.Int31()
    			key := keys[i%numKeys]
    			_, ok := cache.Get(key)
    			if ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 22 15:51:23 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/etcd3/compact.go

    		go compactor(ctx, client, compactInterval)
    	}
    }
    
    // compactor periodically compacts historical versions of keys in etcd.
    // It will compact keys with versions older than given interval.
    // In other words, after compaction, it will only contain keys set during last interval.
    // Any API call for the older versions of keys will return error.
    // Interval is the time interval between each compaction. The first compaction happens after "interval".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 17 02:54:36 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  8. operator/pkg/helm/helm.go

    		}
    	}
    
    	// Create sorted array of keys to iterate over, to stabilize the order of the rendered templates
    	keys := make([]string, 0, len(files))
    	for k := range files {
    		if strings.HasSuffix(k, NotesFileNameSuffix) {
    			continue
    		}
    		keys = append(keys, k)
    	}
    	sort.Strings(keys)
    
    	var sb strings.Builder
    	for i := 0; i < len(keys); i++ {
    		f := files[keys[i]]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/crypto/hkdf/hkdf.go

    // Function (HKDF) as defined in RFC 5869.
    //
    // HKDF is a cryptographic key derivation function (KDF) with the goal of
    // expanding limited input keying material into one or more cryptographically
    // strong secret keys.
    package hkdf // import "golang.org/x/crypto/hkdf"
    
    import (
    	"crypto/hmac"
    	"errors"
    	"hash"
    	"io"
    )
    
    // Extract generates a pseudorandom key for use with Expand from an input secret
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. src/crypto/ecdh/ecdh.go

    	// Version 2.0, Section 2.3.4. Compressed encodings and the point at
    	// infinity are rejected.
    	//
    	// For X25519, this only checks the u-coordinate length. Adversarially
    	// selected public keys can cause ECDH to return an error.
    	NewPublicKey(key []byte) (*PublicKey, error)
    
    	// ecdh performs an ECDH exchange and returns the shared secret. It's exposed
    	// as the PrivateKey.ECDH method.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top