Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 525 (0.01 sec)

  1. android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

        assertThat(iia1.subArray(1, 1)).isSameInstanceAs(ImmutableIntArray.of());
        assertThat(iia1.subArray(0, 1).asList()).containsExactly(5);
        assertThat(iia3.subArray(0, 2).asList()).containsExactly(5, 25).inOrder();
        assertThat(iia3.subArray(1, 3).asList()).containsExactly(25, 125).inOrder();
    
        assertThrows(IndexOutOfBoundsException.class, () -> iia3.subArray(-1, 1));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>FileMaker Pro 7</_comment>
        <magic priority="50">
          <match value="0xC04842414D37" type="string" offset="14" >
          <match value="0x4842414D323130314F43543939C102480750726F20372E30C0C0" type="string" offset="525" />
        </match>
        </magic>
        <glob pattern="*.fp7" />
      </mime-type>
    
      <mime-type type="application/x-font-bdf">
        <glob pattern="*.bdf"/>
      </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