Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,724 for Example (0.12 sec)

  1. platforms/documentation/docs/src/docs/stylesheets/userGuideHtmlCommon.xsl

    1 1 2 0 0 0 0 0 0 0 0 0 DUMMY book toc,title,example figure before example before equation before table before procedure before 0 .cls-1 { fill: #02303a; } Gradle DSL Reference Community Community Home Community Forums Community Plugins Training News Newsletter Blog Twitter Develocity github Docs User Manual DSL Reference Release Notes Javadoc News Blog Newsletter Twitter Products Build Scan™ Build Cache Develocity Docs Get Help Forums GitHub Training Services Stay UP-TO-DATE on new features and...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 16:51:07 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  2. tests/integration/security/sds_ingress/ingress_test.go

    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			var (
    				credName = "testsingletlsgateway-secretrotation"
    				host     = "testsingletlsgateway-secretrotation.example.com"
    			)
    			allInstances := []echo.Instances{ingressutil.A, ingressutil.VM}
    			for _, instances := range allInstances {
    				echotest.New(t, instances).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    			Spec: &networking.DestinationRule{
    				Host: "test.example.org",
    				TrafficPolicy: &networking.TrafficPolicy{
    					OutlierDetection: &networking.OutlierDetection{},
    				},
    			},
    		},
    	})
    
    	return env
    }
    
    func buildEnvForClustersWithFailover() *model.Environment {
    	serviceDiscovery := memregistry.NewServiceDiscovery(&model.Service{
    		Hostname:       "test.example.org",
    		DefaultAddress: "1.1.1.1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/base/Splitter.java

       * empty strings from the results. For example, {@code
       * Splitter.on(',').omitEmptyStrings().split(",a,,,b,c,,")} returns an iterable containing only
       * {@code ["a", "b", "c"]}.
       *
       * <p>If either {@code trimResults} option is also specified when creating a splitter, that
       * splitter always trims results first before checking for emptiness. So, for example, {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  5. pkg/kube/adapter.go

    	// Kind is the fully-qualified type of object being submitted (for example, v1.Pod or autoscaling.v1.Scale)
    	Kind metav1.GroupVersionKind `json:"kind"`
    
    	// Resource is the fully-qualified resource being requested (for example, v1.pods)
    	Resource metav1.GroupVersionResource `json:"resource"`
    
    	// SubResource is the subresource being requested, if any (for example, "status" or "scale")
    	SubResource string `json:"subResource,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 10 16:40:00 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  6. pkg/quota/v1/evaluator/core/pods_test.go

    						Resources: api.ResourceRequirements{
    							Requests: api.ResourceList{api.ResourceName("example.com/dongle"): resource.MustParse("3")},
    							Limits:   api.ResourceList{api.ResourceName("example.com/dongle"): resource.MustParse("3")},
    						},
    					}},
    				},
    			},
    			usage: corev1.ResourceList{
    				corev1.ResourceName("requests.example.com/dongle"): resource.MustParse("3"),
    				corev1.ResourcePods: resource.MustParse("1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    include::sample[dir="groovy",files="list/build.gradle[]"]
    ====
    ====
    include::sample[dir="kotlin",files="utilities/build.gradle.kts[]"]
    include::sample[dir="groovy",files="utilities/build.gradle[]"]
    ====
    
    Looking at the build scripts, we can see that they include up to three blocks
    
    * Every build script should have a `plugins {}` block to apply plugins.
      In a well-structured build, it may only apply one _convention plugin_ as in this example.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    [[publishing_maven:complete_example]]
    == Complete example
    
    The following example demonstrates how to sign and publish a Java library including sources, Javadoc, and a customized POM:
    
    .Publishing a Java library
    ====
    include::sample[dir="snippets/signing/maven-publish/kotlin",files="build.gradle.kts[tags=all]"]
    include::sample[dir="snippets/signing/maven-publish/groovy",files="build.gradle[tags=all]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCall.kt

     *   // }
     * }
     * ```
     * Such a call always involve both calls to `get` and `set` functions. With the example above, a call to `String?.plus` is sandwiched
     * between `get` and `set` call to compute the new value passed to `set`.
     *
     * Note that simple access using the array access convention is not captured by this class. For example, assuming `ThrowingMap` throws
     * in case of absent key instead of returning `null`,
     * ```
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management_terminology.adoc

    For example, the `java` component in its default setup consists of a JAR — produced by the `jar` task — and the dependency information of the Java _api_ and _runtime_ variants.
    It may also define additional variants, for example _sources_ and _Javadoc_, with the corresponding artifacts.
    
    [[sub:terminology_configuration]]
    == Configuration
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top