- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 525 (0.01 sec)
-
cmd/globals.go
// dynamic sleeper to avoid thundering herd for trash folder expunge routine deleteCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false) // dynamic sleeper for multipart expiration routine deleteMultipartCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false) // Is MINIO_SYNC_BOOT set? globalEnableSyncBoot bool
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (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) -
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)