Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,724 for Example (0.37 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

        bytesIn.writeUtf8("www.example.com")
      }
    
      private fun checkReadFirstRequestWithoutHuffman() {
        assertThat(hpackReader!!.headerCount).isEqualTo(1)
    
        // [  1] (s =  57) :authority: www.example.com
        val entry = hpackReader!!.dynamicTable[readerHeaderTableLength() - 1]!!
        checkEntry(entry, ":authority", "www.example.com", 57)
    
        // Table size: 57
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MultiProjectJvmApplicationInitIntegrationTest.groovy

            then:
            assertTestPassed("app", "org.example.app.MessageUtilsTest", "testGetMessage")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testConstructor")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testAdd")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testRemove")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testRemoveMissing")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    Here's a simple example:
    
    ====
    include::sample[dir="snippets/providers/services/kotlin",files="build.gradle.kts[tags=project-layout]"]
    include::sample[dir="snippets/providers/services/groovy",files="build.gradle[tags=project-layout]"]
    ====
    
    Here is an example using `javax.inject.Inject`:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/utils.go

    }
    
    // DeepEqualSafePodSpec returns an example.PodSpec safe for deep-equal operations.
    func DeepEqualSafePodSpec() example.PodSpec {
    	grace := int64(30)
    	return example.PodSpec{
    		RestartPolicy:                 "Always",
    		TerminationGracePeriodSeconds: &grace,
    		SchedulerName:                 "default-scheduler",
    	}
    }
    
    func computePodKey(obj *example.Pod) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 22 07:26:55 UTC 2024
    - 10.3K bytes
    - Viewed (1)
  5. pilot/pkg/networking/core/networkfilter_test.go

    			},
    			routes: []*networking.RouteDestination{
    				{
    					Destination: &networking.Destination{
    						Host:   "example.com",
    						Port:   &networking.PortSelector{Number: 443},
    						Subset: "prod",
    					},
    					Weight: 75,
    				},
    				{
    					Destination: &networking.Destination{
    						Host:   "example-canary.com",
    						Port:   &networking.PortSelector{Number: 443},
    						Subset: "canary",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. tests/integration/pilot/gateway_test.go

    			{
    				check: check.OK(),
    				from:  apps.D,
    				host:  "bar.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.E,
    				host:  "bar.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.E,
    				host:  "foo.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.D,
    				host:  "foo.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.B,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseClasspath.java

         * See {@link EclipseClasspath} for an example.
         */
        public Set<String> getContainers() {
            return containers;
        }
    
        public void setContainers(Set<String> containers) {
            this.containers = containers;
        }
    
        /**
         * The default output directory where Eclipse puts compiled classes.
         * <p>
         * See {@link EclipseClasspath} for an example.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  8. pkg/dns/client/dns_test.go

    	}{
    		{
    			startsWith: "www.google.com",
    			expected:   sets.New("www.google.com", "www.google.com."),
    		},
    		{
    			startsWith: "example",
    			expected:   sets.New("example.ns2.", "example.ns2.svc.", "example.localhost.", "example.ns2.svc.cluster.local.", "example.ns2.svc.cluster.local"),
    		},
    		{
    			startsWith: "details",
    			expected:   sets.New("details.ns2.svc.cluster.remote", "details.ns2.svc.cluster.remote."),
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  9. pkg/serviceaccount/openidmetadata_test.go

    	}{
    		{
    			name:       "valid inputs",
    			issuerURL:  exampleIssuer,
    			jwksURI:    exampleIssuer + serviceaccount.JWKSPath,
    			keys:       defaultKeys,
    			wantConfig: `{"issuer":"https://issuer.example.com","jwks_uri":"https://issuer.example.com/openid/v1/jwks","response_types_supported":["id_token"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["ES256","RS256"]}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 02 01:53:17 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

        the same symbol scope as the callee. The operands and result types of the
        call must match the specified function type. The callee is encoded as a
        symbol reference attribute named "callee".
    
        Example:
    
        ```mlir
        %2 = tfr.call @my_add(%0, %1) : (tfr.tensor, f32) -> tfr.tensor_list
        ```
    
        Note that the operands of the `call` operation can only be with tfr.tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top