Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for hasRule (0.07 sec)

  1. cmd/xl-storage-format-v2.go

    // If data is not xlv2, it is returned in full.
    func readXLMetaNoData(r io.Reader, size int64) ([]byte, error) {
    	initial := size
    	hasFull := true
    	if initial > metaDataReadDefault {
    		initial = metaDataReadDefault
    		hasFull = false
    	}
    
    	buf := metaDataPoolGet()[:initial]
    	_, err := io.ReadFull(r, buf)
    	if err != nil {
    		return nil, fmt.Errorf("readXLMetaNoData(io.ReadFull): %w", err)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 64K bytes
    - Viewed (1)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "latvian_stop": {
            "type":       "stop",
            "stopwords":  "_latvian_"
          },
          "latvian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["sveiki", "pasaule", "meklēšana"]
          },
          "latvian_stemmer": {
            "type":       "stemmer",
            "language":   "latvian"
          },
          "lithuanian_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  3. src/archive/tar/common.go

    		// Technically, it is required for uname and gname,
    		// but neither GNU nor BSD tar checks for it.
    		tooLong := len(s) > size
    		allowLongGNU := paxKey == paxPath || paxKey == paxLinkpath
    		if hasNUL(s) || (tooLong && !allowLongGNU) {
    			whyNoGNU = fmt.Sprintf("GNU cannot encode %s=%q", name, s)
    			format.mustNotBe(FormatGNU)
    		}
    		if !isASCII(s) || tooLong {
    			canSplitUSTAR := paxKey == paxPath
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Sep 13 21:03:27 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "latvian_stop": {
            "type":       "stop",
            "stopwords":  "_latvian_"
          },
          "latvian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["sveiki", "pasaule", "meklēšana"]
          },
          "latvian_stemmer": {
            "type":       "stemmer",
            "language":   "latvian"
          },
          "lithuanian_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

            },
            "latvian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["sveiki", "pasaule", "meklēšana"]
            },
            "latvian_stemmer": {
              "type":       "stemmer",
              "language":   "latvian"
            },
            "latvian_override": {
              "type":       "stemmer_override",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

            },
            "latvian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["sveiki", "pasaule", "meklēšana"]
            },
            "latvian_stemmer": {
              "type":       "stemmer",
              "language":   "latvian"
            },
            "latvian_override": {
              "type":       "stemmer_override",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top