Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Takken (0.21 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <name>optional</name>
              <version>4.0.0+</version>
              <description>
                Indicates the dependency is optional for use of this library. While the
                version of the dependency will be taken into account for dependency calculation if the
                library is used elsewhere, it will not be passed on transitively. Note: While the type
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    day!  Why, I haven't had a wink of sleep these three weeks!'
    
      `I'm very sorry you've been annoyed,' said Alice, who was
    beginning to see its meaning.
    
      `And just as I'd taken the highest tree in the wood,' continued
    the Pigeon, raising its voice to a shriek, `and just as I was
    thinking I should be free of them at last, they must needs come
    wriggling down from the sky!  Ugh, Serpent!'
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    day!  Why, I haven't had a wink of sleep these three weeks!'
    
      `I'm very sorry you've been annoyed,' said Alice, who was
    beginning to see its meaning.
    
      `And just as I'd taken the highest tree in the wood,' continued
    the Pigeon, raising its voice to a shriek, `and just as I was
    thinking I should be free of them at last, they must needs come
    wriggling down from the sky!  Ugh, Serpent!'
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

            .build(),
        )
    
        // At least three request/response pairs are required because after the first request is cached
        // a different execution path might be taken. Thus modifications to the cache applied during
        // the second request might not be visible until another request is performed.
        assertThat(get(server.url("/")).body.string()).isEqualTo("ABCABCABC")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    krd
    
    // kred : 2013-12-19 KredTLD Pty Ltd
    kred
    
    // kuokgroup : 2015-04-09 Kerry Trading Co. Limited
    kuokgroup
    
    // kyoto : 2014-11-07 Academic Institution: Kyoto Jyoho Gakuen
    kyoto
    
    // lacaixa : 2014-01-09 Fundación Bancaria Caixa d’Estalvis i Pensions de Barcelona, “la Caixa”
    lacaixa
    
    // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
    lamborghini
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  6. android/guava/src/com/google/common/collect/Maps.java

          while (true) {
            // correctly throws NoSuchElementException when filtered map is empty.
            K key = headMap.lastKey();
            // The cast is safe because the key is taken from the map.
            if (apply(key, uncheckedCastNullableTToT(unfiltered.get(key)))) {
              return key;
            }
            headMap = sortedMap().headMap(key);
          }
        }
    
        @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    possible. This chart has the following benefits and differences: * Designed with Helm best practices in mind (standardized values options, values schema, values are not all nested under `gateways.istio-ingressgateway.*`, release name and namespace taken into account, etc). * Utilizes Gateway injection, simplifying upgrades, allowing gateways to run in any namespace, and avoiding repeating config for sidecars and gateways. * Published to official Istio Helm repository. * Single chart for all gateways...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top