Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for virs (0.38 sec)

  1. src/archive/zip/reader_test.go

    		// non-zero and only the second line above, the TOC,
    		// is what matters.
    	})
    }
    
    // rZipBytes returns the bytes of a recursive zip file, without
    // putting it on disk and triggering certain virus scanners.
    func rZipBytes() []byte {
    	s := `
    0000000 50 4b 03 04 14 00 00 00 08 00 08 03 64 3c f9 f4
    0000010 89 64 48 01 00 00 b8 01 00 00 07 00 00 00 72 2f
    0000020 72 2e 7a 69 70 00 25 00 da ff 50 4b 03 04 14 00
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 = 0
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 = 16777216
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERSION = 16777216
    pkg syscall (netbsd-arm64), const SYSCTL_VERSION ideal-int
    pkg syscall (netbsd-arm64), const SYSCTL_VERS_MASK = 4278190080
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/archive/zip/reader.go

    		// building. They are used to mark duplicate entries.
    		files := make(map[string]int)
    		knownDirs := make(map[string]int)
    
    		// dirs[name] is true if name is known to be a directory,
    		// because it appears as a prefix in a path.
    		dirs := make(map[string]bool)
    
    		for _, file := range r.File {
    			isDir := len(file.Name) > 0 && file.Name[len(file.Name)-1] == '/'
    			name := toValidName(file.Name)
    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)
  4. src/cmd/cgo/gcc.go

    			// like the second arg in the call below:
    			//
    			//     myfunction(42, "foo")
    			//
    			// If a var has no name we won't see attempts to
    			// refer to it via "C.<name>", so skip these vars
    			//
    			// See issue 53000 for more context.
    			if name == "" {
    				break
    			}
    			typOff, _ := e.Val(dwarf.AttrType).(dwarf.Offset)
    			if typOff == 0 {
    				if e.Val(dwarf.AttrSpecification) != nil {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg go/doc, type Package struct, Vars []*Value
    pkg go/doc, type Type struct
    pkg go/doc, type Type struct, Consts []*Value
    pkg go/doc, type Type struct, Decl *ast.GenDecl
    pkg go/doc, type Type struct, Doc string
    pkg go/doc, type Type struct, Funcs []*Func
    pkg go/doc, type Type struct, Methods []*Func
    pkg go/doc, type Type struct, Name string
    pkg go/doc, type Type struct, Vars []*Value
    pkg go/doc, type Value struct
    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 (1)
  6. api/go1.1.txt

    pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
    pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
    pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
    pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
    pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
    pkg syscall (netbsd-386), const SYS_ACCEPT = 30
    pkg syscall (netbsd-386), const SYS_ACCESS = 33
    pkg syscall (netbsd-386), const SYS_ACCT = 51
    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)
  7. api/go1.2.txt

    pkg syscall (netbsd-386), const SO_USELOOPBACK ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERSION ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_0 ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_1 ideal-int
    pkg syscall (netbsd-386), const SYSCTL_VERS_MASK ideal-int
    pkg syscall (netbsd-386), const SYS_ACCEPT ideal-int
    pkg syscall (netbsd-386), const SYS_ACCESS ideal-int
    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