Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for pax (0.15 sec)

  1. src/archive/tar/tar_test.go

    		}
    	}
    }
    
    func TestHeaderAllowedFormats(t *testing.T) {
    	vectors := []struct {
    		header  *Header           // Input header
    		paxHdrs map[string]string // Expected PAX headers that may be needed
    		formats Format            // Expected formats that can encode the header
    	}{{
    		header:  &Header{},
    		formats: FormatUSTAR | FormatPAX | FormatGNU,
    	}, {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
  2. ci/devinfra/docker_windows/Dockerfile

        msys 'pacman --noconfirm -Syy flex gawk gcc-libs grep gzip inetutils info'; \
        msys 'pacman --noconfirm -Syy less lndir mintty ncurses pactoys-git patch'; \
        msys 'pacman --noconfirm -Syy pax-git pkgfile rebase sed tar tftp-hpa time tzcode util-linux which'; \
        $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg debug/elf, const PT_OPENBSD_RANDOMIZE ProgType
    pkg debug/elf, const PT_OPENBSD_WXNEEDED = 1705237479
    pkg debug/elf, const PT_OPENBSD_WXNEEDED ProgType
    pkg debug/elf, const PT_PAX_FLAGS = 1694766464
    pkg debug/elf, const PT_PAX_FLAGS ProgType
    pkg debug/elf, const PT_S390_PGSTE = 1879048192
    pkg debug/elf, const PT_S390_PGSTE ProgType
    pkg debug/elf, const PT_SUNWSTACK = 1879048187
    pkg debug/elf, const PT_SUNWSTACK ProgType
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top