Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isCased (0.12 sec)

  1. tests/integration/ambient/baseline_test.go

    			// mtlsOnExpect defines our expectations for when mTLS is expected when its enabled
    			mtlsOnExpect := func(from echo.Instance, opts echo.CallOptions) bool {
    				if from.Config().IsNaked() || opts.To.Config().IsNaked() {
    					// If one of the two endpoints is naked, we don't send mTLS
    					return false
    				}
    				if opts.To.Config().IsHeadless() && opts.To.Instances().Contains(from) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            for (CustomInjectAnnotationPropertyHandler handler : customAnnotationPropertyHandlers) {
                if (handler.isUsed()) {
                    annotationsTriggeringServiceInjection.add(handler.getAnnotation());
                }
            }
    
            // This is expensive to calculate, so cache the result
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
Back to top