- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for content_de (0.09 sec)
-
src/test/java/org/codelibs/fess/suggest/entity/ElevateWordTest.java
// Test with Japanese characters String word = "日本語テスト"; float boost = 2.0f; List<String> readings = Arrays.asList("ニホンゴテスト"); List<String> fields = Arrays.asList("content_ja"); List<String> tags = Arrays.asList("japanese"); List<String> roles = Arrays.asList("admin"); elevateWord = new ElevateWord(word, boost, readings, fields, tags, roles);
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16K bytes - Viewed (0) -
cmd/xl-storage-format_test.go
XLV1: false, ModTime: time.Now(), Size: 1234456, Mode: 0, Metadata: map[string]string{ xhttp.AmzRestore: "FAILED", xhttp.ContentMD5: mustGetUUID(), xhttp.AmzBucketReplicationStatus: "PENDING", xhttp.ContentType: "application/json", }, Parts: []ObjectPartInfo{ { Number: 1,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 17.5K bytes - Viewed (0) -
cmd/utils.go
// validateLengthAndChecksum returns if a content checksum is set, // and will replace r.Body with a reader that checks the provided checksum func validateLengthAndChecksum(r *http.Request) bool { if mdFive := r.Header.Get(xhttp.ContentMD5); mdFive != "" { want, err := base64.StdEncoding.DecodeString(mdFive) if err != nil { return false } r.Body = hash.NewChecker(r.Body, md5.New(), want, r.ContentLength) return true }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0)