- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 70 for mime_types (0.06 seconds)
-
docs/compression/README.md
```bash ~ mc admin config get myminio compression compression extensions=".txt,.log,.csv,.json,.tar,.xml,.bin" mime_types="text/*,application/json,application/xml" ``` Default config includes most common highly compressible content extensions and mime-types. ```bash ~ mc admin config set myminio compression extensions=".pdf" mime_types="application/pdf" ``` To show help on setting compression config values. ```bash
Created: 2026-04-05 19:28 - Last Modified: 2025-08-12 18:20 - 5.2K bytes - Click Count (0) -
internal/config/compress/compress.go
} cfg.MimeTypes = mimeTypes } if compressMimeTypesLegacy2 != "" { mimeTypes, err := parseCompressIncludes(compressMimeTypesLegacy2) if err != nil { return cfg, fmt.Errorf("%s: Invalid MINIO_COMPRESS_MIME_TYPES value (`%s`)", err, mimeTypes) } cfg.MimeTypes = mimeTypes } return cfg, nilCreated: 2026-04-05 19:28 - Last Modified: 2025-09-06 17:37 - 5K bytes - Click Count (0) -
cmd/testdata/undeleteable-object.tgz
ome":{"_":[{"key":"enable","value":"off"},{"key":"frequency","value":"24h"}]},"compression":{"_":[{"key":"enable","value":"off"},{"key":"allow_encryption","value":"off"},{"key":"extensions","value":".txt,.log,.csv,.json,.tar,.xml,.bin"},{"key":"mime_types","value":"text/*,application/json,application/xml,binary/octet-stream"}]},"crawler":{"_":null},"credentials":{"_":null},"drive":{"_":[{"key":"max_timeout","value":""}]},"etcd":{"_":[{"key":"endpoints","value":""},{"key":"path_prefix","value":""...Created: 2026-04-05 19:28 - Last Modified: 2024-04-26 00:31 - 8.7M bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
assertTrue("Command should contain mimetype: " + mimeType, expandedCommand.contains(mimeType)); assertFalse("Command should not contain placeholder", expandedCommand.contains("${mimetype}")); } } // Test command list with mimetype placeholder @Test public void test_commandList_withMimetypePlaceholder() {Created: 2026-03-31 13:07 - Last Modified: 2026-03-13 23:01 - 27.8K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
Created: 2026-04-12 03:50 - Last Modified: 2025-07-06 02:13 - 6.5K bytes - Click Count (0) -
fess-crawler-lasta/src/main/resources/crawler/mimetype.xml
Shinsuke Sugaya <******@****.***> 1444529815 +0900
Created: 2026-04-12 03:50 - Last Modified: 2015-10-11 02:16 - 374 bytes - Click Count (0) -
src/main/resources/crawler/mimetype.xml
Shinsuke Sugaya <******@****.***> 1769245593 +0900
Created: 2026-03-31 13:07 - Last Modified: 2026-01-24 09:06 - 369 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
default boolean isHtmlMimetypeForCache(final String mimetype) { final String[] mimetypes = getCrawlerDocumentCacheHtmlMimetypes().split(","); if (mimetypes.length == 1 && StringUtil.isBlank(mimetypes[0])) { return true; } return stream(mimetypes).get(stream -> stream.anyMatch(s -> s.equalsIgnoreCase(mimetype))); } String getCrawlerDocumentCacheSupportedMimetypes();Created: 2026-03-31 13:07 - Last Modified: 2026-03-26 02:24 - 92.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
Created: 2026-03-31 13:07 - Last Modified: 2026-01-14 14:29 - 11.7K bytes - Click Count (0) -
src/main/resources/fess_thumbnail.xml
<arg>"mimetype"</arg> <arg>"application/vnd.ms-excel.sheet.3"</arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"application/vnd.ms-excel.sheet.4"</arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg> <arg>"application/vnd.ms-excel.workspace.3"</arg> </postConstruct> <postConstruct name="addCondition"> <arg>"mimetype"</arg>
Created: 2026-03-31 13:07 - Last Modified: 2026-02-04 14:24 - 6K bytes - Click Count (0)