Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for aab (0.02 sec)

  1. src/bytes/bytes_test.go

    	{"TrimRight", "", "", ""},
    	{"TrimRight", "☺\xc0", "☺", "☺\xc0"},
    	{"TrimPrefix", "aabb", "a", "abb"},
    	{"TrimPrefix", "aabb", "b", "aabb"},
    	{"TrimSuffix", "aabb", "a", "aabb"},
    	{"TrimSuffix", "aabb", "b", "aab"},
    }
    
    type TrimNilTest struct {
    	f   string
    	in  []byte
    	arg string
    	out []byte
    }
    
    var trimNilTests = []TrimNilTest{
    	{"Trim", nil, "", nil},
    	{"Trim", []byte{}, "", nil},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 28 18:13:58 UTC 2025
    - 62.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          </match>
        </magic>
        <glob pattern="*.las"/>
        <glob pattern="*.laz"/>
      </mime-type>
      <mime-type type="application/x-authorware-bin">
        <glob pattern="*.aab"/>
        <glob pattern="*.x32"/>
        <glob pattern="*.u32"/>
        <glob pattern="*.vox"/>
      </mime-type>
      <mime-type type="application/x-authorware-map">
        <glob pattern="*.aam"/>
      </mime-type>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top