Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 811 for finders (0.18 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/TypeSafeProjectDependencyFactory.java

        private final ProjectFinder finder;
    
        protected TypeSafeProjectDependencyFactory(DefaultProjectDependencyFactory factory, ProjectFinder finder) {
            this.factory = factory;
            this.finder = finder;
        }
    
        protected ProjectDependencyInternal create(String path) {
            return (ProjectDependencyInternal) factory.create(finder.getProject(path));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/RuleBinder.java

        private final Collection<RuleBinder> binders;
    
        private int inputsBound;
        private final List<ModelBinding> inputBindings;
    
        public RuleBinder(BindingPredicate subjectReference, List<BindingPredicate> inputReferences, ModelAction action, Collection<RuleBinder> binders) {
            this.action = action;
            this.inputReferences = inputReferences;
            this.binders = binders;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. src/strings/export_test.go

    			}
    		}
    	}
    	return
    }
    
    func StringFind(pattern, text string) int {
    	return makeStringFinder(pattern).next(text)
    }
    
    func DumpTables(pattern string) ([]int, []int) {
    	finder := makeStringFinder(pattern)
    	return finder.badCharSkip[:], finder.goodSuffixSkip
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  4. subprojects/core-api/src/test/groovy/org/gradle/initialization/UserHomeInitScriptFinderTest.groovy

        private UserHomeInitScriptFinder finder
    
        def setup() {
            finder = new UserHomeInitScriptFinder(temporaryFolder.getTestDirectory())
        }
    
        def "adds user #initScriptName init script when it exits"() {
            given:
            def initScript = temporaryFolder.createFile(initScriptName)
            def sourceList = []
    
            when:
            finder.findScripts(sourceList)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  5. releasenotes/notes/update-envoy-filters-in-place.yaml

    sschepens <******@****.***> 1689663006 -0300
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 18 06:50:06 UTC 2023
    - 274 bytes
    - Viewed (0)
  6. subprojects/core-api/src/test/groovy/org/gradle/initialization/DistributionInitScriptFinderTest.groovy

        final def distDir = tmpDir.createDir("gradle-home")
        final DistributionInitScriptFinder finder = new DistributionInitScriptFinder(distDir)
    
        def setup() {
        }
    
        def "does nothing when init.d directory does not exist there is no distribution"() {
            def scripts = []
    
            when:
            finder.findScripts(scripts)
    
            then:
            scripts.empty
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 06 01:29:26 UTC 2020
    - 2K bytes
    - Viewed (0)
  7. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/sni_dynamic_forward_proxy/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/tcp_proxy/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/thrift_proxy/filters/header_to_metadata/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[httpbin-1]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - header:
                        name: :authority
                        stringMatch:
                          exact: exact.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  9. pkg/wellknown/wellknown.go

    	GRPCHTTP1Bridge = "envoy.filters.http.grpc_http1_bridge"
    	// GRPCJSONTranscoder HTTP filter
    	GRPCJSONTranscoder = "envoy.filters.http.grpc_json_transcoder"
    	// GRPCWeb HTTP filter
    	GRPCWeb = "envoy.filters.http.grpc_web"
    	// Gzip HTTP filter
    	Gzip = "envoy.filters.http.gzip"
    	// IPTagging HTTP filter
    	IPTagging = "envoy.filters.http.ip_tagging"
    	// HTTPRateLimit filter
    	HTTPRateLimit = "envoy.filters.http.ratelimit"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. istioctl/pkg/authz/testdata/configdump.yaml

                 {
                  "name": "envoy.filters.http.fault",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.fault.v3.HTTPFault"
                  }
                 },
                 {
                  "name": "envoy.filters.http.cors",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.cors.v3.Cors"
                  }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
Back to top