Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 9 of 9 for banner (0.04 seconds)

  1. docs/en/docs/img/sponsors/cryptapi-banner.svg

    cryptapi-banner.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Dec 08 15:04:04 GMT 2021
    - 130.6K bytes
    - Click Count (0)
  2. docs/en/docs/img/sponsors/imgwhale-banner.svg

    imgwhale-banner.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Jun 25 19:49:44 GMT 2022
    - 105.4K bytes
    - Click Count (0)
  3. docs/en/docs/img/sponsors/jina-top-banner.svg

    jina-top-banner.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Aug 16 11:07:22 GMT 2022
    - 159.1K bytes
    - Click Count (0)
  4. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Aug 24 08:43:44 GMT 2022
    - 107.4K bytes
    - Click Count (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        val response2 = get(server.url("/"))
        assertThat(response2.body.string()).isEqualTo("A")
        assertThat(response2.header("Warning")).isNull()
      }
    
      @Test
      fun getHeadersRetainsCached200LevelWarnings() {
        server.enqueue(
          MockResponse
            .Builder()
            .addHeader("Warning: 299 test danger")
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Mar 20 09:13:37 GMT 2026
    - 121K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.36.md

    - Server images now use `staging/src/k8s.io/component-base/logs/kube-log-runner` instead of `go-runner`, full compatability is maintained (including the same `/go-runner` executable path).
      
      In the future Kubernetes will use base-images without go-runner. ([#136954](https://github.com/kubernetes/kubernetes/pull/136954), [@BenTheElder](https://github.com/BenTheElder)) [SIG Instrumentation and Release]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    go on for some time without interrupting it.
    
      `They were learning to draw,' the Dormouse went on, yawning and
    rubbing its eyes, for it was getting very sleepy; `and they drew
    all manner of things--everything that begins with an M--'
    
      `Why with an M?' said Alice.
    
      `Why not?' said the March Hare.
    
      Alice was silent.
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Click Count (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    go on for some time without interrupting it.
    
      `They were learning to draw,' the Dormouse went on, yawning and
    rubbing its eyes, for it was getting very sleepy; `and they drew
    all manner of things--everything that begins with an M--'
    
      `Why with an M?' said Alice.
    
      `Why not?' said the March Hare.
    
      Alice was silent.
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Click Count (0)
  9. cmd/bucket-replication.go

    		opType:             op,
    		replicationRequest: opts.ReplicationRequest,
    	}
    }
    
    // mustReplicate returns 2 booleans - true if object meets replication criteria and true if replication is to be done in
    // a synchronous manner.
    func mustReplicate(ctx context.Context, bucket, object string, mopts mustReplicateOptions) (dsc ReplicateDecision) {
    	// object layer not initialized we return with no decision.
    	if newObjectLayerFn() == nil {
    		return dsc
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
Back to Top