Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 3,660 for pats (0.19 sec)

  1. cmd/object-api-datatypes_gen.go

    		}
    		switch msgp.UnsafeString(field) {
    		case "Parts":
    			var zb0002 uint32
    			zb0002, bts, err = msgp.ReadArrayHeaderBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Parts")
    				return
    			}
    			if cap(z.Parts) >= int(zb0002) {
    				z.Parts = (z.Parts)[:zb0002]
    			} else {
    				z.Parts = make([]CompletePart, zb0002)
    			}
    			for za0001 := range z.Parts {
    				bts, err = z.Parts[za0001].UnmarshalMsg(bts)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/negotiate_test.go

    		if err != nil {
    			panic(err)
    		}
    		parts := strings.SplitN(mediaType, "/", 2)
    		if len(parts) == 1 {
    			// this is an error on the server side
    			parts = append(parts, "")
    		}
    
    		info := runtime.SerializerInfo{
    			Serializer:       n.serializer,
    			MediaType:        s,
    			MediaTypeType:    parts[0],
    			MediaTypeSubType: parts[1],
    			EncodesAsText:    true,
    		}
    		for _, t := range n.streamTypes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 10 10:53:34 UTC 2019
    - 9K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/pubkeypin/pubkeypin.go

    func (s *Set) Allow(pubKeyHashes ...string) error {
    	for _, pubKeyHash := range pubKeyHashes {
    		parts := strings.Split(pubKeyHash, ":")
    		if len(parts) != 2 {
    			return errors.Errorf("invalid hash, expected \"format:hex-value\". "+
    				"Known format(s) are: %s", supportedFormats)
    		}
    		format, value := parts[0], parts[1]
    
    		switch strings.ToLower(format) {
    		case "sha256":
    			if err := s.allowSHA256(value); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 13 11:38:39 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory_test.go

    		if err != nil {
    			panic(err)
    		}
    		parts := strings.SplitN(mediaType, "/", 2)
    		if len(parts) == 1 {
    			// this is an error on the server side
    			parts = append(parts, "")
    		}
    
    		info := runtime.SerializerInfo{
    			Serializer:       n.serializer,
    			MediaType:        s,
    			MediaTypeType:    parts[0],
    			MediaTypeSubType: parts[1],
    			EncodesAsText:    true,
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 13:35:58 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

        All the transformations will be triggered in a MLIR SpaceToDepthRewritePass,
        this Rewrite pass will be triggered before TPURewrite so that no metadata
        rewrite is needed.
    
    *   First, the rewrite pass will walk through all the convolutions in func of
        tf\_device::LaunchOp and get the first Convolution and its shape;
    *   Second, the rewrite pass will apply transformations to the first
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  6. src/net/http/cookie.go

    // It returns an error on syntax error.
    func ParseSetCookie(line string) (*Cookie, error) {
    	parts := strings.Split(textproto.TrimString(line), ";")
    	if len(parts) == 1 && parts[0] == "" {
    		return nil, errBlankCookie
    	}
    	parts[0] = textproto.TrimString(parts[0])
    	name, value, ok := strings.Cut(parts[0], "=")
    	if !ok {
    		return nil, errEqualNotFoundInCookie
    	}
    	name = textproto.TrimString(name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. internal/config/notify/help.go

    		config.HelpKV{
    			Key:         target.KafkaClientTLSCert,
    			Description: "path to client certificate for mTLS auth",
    			Optional:    true,
    			Type:        "path",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         target.KafkaClientTLSKey,
    			Description: "path to client key for mTLS auth",
    			Optional:    true,
    			Type:        "path",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  8. cmd/xl-storage-format-v1_gen.go

    			}
    		case "Parts":
    			var zb0004 uint32
    			zb0004, err = dc.ReadArrayHeader()
    			if err != nil {
    				err = msgp.WrapError(err, "Parts")
    				return
    			}
    			if cap(z.Parts) >= int(zb0004) {
    				z.Parts = (z.Parts)[:zb0004]
    			} else {
    				z.Parts = make([]ObjectPartInfo, zb0004)
    			}
    			for za0003 := range z.Parts {
    				err = z.Parts[za0003].DecodeMsg(dc)
    				if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    	parts := strings.Split(annotation, "/")
    	if len(parts) == 0 || len(parts) > 2 {
    		log.Warnf("invalid value %q for %s. Must be of the format \"<protocol>\" or \"<protocol>/<port>\".", annotation, constants.AmbientWaypointInboundBinding)
    		return InboundBinding{}
    	}
    
    	// parse protocol
    	var protocol workloadapi.ApplicationTunnel_Protocol
    	switch parts[0] {
    	case "NONE":
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. platforms/software/version-control/src/main/java/org/gradle/vcs/git/internal/GitVersionRef.java

        }
    
        @Override
        public String toString() {
            return version + ": " + canonicalId;
        }
    
        private static String extractName(Ref ref) {
            List<String> parts = Splitter.on("/").splitToList(ref.getName());
            return parts.get(parts.size()-1);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top