Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for froward (0.37 sec)

  1. src/cmd/api/testdata/src/pkg/p1/p1.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package p1
    
    import (
    	ptwo "p2"
    )
    
    const (
    	ConstChase2 = constChase // forward declaration to unexported ident
    	constChase  = AIsLowerA  // forward declaration to exported ident
    
    	// Deprecated: use B.
    	A         = 1
    	a         = 11
    	A64 int64 = 1
    
    	AIsLowerA = a // previously declared
    )
    
    const (
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 3.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE = 163
    pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD = 158
    pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB = 67
    pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_G703AT64K = 66
    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)
  3. api/go1.1.txt

    pkg syscall (freebsd-386), const IFT_FRELAY = 32
    pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44
    pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163
    pkg syscall (freebsd-386), const IFT_FRFORWARD = 158
    pkg syscall (freebsd-386), const IFT_G703AT2MB = 67
    pkg syscall (freebsd-386), const IFT_G703AT64K = 66
    pkg syscall (freebsd-386), const IFT_GIF = 240
    pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117
    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)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IFT_FRELAY ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_G703AT64K ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_GIF 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)
  5. src/archive/zip/struct.go

    // [ZIP specification]: https://support.pkware.com/pkzip/appnote
    type FileHeader struct {
    	// Name is the name of the file.
    	//
    	// It must be a relative path, not start with a drive letter (such as "C:"),
    	// and must use forward slashes instead of back slashes. A trailing slash
    	// indicates that this file is a directory and should have no data.
    	Name string
    
    	// Comment is any arbitrary user-defined string shorter than 64KiB.
    	Comment string
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  6. src/archive/tar/common.go

    	paxUname: true, paxGname: true, paxMtime: true, paxAtime: true, paxCtime: true,
    }
    
    // A Header represents a single header in a tar archive.
    // Some fields may not be populated.
    //
    // For forward compatibility, users that retrieve a Header from Reader.Next,
    // mutate it in some ways, and then pass it back to Writer.WriteHeader
    // should do so by creating a new Header and copying the fields
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  7. src/archive/zip/reader.go

    	}
    	if zipinsecurepath.Value() == "0" {
    		for _, f := range r.File {
    			if f.Name == "" {
    				// Zip permits an empty file name field.
    				continue
    			}
    			// The zip specification states that names must use forward slashes,
    			// so consider any backslashes in the name insecure.
    			if !filepath.IsLocal(f.Name) || strings.Contains(f.Name, `\`) {
    				zipinsecurepath.IncNonDefault()
    				return ErrInsecurePath
    			}
    		}
    	}
    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)
  8. src/cmd/cgo/gcc.go

    			// get writebarrier-ed or adjusted during a stack copy. This should handle
    			// all the cases badPointerTypedef used to handle, but hopefully will
    			// continue to work going forward without any more need for cgo changes.
    			tt.Go = c.Ident(incomplete)
    			typedef[name.Name] = &tt
    			break
    		}
    		switch dt.Kind {
    		case "class", "union":
    			t.Go = c.Opaque(t.Size)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFT_FRF16MFRBUNDLE = 163
    pkg syscall (freebsd-arm64), const IFT_FRF16MFRBUNDLE ideal-int
    pkg syscall (freebsd-arm64), const IFT_FRFORWARD = 158
    pkg syscall (freebsd-arm64), const IFT_FRFORWARD ideal-int
    pkg syscall (freebsd-arm64), const IFT_G703AT2MB = 67
    pkg syscall (freebsd-arm64), const IFT_G703AT2MB ideal-int
    pkg syscall (freebsd-arm64), const IFT_G703AT64K = 66
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (freebsd-386), const IFT_FRELAY ideal-int
    pkg syscall (freebsd-386), const IFT_FRELAYDCE ideal-int
    pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE ideal-int
    pkg syscall (freebsd-386), const IFT_FRFORWARD ideal-int
    pkg syscall (freebsd-386), const IFT_G703AT2MB ideal-int
    pkg syscall (freebsd-386), const IFT_G703AT64K ideal-int
    pkg syscall (freebsd-386), const IFT_GIF ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top