Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for TagSet (0.19 sec)

  1. src/cmd/compile/internal/wasm/ssa.go

    	if cnt == 0 {
    		return p
    	}
    	if cnt%8 != 0 {
    		base.Fatalf("zerorange count not a multiple of widthptr %d", cnt)
    	}
    
    	for i := int64(0); i < cnt; i += 8 {
    		p = pp.Append(p, wasm.AGet, obj.TYPE_REG, wasm.REG_SP, 0, 0, 0, 0)
    		p = pp.Append(p, wasm.AI64Const, obj.TYPE_CONST, 0, 0, 0, 0, 0)
    		p = pp.Append(p, wasm.AI64Store, 0, 0, 0, obj.TYPE_CONST, 0, off+i)
    	}
    
    	return p
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/wasm/a.out.go

    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p wasm
    
    const (
    	/* mark flags */
    	DONE          = 1 << iota
    	PRESERVEFLAGS // not allowed to clobber flags
    )
    
    /*
     *	wasm
     */
    const (
    	AGet = obj.ABaseWasm + obj.A_ARCHSPECIFIC + iota
    	ASet
    	ATee
    	ANot // alias for I32Eqz
    
    	// The following are low-level WebAssembly instructions.
    	// Their order matters, since it matches the opcode encoding.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 02 05:28:55 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. src/net/url/url_test.go

    		},
    		"",
    	},
    	// test we can roundtrip magnet url
    	// fix issue https://golang.org/issue/20054
    	{
    		"magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    		&URL{
    			Scheme:   "magnet",
    			Host:     "",
    			Path:     "",
    			RawQuery: "xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    		},
    		"magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/StandardJavadocDocletOptions.java

        private static final String OPTION_DOENCODING = "docencoding";
        private static final String OPTION_KEYWORDS = "keywords";
        private static final String OPTION_TAG = "tag";
        private static final String OPTION_TAGLET = "taglet";
        private static final String OPTION_TAGLETPATH = "tagletpath";
        private static final String OPTION_DOCFILESSUBDIRS = "docfilessubdirs";
        private static final String OPTION_EXCLUDEDOCFILESSUBDIR = "excludedocfilessubdir";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TagNull", Const, 9},
    		{"TagNumericString", Const, 10},
    		{"TagOID", Const, 6},
    		{"TagOctetString", Const, 6},
    		{"TagPrintableString", Const, 6},
    		{"TagSequence", Const, 6},
    		{"TagSet", Const, 6},
    		{"TagT61String", Const, 6},
    		{"TagUTCTime", Const, 6},
    		{"TagUTF8String", Const, 6},
    		{"Unmarshal", Func, 0},
    		{"UnmarshalWithParams", Func, 0},
    	},
    	"encoding/base32": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	"container":                 "container is the name of the container in the pods of the scaling taget",
    }
    
    func (ContainerResourceMetricStatus) SwaggerDoc() map[string]string {
    	return map_ContainerResourceMetricStatus
    }
    
    var map_CrossVersionObjectReference = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
      // container is the name of the container in the pods of the scaling taget
      optional string container = 4;
    }
    
    // CrossVersionObjectReference contains enough information to let you identify the referred resource.
    // +structType=atomic
    message CrossVersionObjectReference {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      optional k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
      // container is the name of the container in the pods of the scaling taget
      optional string container = 4;
    }
    
    // CrossVersionObjectReference contains enough information to let you identify the referred resource.
    // +structType=atomic
    message CrossVersionObjectReference {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v1/types.go

    	CurrentAverageValue resource.Quantity `json:"currentAverageValue" protobuf:"bytes,3,name=currentAverageValue"`
    
    	// container is the name of the container in the pods of the scaling taget
    	Container string `json:"container" protobuf:"bytes,4,opt,name=container"`
    }
    
    // ExternalMetricStatus indicates the current value of a global metric
    // not associated with any Kubernetes object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"mage_man":                             "\U0001f9d9\u200d\u2642\ufe0f",
    	"mage_woman":                           "\U0001f9d9\u200d\u2640\ufe0f",
    	"magic_wand":                           "\U0001fa84",
    	"magnet":                               "\U0001f9f2",
    	"mahjong":                              "\U0001f004",
    	"mailbox":                              "\U0001f4eb",
    	"mailbox_closed":                       "\U0001f4ea",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
Back to top