Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Tag (0.33 sec)

  1. src/archive/zip/zip_test.go

    		Method: Deflate,
    		Extra:  []byte(ts.Format(time.RFC3339Nano)), // missing tag and len, but Extra is best-effort parsing
    	}
    	h.SetModTime(ts)
    
    	testValidHeader(&h, t)
    }
    
    func TestHeaderTooShort(t *testing.T) {
    	h := FileHeader{
    		Name:   "foo.txt",
    		Method: Deflate,
    		Extra:  []byte{zip64ExtraID}, // missing size and second half of tag, but Extra is best-effort parsing
    	}
    	testValidHeader(&h, t)
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  2. src/cmd/cgo/ast.go

    			context = ctxType
    		} else {
    			context = ctxExpr
    		}
    		f.walk(n.List, context, visit)
    		f.walk(n.Body, ctxStmt, visit)
    	case *ast.SwitchStmt:
    		f.walk(n.Init, ctxStmt, visit)
    		f.walk(&n.Tag, ctxExpr, visit)
    		f.walk(n.Body, ctxSwitch, visit)
    	case *ast.TypeSwitchStmt:
    		f.walk(n.Init, ctxStmt, visit)
    		f.walk(n.Assign, ctxStmt, visit)
    		f.walk(n.Body, ctxTypeSwitch, visit)
    	case *ast.CommClause:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg debug/dwarf, const TagCondition Tag
    pkg debug/dwarf, const TagRvalueReferenceType = 66
    pkg debug/dwarf, const TagRvalueReferenceType Tag
    pkg debug/dwarf, const TagSharedType = 64
    pkg debug/dwarf, const TagSharedType Tag
    pkg debug/dwarf, const TagTemplateAlias = 67
    pkg debug/dwarf, const TagTemplateAlias Tag
    pkg debug/dwarf, const TagTypeUnit = 65
    pkg debug/dwarf, const TagTypeUnit Tag
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    but are otherwise ignored.
    </p>
    
    <pre>
    struct {
    	x, y float64 ""  // an empty tag string is like an absent tag
    	name string  "any string is permitted as a tag"
    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    struct {
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. api/go1.5.txt

    pkg go/types, method (*StdSizes) Sizeof(Type) int64
    pkg go/types, method (*Struct) Field(int) *Var
    pkg go/types, method (*Struct) NumFields() int
    pkg go/types, method (*Struct) String() string
    pkg go/types, method (*Struct) Tag(int) string
    pkg go/types, method (*Struct) Underlying() Type
    pkg go/types, method (*Tuple) At(int) *Var
    pkg go/types, method (*Tuple) Len() int
    pkg go/types, method (*Tuple) String() string
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg debug/dwarf, method (*UnsupportedType) String() string
    pkg debug/dwarf, type UnsupportedType struct
    pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
    pkg debug/dwarf, type UnsupportedType struct, Tag Tag
    pkg debug/elf, type Symbol struct, Library string
    pkg debug/elf, type Symbol struct, Version string
    pkg encoding/csv, method (*ParseError) Unwrap() error
    pkg encoding/json, method (*MarshalerError) Unwrap() error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. doc/go_spec.html

    but are otherwise ignored.
    </p>
    
    <pre>
    struct {
    	x, y float64 ""  // an empty tag string is like an absent tag
    	name string  "any string is permitted as a tag"
    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    struct {
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (netbsd-386), const RTAX_IFA = 5
    pkg syscall (netbsd-386), const RTAX_IFP = 4
    pkg syscall (netbsd-386), const RTAX_MAX = 9
    pkg syscall (netbsd-386), const RTAX_NETMASK = 2
    pkg syscall (netbsd-386), const RTAX_TAG = 8
    pkg syscall (netbsd-386), const RTA_AUTHOR = 64
    pkg syscall (netbsd-386), const RTA_BRD = 128
    pkg syscall (netbsd-386), const RTA_DST = 1
    pkg syscall (netbsd-386), const RTA_GATEWAY = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (netbsd-386), const RTAX_IFP ideal-int
    pkg syscall (netbsd-386), const RTAX_MAX ideal-int
    pkg syscall (netbsd-386), const RTAX_NETMASK ideal-int
    pkg syscall (netbsd-386), const RTAX_TAG ideal-int
    pkg syscall (netbsd-386), const RTA_AUTHOR ideal-int
    pkg syscall (netbsd-386), const RTA_BRD ideal-int
    pkg syscall (netbsd-386), const RTA_DST ideal-int
    pkg syscall (netbsd-386), const RTA_GATEWAY ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. src/cmd/cgo/gcc.go

    		// Have to give it a name to simulate C "struct foo" references.
    		tag := dt.StructName
    		if dt.ByteSize < 0 && tag == "" { // opaque unnamed struct - should not be possible
    			break
    		}
    		if tag == "" {
    			tag = anonymousStructTag[dt]
    			if tag == "" {
    				tag = "__" + strconv.Itoa(tagGen)
    				tagGen++
    				anonymousStructTag[dt] = tag
    			}
    		} else if t.C.Empty() {
    			t.C.Set(dt.Kind + " " + tag)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top