- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0xffe3 (0.04 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="0xfffa" type="string" offset="0"/> <!-- V1, L3, CRC --> <match value="0xfffb" type="string" offset="0"/> <!-- V1, L3 --> <match value="0xfffc" type="string" offset="0"/> <!-- V1, L2, CRC --> <match value="0xfffd" type="string" offset="0"/> <!-- V1, L2 --> <match value="0xffe3" type="string" offset="0"/> <!-- MP3 2.5 from pronom -->
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
doc/go_spec.html
</p> <pre> ^1 // untyped integer constant, equal to -2 uint8(^1) // illegal: same as uint8(-2), -2 cannot be represented as a uint8 ^uint8(1) // typed uint8 constant, same as 0xFF ^ uint8(1) = uint8(0xFE) int8(^1) // same as int8(-2) ^int8(1) // same as -1 ^ int8(1) = -2 </pre> <p> Implementation restriction: A compiler may use rounding while
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)