Searched refs:xz (Results 1 – 11 of 11) sorted by relevance
/php-src/scripts/dev/ |
H A D | makedist | 35 Creates PHP release packages (tar.gz, tar.bz2, tar.xz) from the php-src Git 207 xz -9 -k "$prefix".tar || exit 9 208 "$md5sum" "$prefix".tar.xz 209 xz -t "$prefix".tar.xz
|
/php-src/ext/fileinfo/tests/ |
H A D | finfo_file_002.phpt | 48 ["%s/resources/test.xz"]=> 49 string(16) "application/x-xz"
|
H A D | magic私はガラスを食べられます | 2934 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz 2936 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma} 8681 # http://tukaani.org/xz/xz-file-format.txt 8684 !:mime application/x-xz 14543 >20 beshort 4 xz 16692 >>>>>&0 string xz\0 using xz compression 19086 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned 26444 # 78.10.1-candidates/build1/source/thunderbird-78.10.1.source.tar.xz 35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
|
H A D | magic | 2934 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz 2936 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma} 8681 # http://tukaani.org/xz/xz-file-format.txt 8684 !:mime application/x-xz 14543 >20 beshort 4 xz 16692 >>>>>&0 string xz\0 using xz compression 19086 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned 26444 # 78.10.1-candidates/build1/source/thunderbird-78.10.1.source.tar.xz 35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
|
/php-src/ext/fileinfo/ |
H A D | generate_patch.sh | 11 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
|
/php-src/.github/actions/setup-caddy/ |
H A D | action.yml | 10 …yserver/caddy download --pattern 'caddy_*_linux_amd64.tar.gz' -O - | sudo tar -xz -C /usr/bin caddy
|
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 696 lzma_stream xz; in uncompressxzlib() local 699 memset(&xz, 0, sizeof(xz)); in uncompressxzlib() 700 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib() 704 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib() 705 xz.avail_in = CAST(uint32_t, *n); in uncompressxzlib() 706 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib() 707 xz.avail_out = CAST(unsigned int, bytes_max); in uncompressxzlib() 709 rc = lzma_code(&xz, LZMA_RUN); in uncompressxzlib() 711 lzma_end(&xz); in uncompressxzlib() 715 *n = CAST(size_t, xz.total_out); in uncompressxzlib() [all …]
|
/php-src/ |
H A D | .gitignore | 272 /*.tar.xz 275 /*.tar.xz.asc
|
/php-src/ext/dom/tests/modern/common/ |
H A D | Document_title_getter.phpt | 76 string(2) "xz"
|
/php-src/.github/workflows/ |
H A D | nightly.yml | 810 libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz 820 libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
|
/php-src/docs/ |
H A D | release-process.md | 296 `.tar.bz2` and `.tar.xz`). 559 `.tar.bz2` and `.tar.xz`).
|
Completed in 329 milliseconds