Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for filter0 (0.16 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            compatible with each other except for the URLRewrite and RequestRedirect
                            filters, which may not be combined. If an implementation can
                            not support other combinations of filters, they must clearly
                            document that limitation. In cases where incompatible or unsupported
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Filter { void Filter$3(Filter, Filter, Filter); public boolean shouldRun(org.junit.runner.Description); public String describe(); } org/junit/runner/manipulation/Filter.class package org.junit.runner.manipulation; public abstract synchronized class Filter { public static final Filter ALL; public void Filter(); public static Filter matchMethodDescripti(org.junit.runner.Description); public abstract boolean shouldRun(org.junit.runner.Description); public abstract String describe(); public void apply(Object)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ","--tw-grayscale":" ","--tw-hue-rotate":" ","--tw-invert":" ","--tw-saturate":" ","--tw-sepia":" ","--tw-drop-shadow":" "}),e({".filter":{"@defaults filter":{},filter:Be},".filter-none":{filter:"none"}})},backdropBlur:({matchUtilities:i,theme:e})=>{i({"backdrop-blur":t=>({"--tw-backdrop-blur":`blur(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Fe})},{values:e("backdropBlur")})},backdropBrightness:({matchUtilities:i,theme:e})=>{i({"backdrop-brightness":t=>({"--tw-backdrop-brightness":`...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. pkg/proxy/iptables/proxier_test.go

    		tables[lines[0][1:]] = lines
    	}
    
    	if tables["nat"] == nil {
    		return nil, fmt.Errorf("bad ruleData (no %q table)", "nat")
    	}
    	if tables["filter"] == nil {
    		return nil, fmt.Errorf("bad ruleData (no %q table)", "filter")
    	}
    	return tables, nil
    }
    
    func TestParseIPTablesData(t *testing.T) {
    	for _, tc := range []struct {
    		name   string
    		input  string
    		output map[string][]string
    		error  string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          filter = rewriter.create<ReshapeOp>(op.getLoc(), ty, filter);
        }
    
        SmallVector<int64_t, 4> kernel_spatial_dims;
        kernel_spatial_dims.resize(num_spatial_dims);
        std::iota(kernel_spatial_dims.begin(), kernel_spatial_dims.end(), 0);
    
        // Mirror the filter in the spatial dimensions.
        filter = rewriter.create<ReverseOp>(
            op.getLoc(), filter,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %1 : tensor<4x4xf32>
    
      // CHECK-DAG: %[[unit:.*]] = "tfl.no_value"() <{value}> : () -> none
      // CHECK-DAG: %[[filter:.*]] = arith.constant dense<{{.*}}> : tensor<4x4xf32>
      // CHECK: %[[fc_result:.*]] = "tfl.fully_connected"(%arg0, %arg1, %[[unit]])
      // CHECK: %[[add_result:.*]] = tfl.add %[[fc_result]], %[[filter]]
      // CHECK: return %[[add_result]]
    }
    
    // CHECK-LABEL: @FuseFullyConnectedAddWithUnfusableRhs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                description: BGPFilterSpec contains the IPv4 and IPv6 filter rules of
                  the BGP Filter.
                properties:
                  exportV4:
                    description: The ordered set of IPv4 BGPFilter rules acting on exporting
                      routes to a peer.
                    items:
                      description: BGPFilterRuleV4 defines a BGP filter rule consisting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.Filters = append(m.Filters, ResourceFilter{})
    			if err := m.Filters[len(m.Filters)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Scheduler doesn't run plugin's Filter method when its PreFilter method returned a Skip status.
      In other words, your PreFilter/Filter plugin can return a Skip status in PreFilter if the plugin does nothing in Filter for that Pod.
      Scheduler skips NodeAffinity Filter plugin when NodeAffinity Filter plugin has nothing to do with a Pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'index.document.crawler.filter.number_of_shards'. <br>
         * The value is, e.g. 10 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexDocumentCrawlerFilterNumberOfShards();
    
        /**
         * Get the value for the key 'index.document.crawler.filter.number_of_shards' as {@link Integer}. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top