Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for specs (0.62 sec)

  1. src/archive/zip/reader.go

    				ts := int64(attrBuf.uint64()) // ModTime since Windows epoch
    				secs := ts / ticksPerSecond
    				nsecs := (1e9 / ticksPerSecond) * (ts % ticksPerSecond)
    				epoch := time.Date(1601, time.January, 1, 0, 0, 0, 0, time.UTC)
    				modified = time.Unix(epoch.Unix()+secs, nsecs)
    			}
    		case unixExtraID, infoZipUnixExtraID:
    			if len(fieldBuf) < 8 {
    				continue parseExtras
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/ast, type SliceExpr struct, Low Expr
    pkg go/ast, type SliceExpr struct, Rbrack token.Pos
    pkg go/ast, type SliceExpr struct, X Expr
    pkg go/ast, type Spec interface, End() token.Pos
    pkg go/ast, type Spec interface, Pos() token.Pos
    pkg go/ast, type Spec interface, unexported methods
    pkg go/ast, type StarExpr struct
    pkg go/ast, type StarExpr struct, Star token.Pos
    pkg go/ast, type StarExpr struct, X Expr
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Addr [4]uint8
    pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Ifindex uint32
    pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Spec_dst [4]uint8
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Addr [16]uint8
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Ifindex uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. doc/godebug.md

    This behavior can be controlled by the
    [`httpmuxgo121` setting](/pkg/net/http/#ServeMux).
    
    Go 1.22 added the [Alias type](/pkg/go/types#Alias) to [go/types](/pkg/go/types)
    for the explicit representation of [type aliases](/ref/spec#Type_declarations).
    Whether the type checker produces `Alias` types or not is controlled by the
    [`gotypesalias` setting](/pkg/go/types#Alias).
    For Go 1.22 it defaults to `gotypesalias=0`.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8
    pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
    pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
    pkg syscall (darwin-386), type Termios struct
    pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
    pkg syscall (darwin-386), type Termios struct, Cflag uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/386.s

    	JCS	2(PC)
    	JMP	(AX)(AX*4)
    
    // LTYPEN spec4	{ outcode(int($1), &$2); }
    	NOP
    	NOP	AX
    	NOP	foo+4(SB)
    
    // LTYPES spec5	{ outcode(int($1), &$2); }
    	SHLL	$4, BX
    	SHLL	$4, foo+4(SB)
    	SHLL	$4, foo+4(SB):AX // SHLL $4, AX, foo+4(SB)
    
    // LTYPEM spec6	{ outcode(int($1), &$2); }
    	MOVL	AX, BX
    	MOVL	$4, BX
    
    // LTYPEI spec7	{ outcode(int($1), &$2); }
    	IMULL	AX
    	IMULL	$4, CX
    	IMULL	AX, BX
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 18:57:21 GMT 2019
    - 2K bytes
    - Viewed (0)
  7. doc/go_mem.html

    That execution must be consistent with the <i>sequenced before</i> relation,
    defined as the partial order requirements set out by the <a href="/ref/spec">Go language specification</a>
    for Go's control flow constructs as well as the <a href="/ref/spec#Order_of_evaluation">order of evaluation for expressions</a>.
    </p>
    
    <p>
    A Go <i>program execution</i> is modeled as a set of goroutine executions,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Addr [4]uint8
    pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Ifindex int32
    pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
    pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct
    pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8
    pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top