Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for Filtering (0.18 sec)

  1. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                        resource.getDirectory(),
                        null,
                        resource);
    
                validateBoolean(
                        prefix,
                        "filtering",
                        problems,
                        errOn30,
                        Version.V20,
                        resource.getFiltering(),
                        resource.getDirectory(),
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[deprecate_filtered_configuration_file_and_filecollection_methods]]
    ==== Filtered Configuration `file` and `fileCollection` methods are deprecated
    
    In an ongoing effort to simplify the Gradle API, the following methods that support filtering based on declared dependencies have been deprecated:
    
    On link:{javadocPath}/org/gradle/api/artifacts/Configuration.html--[Configuration]:
    
    - `files(Dependency...)`
    - `files(Spec)`
    - `files(Closure)`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier.go

    	name      string
    	chainType knftables.BaseChainType
    	hook      knftables.BaseChainHook
    	priority  knftables.BaseChainPriority
    }
    
    var nftablesBaseChains = []nftablesBaseChain{
    	// We want our filtering rules to operate on pre-DNAT dest IPs, so our filter
    	// chains have to run before DNAT.
    	{filterPreroutingChain, knftables.FilterType, knftables.PreroutingHook, knftables.DNATPriority + "-10"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                }
            """
    
            when:
            run 'copy'
    
            then:
            file('dest/a.txt').text == "1\n2"
        }
    
        def "can filter content using a filtering Reader when copying"() {
            file('files/a.txt').text = "one"
            file('files/b.txt').text = "two"
            buildScript """
                task copy(type: Copy) {
                    from 'files'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/replica_calculator_test.go

    				podName := fmt.Sprintf("%s-%d", podNamePrefix, i)
    				if len(tc.resource.podNames) > i {
    					podName = tc.resource.podNames[i]
    				}
    				// NB: the list reactor actually does label selector filtering for us,
    				// so we have to make sure our results match the label selector
    				podMetric := metricsapi.PodMetrics{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      podName,
    						Namespace: testNamespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener.go

    	// individual http services in that port
    	if cur, exists := listenerMap[listenerMapKey]; exists {
    		currentListenerEntry = cur
    		// NOTE: This is not a conflict. This is simply filtering the
    		// services for a given listener explicitly.
    		// When the user declares their own ports in Sidecar.egress
    		// with some specific services on those ports, we should not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			GetAttrs: func(obj runtime.Object) (labels.Set, fields.Set, error) {
    				pod := obj.(*example.Pod)
    				return nil, fields.Set{"spec.nodeName": pod.Spec.NodeName}, nil
    			},
    		},
    	}, {
    		name:      "filtering",
    		namespace: fmt.Sprintf("test-ns-5-%t", recursive),
    		watchTests: []*testWatchStruct{
    			{selectedPod(basePod), true, watch.Added},
    			{basePod, true, watch.Deleted},
    			{selectedPod(basePod), true, watch.Added},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  8. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrOverlappingFilterNotification: {
    		Code:           "InvalidArgument",
    		Description:    "An object key name filtering rule defined with overlapping prefixes, overlapping suffixes, or overlapping combinations of prefixes and suffixes for the same event types.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrFilterNameInvalid: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier.go

    }
    
    // serviceFirewallChainName returns the name of the KUBE-FW-XXXX chain for a service, which
    // is used to implement the filtering for the LoadBalancerSourceRanges feature.
    func serviceFirewallChainName(servicePortName string, protocol string) utiliptables.Chain {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //         hello: world
    
      // defaultTemplates: ["sidecar", "hello"]
      repeated string defaultTemplates = 24;
    
      // If enabled, the legacy webhook selection logic will be used. This relies on filtering of webhook
      // requests in Istiod, rather than at the webhook selection level.
      // This is option is intended for migration purposes only and will be removed in Istio 1.10.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top