Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for prompt (0.24 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const PROT_EXEC = 4
    pkg syscall (netbsd-arm64-cgo), const PROT_EXEC ideal-int
    pkg syscall (netbsd-arm64-cgo), const PROT_NONE = 0
    pkg syscall (netbsd-arm64-cgo), const PROT_NONE ideal-int
    pkg syscall (netbsd-arm64-cgo), const PROT_READ = 1
    pkg syscall (netbsd-arm64-cgo), const PROT_READ ideal-int
    pkg syscall (netbsd-arm64-cgo), const PROT_WRITE = 2
    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)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const PROT_EXEC = 4 #53466
    pkg syscall (freebsd-riscv64), const PROT_EXEC ideal-int #53466
    pkg syscall (freebsd-riscv64), const PROT_NONE = 0 #53466
    pkg syscall (freebsd-riscv64), const PROT_NONE ideal-int #53466
    pkg syscall (freebsd-riscv64), const PROT_READ = 1 #53466
    pkg syscall (freebsd-riscv64), const PROT_READ ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/archive/tar/writer.go

    func (tw *Writer) WriteHeader(hdr *Header) error {
    	if err := tw.Flush(); err != nil {
    		return err
    	}
    	tw.hdr = *hdr // Shallow copy of Header
    
    	// Avoid usage of the legacy TypeRegA flag, and automatically promote
    	// it to use TypeReg or TypeDir.
    	if tw.hdr.Typeflag == TypeRegA {
    		if strings.HasSuffix(tw.hdr.Name, "/") {
    			tw.hdr.Typeflag = TypeDir
    		} else {
    			tw.hdr.Typeflag = TypeReg
    		}
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 19.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const PROT_EXEC = 4
    pkg syscall (freebsd-386), const PROT_EXEC ideal-int
    pkg syscall (freebsd-386), const PROT_NONE = 0
    pkg syscall (freebsd-386), const PROT_NONE ideal-int
    pkg syscall (freebsd-386), const PROT_READ = 1
    pkg syscall (freebsd-386), const PROT_READ ideal-int
    pkg syscall (freebsd-386), const PROT_WRITE = 2
    pkg syscall (freebsd-386), const PROT_WRITE ideal-int
    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)
  5. src/archive/tar/writer_test.go

    				},
    		*/
    	}, {
    		file: "testdata/trailing-slash.tar",
    		tests: []testFnc{
    			testHeader{Header{Name: strings.Repeat("123456789/", 30)}, nil},
    			testClose{nil},
    		},
    	}, {
    		// Automatically promote zero value of Typeflag depending on the name.
    		file: "testdata/file-and-dir.tar",
    		tests: []testFnc{
    			testHeader{Header{Name: "small.txt", Size: 5}, nil},
    			testWrite{"Kilts", 5, nil},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
  6. LICENSE

    in the documentation and/or other materials provided with the
    distribution.
       * Neither the name of Google Inc. nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jun 01 22:40:04 GMT 2016
    - 1.4K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PROT_EXEC ideal-int
    pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN ideal-int
    pkg syscall (linux-arm-cgo), const PROT_GROWSUP ideal-int
    pkg syscall (linux-arm-cgo), const PROT_NONE ideal-int
    pkg syscall (linux-arm-cgo), const PROT_READ ideal-int
    pkg syscall (linux-arm-cgo), const PROT_WRITE ideal-int
    pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP 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