Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 2,497 for Hiltner (0.11 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/renderer/base/annotations/KtRendererAnnotationsFilter.kt

        public fun filter(analysisSession: KaSession, annotation: KaAnnotation, owner: KaAnnotated): Boolean
    
        public infix fun and(other: KaRendererAnnotationsFilter): KaRendererAnnotationsFilter =
            KaRendererAnnotationsFilter filter@{ annotation, owner ->
                val analysisSession = this@filter
                filter(analysisSession, annotation, owner) && other.filter(analysisSession, annotation, owner)
            }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/collections/DefaultCollectionEventRegister.java

        private class FilteredEventRegister<S extends T> implements CollectionEventRegister<S> {
            private final CollectionFilter<S> filter;
            private final CollectionEventRegister<S> delegate;
    
            FilteredEventRegister(CollectionFilter<S> filter, CollectionEventRegister<T> delegate) {
                this.filter = filter;
                this.delegate = Cast.uncheckedCast(delegate);
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 02 15:16:51 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  3. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/logging/StackTraceFilterTest.groovy

    class StackTraceFilterTest extends Specification {
        def spec = Mock(Spec)
        def filter = new StackTraceFilter(spec)
        def exception = new Exception()
        def trace = exception.stackTrace as List
    
        def "returns a new trace rather than mutating the original one"() {
            spec.isSatisfiedBy(_) >> true
    
            when:
            def filtered = filter.filter(trace)
    
            then:
            !filtered.is(trace)
            trace == old(trace)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/ztunnel/configdump/policies.go

    }
    
    // PrintServiceSummary prints a summary of the relevant services in the config dump to the ConfigWriter stdout
    func (c *ConfigWriter) PrintPolicySummary(filter PolicyFilter) error {
    	w := c.tabwriter()
    	zDump := c.ztunnelDump
    
    	pols := slices.Filter(zDump.Policies, filter.Verify)
    	slices.SortFunc(pols, func(a, b *ZtunnelPolicy) int {
    		if r := cmp.Compare(a.Namespace, b.Namespace); r != 0 {
    			return r
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/TestFilter.java

         *
         * @param testNamePatterns class or method name patterns to set, may contain wildcard '*'
         * @return this filter object
         */
        TestFilter setIncludePatterns(String... testNamePatterns);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.td

      (CreateXLAConvOpFromTFConv2DOp
        $input, $filter, /*input_zp=*/(CreateScalarIntegerConst<"int32_t", "0">),
        $conv, $strides,
        $dilations, $padding, $explicit_padding),
      [(IsInt32ElementType $input),
       (IsInt8ElementType $filter),
       (IsConstTensor $filter),
       (IsInt32ElementType $conv),
       (HasStaticShapeConstraint $filter),
       (HasStaticShapeAtDimsConstraint<"3"> $input)],
      [], (addBenefit 10)>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    		return false
    	}
    
    	return fcMatch.Filter != nil
    }
    
    // We assume that the parent listener and filter chain have already been matched
    func networkFilterMatch(filter *listener.Filter, cp *model.EnvoyFilterConfigPatchWrapper) bool {
    	if !hasNetworkFilterMatch(cp) {
    		return true
    	}
    
    	return cp.Match.GetListener().FilterChain.Filter.Name == filter.Name
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. istioctl/pkg/authz/listener.go

    	return nil
    }
    
    func getHTTPConnectionManager(filter *listener.Filter) *hcm.HttpConnectionManager {
    	cm := &hcm.HttpConnectionManager{}
    	if err := getFilterConfig(filter, cm); err != nil {
    		log.Errorf("failed to get HTTP connection manager config: %s", err)
    		return nil
    	}
    	return cm
    }
    
    func getHTTPFilterConfig(filter *hcm.HttpFilter, out proto.Message) error {
    	switch c := filter.ConfigType.(type) {
    	case *hcm.HttpFilter_TypedConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 6K bytes
    - Viewed (0)
  9. pkg/scheduler/testing/framework/fake_plugins.go

    const ErrReasonFake = "Nodes failed the fake plugin"
    
    // FalseFilterPlugin is a filter plugin which always return Unschedulable when Filter function is called.
    type FalseFilterPlugin struct{}
    
    // Name returns name of the plugin.
    func (pl *FalseFilterPlugin) Name() string {
    	return "FalseFilter"
    }
    
    // Filter invoked at the filter extension point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/NonReservedFileFilterTest.groovy

            def filter = new NonReservedFileFilter([cacheDir.file("cache.properties"), cacheDir.file("gc.properties"), cacheDir.file("cache.lock")])
    
            expect:
            !filter.accept(cacheDir.file("cache.properties"))
            !filter.accept(cacheDir.file("gc.properties"))
            !filter.accept(cacheDir.file("cache.lock"))
    
            and:
            filter.accept(cacheDir.file("0"*32))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top