Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 82 for Res (0.04 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    		if len(parts) == 1 {
    			hasResourceWithoutSubresource = resSub != "*"
    			continue
    		}
    		res, sub := parts[0], parts[1]
    		if _, ok := resourcesWithWildcardSubresoures[res]; ok {
    			allErrors = append(allErrors, field.Invalid(fldPath.Index(i), resSub, fmt.Sprintf("if '%s/*' is present, must not specify %s", res, resSub)))
    		}
    		if _, ok := subResourcesWithWildcardResource[sub]; ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                boolean failure = false;
                for (InterimResult r : interimResults) {
                    DefaultProjectBuildingResult res;
                    try {
                        Model model = modelBuilder.buildRawModel(r.request);
                        res = new DefaultProjectBuildingResult(
                                model.getId(),
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  3. src/go/printer/nodes.go

    	} else {
    		p.print(token.LPAREN, token.RPAREN)
    	}
    	res := sig.Results
    	n := res.NumFields()
    	if n > 0 {
    		// res != nil
    		p.print(blank)
    		if n == 1 && res.List[0].Names == nil {
    			// single anonymous res; no ()'s
    			p.expr(stripParensAlways(res.List[0].Type))
    			return
    		}
    		p.parameters(res, funcParam)
    	}
    }
    
    func identListSize(list []*ast.Ident, maxSize int) (size int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. src/net/dnsclient_unix_test.go

    	for _, in := range ins {
    		_, res, err := r.goLookupIPCNAMEOrder(context.Background(), "ip", in, mode, nil)
    		if err != nil {
    			t.Errorf("expected err == nil, but got error: %v", err)
    		}
    		if res.String() != lookupRes {
    			t.Errorf("goLookupIPCNAMEOrder(%v): got %v, want %v", in, res, lookupRes)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      }];
    
      let arguments = (ins
        DefaultValuedStrAttr<StrAttr, "">:$container,
        DefaultValuedStrAttr<StrAttr, "">:$shared_name
      );
    
      let results = (outs
        Res<TF_ResourceTensor, "", [TF_VariableAlloc]>:$resource
      );
    
      DerivedTypeAttr dtype = DerivedTypeAttr<
          "return getElementTypeOrSelf(resource_subtype());">;
      DerivedAttr shape = DerivedAttr<
          "ShapedType",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  6. src/net/http/transport.go

    		if (re.res == nil) == (re.err == nil) {
    			panic(fmt.Sprintf("internal error: exactly one of res or err should be set; nil=%v", re.res == nil))
    		}
    		if debugRoundTrip {
    			req.logf("resc recv: %p, %T/%#v", re.res, re.err, re.err)
    		}
    		if re.err != nil {
    			return nil, pc.mapRoundTripError(req, startBytesWritten, re.err)
    		}
    		return re.res, nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  7. src/cmd/internal/testdir/testdir_test.go

    	// <autogenerated> lines are impossible to match so those are filtered out.
    	var res []string
    	for _, line := range strings.Split(out, "\n") {
    		if strings.HasSuffix(line, "\r") { // remove '\r', output by compiler on windows
    			line = line[:len(line)-1]
    		}
    		if strings.HasPrefix(line, "\t") {
    			res[len(res)-1] += "\n" + line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    		return typedV, true
    	} else if typedV, ok := obj.([]interface{}); ok {
    		var res []interface{}
    		if typedV != nil {
    			// Make sure res is non-nil if patch is non-nil
    			res = []interface{}{}
    		}
    		for _, v := range typedV {
    			if newV, keep := removeDirectives(v); keep {
    				res = append(res, newV)
    			}
    		}
    		return res, true
    	} else {
    		return obj, true
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    // If the input `tensor` has scale/zero_point, `res` should have quantized
    // type, thus none stats op is required and nullptr is returned.
    // If the min max information is invalid, nullptr is returned.
    mlir::Operation* ConvertMinMaxToStatsOp(const TensorT& tensor, OpBuilder b,
                                            Value res) {
      // If the `tensor` has scale/zero_point, it must have been quantized, then the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/route/route.go

    	if model.UseGatewaySemantics(virtualService) {
    		res := make([]*model.Service, 0, len(matchingRegistryServices))
    		for _, s := range matchingRegistryServices {
    			if s.Attributes.Namespace != virtualService.Namespace && node.ConfigNamespace != virtualService.Namespace {
    				continue
    			}
    			res = append(res, s)
    		}
    		if len(res) == 0 {
    			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