- Sort Score
- Result 10 results
- Languages All
Results 1011 - 1020 of 1,166 for ranges (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsAccessTokenCA.java
import org.opensearch.search.aggregations.bucket.missing.MissingAggregationBuilder; import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; import org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder; import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 60K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsJobLogCA.java
import org.opensearch.search.aggregations.bucket.missing.MissingAggregationBuilder; import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; import org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder; import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 58.7K bytes - Viewed (0) -
src/archive/tar/reader.go
} return readGNUSparseMap0x1(hdr.PAXRecords) } // mergePAX merges paxHdrs into hdr for all relevant fields of Header. func mergePAX(hdr *Header, paxHdrs map[string]string) (err error) { for k, v := range paxHdrs { if v == "" { continue // Keep the original USTAR value } var id64 int64 switch k { case paxPath: hdr.Name = v case paxLinkpath: hdr.Linkname = v case paxUname:
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
constraints.ModCheck.message = {value} 的 {modType} 檢查碼不正確。 constraints.NotBlank.message = {item} 不能為空。 constraints.NotEmpty.message = {item} 不能為空。 constraints.ParametersScriptAssert.message = 腳本表達式 "{script}" 不為 true。 constraints.Range.message = {item} 必須在 {min} 到 {max} 之間。 constraints.SafeHtml.message = {item} 包含危險的 HTML 內容。 constraints.ScriptAssert.message = 腳本表達式 "{script}" 不為 true。 constraints.URL.message = {item} 不是有效的URL。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/util/ServerResponseValidator.java
log.warn("Invalid SMB protocol ID: 0x{}", Integer.toHexString(protocolId)); throw new SmbException("Invalid SMB protocol identifier"); } // Validate command is in valid range if (command < 0 || command > 255) { failedValidations.incrementAndGet(); throw new SmbException("Invalid command code: " + command); } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
// Get last item PagingList<CharMappingItem> result3 = charMappingFile.selectList(2, 2); assertEquals(1, result3.size()); assertEquals(3, result3.getAllRecordCount()); // Out of range offset PagingList<CharMappingItem> result4 = charMappingFile.selectList(10, 2); assertEquals(0, result4.size()); assertEquals(3, result4.getAllRecordCount()); // Negative offset
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.5K bytes - Viewed (0) -
src/main/resources/fess_message.properties
constraints.NotBlank.message = {item} is required. constraints.NotEmpty.message = {item} is required. constraints.ParametersScriptAssert.message = The script expression "{script}" is not true. constraints.Range.message = {item} must be between {min} and {max}. constraints.SafeHtml.message = {item} contains unsafe HTML content. constraints.ScriptAssert.message = The script expression "{script}" is not true.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
constraints.NotBlank.message = {item} is required. constraints.NotEmpty.message = {item} is required. constraints.ParametersScriptAssert.message = The script expression "{script}" is not true. constraints.Range.message = {item} must be between {min} and {max}. constraints.SafeHtml.message = {item} contains unsafe HTML content. constraints.ScriptAssert.message = The script expression "{script}" is not true.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
cmd/object-api-datatypes.go
ChecksumAlgorithm string // ChecksumType if set ChecksumType string } // Lookup - returns if uploadID is valid func (lm ListMultipartsInfo) Lookup(uploadID string) bool { for _, upload := range lm.Uploads { if upload.UploadID == uploadID { return true } } return false } // ListMultipartsInfo - represents bucket resources for incomplete multipart uploads.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @return true if the CPU load is within the acceptable range, false otherwise. */ public boolean calibrateCpuLoad() { return calibrateCpuLoad(0L); } /** * Calibrates the CPU load with a timeout. * * @param timeoutInMillis The timeout in milliseconds. * @return true if the CPU load is within the acceptable range, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)