Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for unmatched (0.46 sec)

  1. src/net/http/request.go

    	// to be created. This field is only populated during client
    	// redirects.
    	Response *Response
    
    	// Pattern is the [ServeMux] pattern that matched the request.
    	// It is empty if the request was not matched against a pattern.
    	Pattern string
    
    	// ctx is either the client or server context. It should only
    	// be modified via copying the whole Request using Clone or WithContext.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    		b.WriteString(each.String())
    		if i < len(m)-1 {
    			b.WriteString(" and ")
    		}
    	}
    	return b.String()
    }
    
    type fnMatcher struct {
    	fn  func(CompilationResult) bool
    	msg string
    }
    
    func (m fnMatcher) matches(cr CompilationResult) bool {
    	return m.fn(cr)
    }
    
    func (m fnMatcher) String() string {
    	return m.msg
    }
    
    type errorMatcher struct {
    	errorType cel.ErrorType
    	contains  string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. src/cmd/go/go_test.go

    	tg.grepStdoutNot(".", "list should not have matched anything")
    	tg.grepStderr("matched no packages", "list should have reported that pattern matched no packages")
    	tg.grepStderrNot("symlink", "list should not have reported symlink")
    
    	tg.run("list", "example/xx/...")
    	tg.grepStdoutNot(".", "list should not have matched anything")
    	tg.grepStderr("matched no packages", "list should have reported that pattern matched no packages")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    		}
    	}
    
    	// 3. if no private/public rule matched in the calling proxy's namespace,
    	// check the target service's namespace for exported rules
    	if svcNs != "" {
    		if out := ps.getExportedDestinationRuleFromNamespace(svcNs, service.Hostname, proxyNameSpace); out != nil {
    			return out
    		}
    	}
    
    	// 4. if no public/private rule in calling proxy's namespace matched, and no public rule in the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  5. src/cmd/dist/build.go

    			return false
    		}
    		if !strings.HasPrefix(p, "//") {
    			break
    		}
    		if strings.HasPrefix(p, "//go:build ") {
    			matched, err := matchexpr(p[len("//go:build "):])
    			if err != nil {
    				errprintf("%s: %v", file, err)
    			}
    			return matched
    		}
    	}
    
    	return true
    }
    
    // copyfile copies the file src to dst, via memory (so only good for small files).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  6. internal/bucket/lifecycle/lifecycle_test.go

    			objectName:     "foodir/fooobject",
    			expectedAction: NoneAction,
    		},
    		// Prefix not matched
    		{
    			inputConfig:    `<LifecycleConfiguration><Rule><Filter><Prefix>foodir/</Prefix></Filter><Status>Enabled</Status><Expiration><Days>5</Days></Expiration></Rule></LifecycleConfiguration>`,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    class UniformQuantizeFunctionCallPattern {
     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()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  8. src/go/build/build.go

    //	name_$(GOARCH)_test.*
    //	name_$(GOOS)_$(GOARCH)_test.*
    //
    // Exceptions:
    // if GOOS=android, then files with GOOS=linux are also matched.
    // if GOOS=illumos, then files with GOOS=solaris are also matched.
    // if GOOS=ios, then files with GOOS=darwin are also matched.
    func (ctxt *Context) goodOSArchFile(name string, allTags map[string]bool) bool {
    	name, _, _ = strings.Cut(name, ".")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  9. pilot/pkg/model/push_context_test.go

    			// This testcase is identical with "testns-2", but `listenerInfo`` is specified.
    			// 1. `global-authn-high-prio-app` matched, because it has a port matching clause with "1234"
    			// 2. `authz-high-prio-ingress` matched, because it does not have any `match` clause
    			// 3. `global-authz-med-prio-app` not matched, because it has a port matching clause with "1235"
    			name: "testns-2-with-port-match",
    			node: &Proxy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  10. istioctl/pkg/describe/describe.go

    		fmt.Fprintf(writer, "%s%d additional destination(s) that will not reach this pod\n",
    			printSpaces(initPrintNum+printLevel1), possibleDests-matches)
    		// If we matched, but printed nothing, treat this as the catch-all
    		if facts == 0 {
    			for _, mismatch := range mismatchNotes {
    				fmt.Fprintf(writer, "%s%s\n",
    					printSpaces(initPrintNum+printLevel2), mismatch)
    			}
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top