- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 811 for Standard (0.09 seconds)
-
src/main/resources/suggest_indices/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Oct 03 02:51:59 GMT 2019 - 57.3K bytes - Click Count (3) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 27 09:26:16 GMT 2021 - 57.4K bytes - Click Count (1) -
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 24 12:55:37 GMT 2021 - 57.4K bytes - Click Count (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
}, "reading_term_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard" }, "normalize_analyzer_pa" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer_pa" : { "type" : "custom", "tokenizer" : "standard",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 23 05:09:51 GMT 2019 - 57.7K bytes - Click Count (0) -
src/main/resources/fess_indices/fess.json
"tokenizer": "standard", "filter": [ "truncate20_filter", "lowercase", "arabic_stop", "arabic_normalization", "arabic_keywords", "arabic_override", "arabic_stemmer" ] }, "armenian_analyzer": { "tokenizer": "standard", "filter": [
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
docs/erasure/storage-class/README.md
### Allowed values for STANDARD storage class `STANDARD` storage class implies more parity than `REDUCED_REDUNDANCY` class. So, `STANDARD` parity drives should be - Greater than or equal to 2, if `REDUCED_REDUNDANCY` parity is not set. - Greater than `REDUCED_REDUNDANCY` parity, if it is set.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.9K bytes - Click Count (0) -
internal/config/storageclass/storage-class.go
"github.com/minio/minio/internal/logger" "github.com/minio/pkg/v3/env" ) // Standard constants for all storage class const ( // Reduced redundancy storage class RRS = "REDUCED_REDUNDANCY" // Standard storage class STANDARD = "STANDARD" ) // Standard constants for config info storage class const ( ClassStandard = "standard" ClassRRS = "rrs" Optimize = "optimize" InlineBlock = "inline_block"
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 12.3K bytes - Click Count (0) -
docs/de/docs/index.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 23.6K bytes - Click Count (1) -
architecture/standards/0009-use-american-english.md
While both American and British English are valid, establishing a single standard improves consistency, readability, and maintainability of the codebase. ## Decision The Gradle project adopts **American English** as the standard language variant for all code, comments, documentation, user-facing messages, and written communication. ### Examples
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/SocketChannelTest.kt
@Test fun testHttp(socketMode: SocketMode = burstValues(Channel, Standard)) { testConnection(socketMode) } @Test fun testHttps( provider: Provider = Provider.JSSE, protocol: Protocol = burstValues(HTTP_1_1, HTTP_2), tlsVersion: TlsVersion = burstValues(TLS_1_3, TLS_1_2), socketMode: SocketMode = burstValues(Channel, Standard), tlsExtensionMode: TlsExtensionMode = TlsExtensionMode.STANDARD,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 7.9K bytes - Click Count (0)