Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for listener2 (0.97 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Use link:{javadocPath}/org/gradle/api/reporting/Report.html#getOutputLocation--[`Report#getOutputLocation().set(...)`] instead.
    
    [[task_execution_events]]
    ==== Task execution listeners and events
    
    The Gradle configuration cache does not support listeners and events that have direct access to `Task` and `Project` instances, which allows Gradle to execute tasks in parallel and to store the minimal amount of data in the configuration cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            then:
            ids.size() == 1
            ids.first() == null
            buildOperationRunner.log.all(ExecuteDomainObjectCollectionCallbackBuildOperationType).empty
        }
    
        def "handles nested listener registration"() {
            given:
            containerSupportsBuildOperations()
    
            when:
            UserCodeApplicationId id1 = null
            UserCodeApplicationId id2 = null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  3. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            } else if (request.isInteractiveMode() && !commandLine.hasOption(CLIManager.LOG_FILE)) {
                //
                // If we're logging to a file then we don't want the console transfer listener as it will spew
                // download progress all over the place
                //
                return getConsoleTransferListener(verbose);
            } else {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceregistry_test.go

    			t.Fatalf("xds push reason does not contain %v: %v", model.HeadlessEndpointUpdate, ev)
    		}
    
    		// pure HTTP headless services should not need a full push since they do not
    		// require a Listener based on IP: https://github.com/istio/istio/issues/48207
    		instances := []EndpointResponse{{
    			Address: pod.Status.PodIP,
    			Port:    80,
    		}}
    		expectServiceEndpoints(t, fx, expectedSvc, 80, instances)
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      TF_ASSIGN_OR_RETURN(bool cycle_detection_graph_ok,
                          CreateCycleDetectionGraph(graph_, &cycles_graph_));
      if (!cycle_detection_graph_ok) {
        // TODO(sanjoy): This should be logged via the XLA activity listener.
        VLOG(2) << "Could not form cycle detection graph";
        return false;
      }
    
      if (!debug_options_.ignore_deadness_checks) {
        XLA_SCOPED_LOGGING_TIMER_LEVEL("DeadnessAnalysis", 1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  6. cmd/test-utils_test.go

    	globalObjLayerMutex.Lock()
    	globalObjectAPI = objLayer
    	globalObjLayerMutex.Unlock()
    
    	// initialize peer rpc
    	host, port := mustSplitHostPort(testServer.Server.Listener.Addr().String())
    	globalMinioHost = host
    	globalMinioPort = port
    	globalMinioAddr = getEndpointsLocalAddr(testServer.Disks)
    
    	initAllSubsystems(ctx)
    
    	globalEtcdClient = nil
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// SecretName is the name of the secret used to terminate SSL traffic on 443.
    	// Field is left optional to allow SSL routing based on SNI hostname alone.
    	// If the SNI host in a listener conflicts with the "Host" header field used
    	// by an IngressRule, the SNI host is used for termination and value of the
    	// Host header is used for routing.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  8. tests/integration/ambient/baseline_test.go

    spec:
      workloadSelector:
        labels:
          gateway.networking.k8s.io/gateway-name: "{{.Destination}}"
      configPatches:
      - applyTo: HTTP_FILTER
        match:
          context: SIDECAR_INBOUND
          listener:
            filterChain:
              filter:
                name: "envoy.filters.network.http_connection_manager"
                subFilter:
                  name: "envoy.filters.http.router"
        patch:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  9. pilot/pkg/model/push_context_test.go

    			}
    			if len(filter.Patches[networking.EnvoyFilter_LISTENER]) != tt.expectedListenerPatches {
    				t.Errorf("Expect %d envoy filter listener patches, but got %d", tt.expectedListenerPatches, len(filter.Patches[networking.EnvoyFilter_LISTENER]))
    			}
    		})
    	}
    }
    
    func TestEnvoyFilterOrder(t *testing.T) {
    	env := &Environment{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	inputDesc   nwmTriplet
    	outputDesc  nwmQuadruplet
    }
    
    type nwmFilter struct {
    	ident         uint32
    	flags         uint32
    	resourceName  [8]byte
    	resourceId    uint32
    	listenerId    uint32
    	local         [28]byte // union of sockaddr4 and sockaddr6
    	remote        [28]byte // union of sockaddr4 and sockaddr6
    	_             uint16
    	_             uint16
    	asid          uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top