Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for BZIP2 (0.07 sec)

  1. guava/src/com/google/common/net/MediaType.java

      public static final MediaType ATOM_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "atom+xml");
      public static final MediaType BZIP2 = createConstant(APPLICATION_TYPE, "x-bzip2");
    
      /**
       * Files in the <a href="https://www.dartlang.org/articles/embedding-in-html/">dart</a>
       * programming language.
       *
       * @since 19.0
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. src/archive/tar/reader_test.go

    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package tar
    
    import (
    	"bytes"
    	"compress/bzip2"
    	"errors"
    	"fmt"
    	"hash/crc32"
    	"io"
    	"maps"
    	"math"
    	"os"
    	"path"
    	"reflect"
    	"slices"
    	"strconv"
    	"strings"
    	"testing"
    	"time"
    )
    
    func TestReader(t *testing.T) {
    	vectors := []struct {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 03 15:48:09 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    application/x-ibooks+zip=ibooks\n\
    text/plain=txt\n\
    application/rtf=rtf\n\
    application/vnd.ms-htmlhelp=chm\n\
    application/zip=zip\n\
    application/x-7z-comressed=7z\n\
    application/x-bzip=bz\n\
    application/x-bzip2=bz2\n\
    application/x-tar=tar\n\
    application/x-rar-compressed=rar\n\
    video/3gp=3gp\n\
    video/3g2=3g2\n\
    video/x-msvideo=avi\n\
    video/x-flv=flv\n\
    video/mpeg=mpeg\n\
    video/mp4=mp4\n\
    video/ogv=ogv\n\
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-bcpio",
    				"application/x-berkeley-db",
    				"application/x-bibtex-text-file",
    				"application/x-bittorrent",
    				"application/x-bplist",
    				"application/x-bzip",
    				"application/x-bzip2",
    				"application/x-cdlink",
    				"application/x-chat",
    				"application/x-chess-pgn",
    				"application/x-chrome-package",
    				"application/x-compress",
    				"application/x-corelpresentations",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.facet_filetype_rtf=リッチテキスト
    labels.facet_filetype_chm=Compiled HTML Help
    labels.facet_filetype_zip=ZIPアーカイブ
    labels.facet_filetype_7z=7zアーカイブ
    labels.facet_filetype_bz=BZIPアーカイブ
    labels.facet_filetype_bz2=BZIP2アーカイブ
    labels.facet_filetype_tar=TARアーカイブ
    labels.facet_filetype_rar=RARアーカイブ
    labels.facet_filetype_3gp=3gpビデオ
    labels.facet_filetype_3g2=3g2ビデオ
    labels.facet_filetype_avi=AVIビデオ
    labels.facet_filetype_flv=FLVビデオ
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * application/rtf=rtf<br>
         * application/vnd.ms-htmlhelp=chm<br>
         * application/zip=zip<br>
         * application/x-7z-comressed=7z<br>
         * application/x-bzip=bz<br>
         * application/x-bzip2=bz2<br>
         * application/x-tar=tar<br>
         * application/x-rar-compressed=rar<br>
         * video/3gp=3gp<br>
         * video/3g2=3g2<br>
         * video/x-msvideo=avi<br>
         * video/x-flv=flv<br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="40">
          <match value="BZ0" type="string" offset="0"/>
        </magic>
        <glob pattern="*.bz"/>
        <glob pattern="*.tbz"/>
      </mime-type>
    
      <mime-type type="application/x-bzip2">
        <sub-class-of type="application/x-bzip"/>
        <_comment>Bzip 2 UNIX Compressed File</_comment>
        <magic priority="40">
          <match value="BZh[1-9]" type="regex" offset="0"/>
        </magic>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg bytes, method (*Reader) UnreadRune() error
    pkg bytes, type Buffer struct
    pkg bytes, type Reader struct
    pkg bytes, var ErrTooLarge error
    pkg compress/bzip2, func NewReader(io.Reader) io.Reader
    pkg compress/bzip2, method (StructuralError) Error() string
    pkg compress/bzip2, type StructuralError string
    pkg compress/flate, const BestCompression ideal-int
    pkg compress/flate, const BestSpeed ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top