Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for honoured (0.29 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    					{key: "node", value: "node-a"}: 1,
    					{key: "node", value: "node-b"}: 2,
    				},
    			},
    			enableNodeInclusionPolicy: false,
    		},
    		{
    			name: "NodeAffinityPolicy honored with labelSelectors",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				NodeSelector(map[string]string{"foo": ""}).
    				SpreadConstraint(1, "node", v1.DoNotSchedule, barSelector, nil, nil, nil, nil).
    				Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    therefore 5-17/55 Inches, that is very nearly 5-1/3 Inches. Now to know whether this Measure was true, I repeated the second and eighth Experiment with coloured Light, which was less compounded than that I there made use of: For I now separated the heterogeneous Rays from one another by the Method I described in the eleventh Experiment, so as to make a coloured Spectrum about twelve or fifteen Times longer than broad. This Spectrum I cast on a printed Book, and placing the above-mentioned Lens at the distance...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

      fun response308WithPost() {
        testRedirect(false, "POST")
      }
    
      /**
       * In OkHttp 4.5 and earlier, HTTP 307 and 308 redirects were only honored if the request method
       * was GET or HEAD.
       *
       * In OkHttp 4.6 and later, HTTP 307 and 308 redirects are honored for all request methods.
       *
       * If you're upgrading to OkHttp 4.6 and would like to retain the previous behavior, install this
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "object"
            },
            "preemptionPolicy": {
              "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

                    }
                }
            """
    
            expect:
            succeeds "hasUniqueArtifactIds"
        }
    
        def "artifact excludes applied to external dependency on different graphs are honored"() {
            def m1 = ivyRepo.module("test", "test", "1.3")
            m1.artifact(name: "test-one", conf: "*")
            m1.artifact(name: "test-two", conf: "*")
            m1.publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			namespace: "",
    			legacy:    true,
    			label:     "a=b",
    			field:     "c=d",
    		},
    		// legacy api version is honored
    		{
    			url:       "/" + grouplessPrefix + "/" + grouplessGroupVersion.Version + "/simple",
    			namespace: "",
    			legacy:    true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you?'  And then a voice she had never heard before, `Sure then
    I'm here!  Digging for apples, yer honour!'
    
      `Digging for apples, indeed!' said the Rabbit angrily.  `Here!
    Come and help me out of THIS!'  (Sounds of more broken glass.)
    
      `Now tell me, Pat, what's that in the window?'
    
      `Sure, it's an arm, yer honour!'  (He pronounced it `arrum.')
    
      `An arm, you goose!   Who ever saw one that size?  Why, it
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you?'  And then a voice she had never heard before, `Sure then
    I'm here!  Digging for apples, yer honour!'
    
      `Digging for apples, indeed!' said the Rabbit angrily.  `Here!
    Come and help me out of THIS!'  (Sounds of more broken glass.)
    
      `Now tell me, Pat, what's that in the window?'
    
      `Sure, it's an arm, yer honour!'  (He pronounced it `arrum.')
    
      `An arm, you goose!   Who ever saw one that size?  Why, it
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(get2.headers["Proxy-Authorization"]).isEqualTo("password")
      }
    
      /**
       * OkHttp has a bug where a `Connection: close` response header is not honored when establishing a
       * TLS tunnel. https://github.com/square/okhttp/issues/2426
       */
      @Test
      fun proxyAuthenticateOnConnectWithConnectionClose() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
Back to top