- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for gnumeric (0.15 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.gnucash" /> </mime-type> <mime-type type="application/x-gnumeric"> <alias type="application/x-Gnumeric-spreadsheet"/> <magic priority="50"> <match value="=<gmr:Workbook" type="string" offset="39" /> </magic> <glob pattern="*.gnumeric"/> </mime-type> <mime-type type="application/x-grib"> <acronym>GRIB</acronym>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (2) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
*/ public void setMemorySize(final int memorySize) { this.memorySize = memorySize; } /** * Sets the maximum size of an alpha-numeric term. * @param maxAlphanumTermSize The max size of an alpha-numeric term. */ public void setMaxAlphanumTermSize(final int maxAlphanumTermSize) { this.maxAlphanumTermSize = maxAlphanumTermSize; } /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.7K bytes - Viewed (0)