Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 255 for MATCH (0.05 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            and: "re-execute the same build"
            resetExpectations()
            supplierInteractions.refresh('group:projectB:2.2', 'group:projectB:1.1')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

     public:
      // Returns Failure if it doesn't match. Returns the "wrapper" for the uniform
      // dequantization function call pattern when matched.
      static FailureOr<UniformQuantizeFunctionCallPattern> Match(
          func::CallOp call_op) {
        if (!call_op.getCallee().contains(kUniformQuantizeFunctionNameSubstring)) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match @uniform_quantize function call pattern. "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    		args.Matches = []string{args.Match}
    	}
    	if variant == "httproute" {
    		if args.GwMatches == nil {
    			args.GwMatches = make([]types.NamespacedName, 0, len(args.Matches))
    			for _, m := range args.Matches {
    				spl := strings.Split(m, ".")
    				if len(spl) != 5 {
    					t.Skipf("unsupported match: %v", spl)
    				}
    				if spl[0] == "*" {
    					t.Skipf("unsupported match: %v", spl)
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritedec64.go

    }
    func rewriteValuedec64_OpInt64Hi(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Int64Hi (Int64Make hi _))
    	// result: hi
    	for {
    		if v_0.Op != OpInt64Make {
    			break
    		}
    		hi := v_0.Args[0]
    		v.copyOf(hi)
    		return true
    	}
    	return false
    }
    func rewriteValuedec64_OpInt64Lo(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Int64Lo (Int64Make _ lo))
    	// result: lo
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 65.3K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    		printf("%d", off);
    		break;
    	}
    }
    
    static void
    matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)
    {
    	int	i;
    
    	for (; nmatch > nsub + 1; nmatch--)
    		if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0))
    			break;
    	for (i = 0; i < nmatch; i++)
    	{
    		printf("(");
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    			Patch: &networking.EnvoyFilter_Patch{
    				Operation: networking.EnvoyFilter_Patch_REMOVE,
    			},
    		},
    		// This patch should not be applied because network filter name doesn't match
    		{
    			ApplyTo: networking.EnvoyFilter_NETWORK_FILTER,
    			Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    				ObjectTypes: &networking.EnvoyFilter_EnvoyConfigObjectMatch_Listener{
    					Listener: &networking.EnvoyFilter_ListenerMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/conversion.go

    func sortHTTPRoutes(routes []*istio.HTTPRoute) {
    	sort.SliceStable(routes, func(i, j int) bool {
    		if len(routes[i].Match) == 0 {
    			return false
    		} else if len(routes[j].Match) == 0 {
    			return true
    		}
    		// Only look at match[0], we always generate only one match
    		m1, m2 := routes[i].Match[0], routes[j].Match[0]
    		r1, r2 := getURIRank(m1), getURIRank(m2)
    		len1, len2 := getURILength(m1), getURILength(m2)
    		switch {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. pilot/pkg/model/virtualservice_test.go

    							},
    						},
    					},
    				},
    				{
    					// mismatch, this route will be ignored
    					Match: []*networking.HTTPMatchRequest{
    						{
    							Name: "mismatch",
    							Uri: &networking.StringMatch{
    								// conflicts with root's HTTPMatchRequest
    								MatchType: &networking.StringMatch_Prefix{Prefix: "/mis-match/path"},
    							},
    						},
    					},
    					Route: []*networking.HTTPRouteDestination{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  9. tests/integration/security/authz_test.go

    	for _, e := range echos {
    		all = append(all, e...)
    	}
    
    	return echotest.New(t, all).
    		WithDefaultFilters(1, 1).
    		FromMatch(match.And(
    			match.NotNaked,
    			match.NotProxylessGRPC)).
    		ToMatch(match.And(
    			match.NotNaked,
    			match.NotProxylessGRPC)).
    		ConditionallyTo(echotest.NoSelfCalls)
    }
    
    type allowValue bool
    
    func (v allowValue) Bool() bool {
    	return bool(v)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/route/route.go

    	// resolved. Traffic to such clusters will blackhole.
    
    	// Match by the destination port specified in the match condition
    	if match != nil && match.Port != 0 && match.Port != uint32(listenPort) {
    		return nil
    	}
    	// Match by source labels/gateway names inside the match condition
    	if !sourceMatchHTTP(match, node.Labels, gatewayNames, node.Metadata.Namespace) {
    		return nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top