Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for Marche (0.05 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    appspot.com
    appudo.net
    aq
    aq.it
    aquarelle
    aquila.it
    ar
    ar.it
    ar.us
    arab
    arai.shizuoka.jp
    arakawa.saitama.jp
    arakawa.tokyo.jp
    aramco
    arao.kumamoto.jp
    archer.replit.dev
    archi
    architectes.bj
    ardal.no
    aremark.no
    arendal.no
    arezzo.it
    ariake.saga.jp
    arida.wakayama.jp
    aridagawa.wakayama.jp
    arita.saga.jp
    arkhangelsk.su
    armenia.su
    army
    arna.no
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-05-27 22:00
    - 129.6K bytes
    - Viewed (1)
  2. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    appspot.com
    appudo.net
    aq
    aq.it
    aquarelle
    aquila.it
    ar
    ar.it
    ar.us
    arab
    arai.shizuoka.jp
    arakawa.saitama.jp
    arakawa.tokyo.jp
    aramco
    arao.kumamoto.jp
    archer.replit.dev
    archi
    architectes.bj
    ardal.no
    aremark.no
    arendal.no
    arezzo.it
    ariake.saga.jp
    arida.wakayama.jp
    aridagawa.wakayama.jp
    arita.saga.jp
    arkhangelsk.su
    armenia.su
    army
    arna.no
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-31 14:50
    - 129.6K bytes
    - Viewed (1)
  3. okhttp/src/androidMain/baseline-prof.txt

    Lokhttp3/internal/_UtilJvmKt;
    Lokhttp3/internal/cache/CacheInterceptor$Companion;
    Lokhttp3/internal/cache/CacheInterceptor$cacheWritingResponse$cacheWritingSource$1;
    Lokhttp3/internal/cache/CacheInterceptor;
    Lokhttp3/internal/cache/CacheRequest;
    Lokhttp3/internal/cache/CacheStrategy;
    Lokhttp3/internal/cache/DiskLruCache$Editor;
    Lokhttp3/internal/cache/DiskLruCache$Entry;
    Lokhttp3/internal/cache/DiskLruCache$Snapshot;
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-30 23:28
    - 127.9K bytes
    - Viewed (0)
  4. .teamcity/test-buckets.json

              "base-ide-plugins",
              "base-services",
              "base-services-groovy",
              "build-cache",
              "build-cache-base",
              "build-cache-example-client",
              "build-cache-http",
              "build-cache-local",
              "build-cache-packaging",
              "build-cache-spi",
              "build-configuration",
              "build-events",
              "build-init",
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-01 00:22
    - 118.3K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

    """
        fileSystem.createDirectory(cache.directoryPath)
        writeFile(cache.directoryPath, "$urlKey.0", entryMetadata)
        writeFile(cache.directoryPath, "$urlKey.1", entryBody)
        writeFile(cache.directoryPath, "journal", journalBody)
        cache = Cache(fileSystem, cache.directory.path.toPath(), Int.MAX_VALUE.toLong())
        client =
          client
            .newBuilder()
            .cache(cache)
            .build()
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-03-19 19:25
    - 111.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/cache/LocalCache.java

        transient @Nullable Cache<K, V> delegate;
    
        ManualSerializationProxy(LocalCache<K, V> cache) {
          this(
              cache.keyStrength,
              cache.valueStrength,
              cache.keyEquivalence,
              cache.valueEquivalence,
              cache.expireAfterWriteNanos,
              cache.expireAfterAccessNanos,
              cache.maxWeight,
              cache.weigher,
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-05-13 17:27
    - 148.8K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

                "ETag",
                "v1",
                "Cache-Control",
                "max-age=60",
                "Vary",
                "Accept-Charset",
              ),
            body = "A",
          ),
        )
        client =
          client
            .newBuilder()
            .cache(cache)
            .build()
    
        // Store a response in the cache.
        val url = server.url("/")
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-05-27 14:58
    - 146.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    did not appear, and after a minute or two she walked on in the
    direction in which the March Hare was said to live.  `I've seen
    hatters before,' she said to herself; `the March Hare will be
    much the most interesting, and perhaps as this is May it won't be
    raving mad--at least not so mad as it was in March.'  As she said
    this, she looked up, and there was the Cat again, sitting on a
    branch of a tree.
    
    Registered: 2025-05-30 12:43
    - Last Modified: 2017-04-21 02:27
    - 145.2K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        )
        assertThat(connect.headers["Host"]).isEqualTo("android.com:443")
      }
    
      private fun initResponseCache() {
        cache = Cache(tempDir, Int.MAX_VALUE.toLong())
        client =
          client
            .newBuilder()
            .cache(cache)
            .build()
      }
    
      /** Test which headers are sent unencrypted to the HTTP proxy.  */
      @Test
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-03-19 19:25
    - 132.6K bytes
    - Viewed (0)
  10. cmd/metrics-v2.go

    		Type:      counterMetric,
    	}
    }
    
    func getMinioProcessIOReadCachedBytesMD() MetricDescription {
    	return MetricDescription{
    		Namespace: nodeMetricNamespace,
    		Subsystem: ioSubsystem,
    		Name:      rcharBytes,
    		Help:      "Total bytes read by the process from the underlying storage system including cache, /proc/[pid]/io rchar",
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-23 20:56
    - 133.5K bytes
    - Viewed (0)
Back to top