- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for 005 (0.32 seconds)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/transfer/AbstractMavenTransferListener.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Apr 22 22:13:51 GMT 2025 - 9.2K bytes - Click Count (0) -
docs/features/caching.md
server behaviour when ambiguous. # Basic Usage ```kotlin private val client: OkHttpClient = OkHttpClient.Builder() .cache(Cache( directory = File(application.cacheDir, "http_cache"), // $0.05 worth of phone storage in 2020 maxSize = 50L * 1024L * 1024L // 50 MiB )) .build() ``` ## EventListener events
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 3.1K bytes - Click Count (1) -
impl/maven-cli/src/test/java/org/apache/maven/cling/transfer/FileSizeFormatTest.java
assertEquals("5.5 GB/s", builder.build()); } @Test void testFormatRateThresholds() { FileSizeFormat format = new FileSizeFormat(); // Test value less than 0.05 // Test exact unit thresholds MessageBuilder builder = new DefaultMessageBuilder(); format.formatRate(builder, 45.0); // 45 B/s assertEquals("45.0 B/s", builder.build());
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 14.9K bytes - Click Count (0) -
tests/test_path.py
"ctx": {"gt": 3.0}, } ] } def test_path_param_gt0_0_05(): response = client.get("/path/param-gt0/0.05") assert response.status_code == 200 assert response.json() == 0.05 def test_path_param_gt0_0(): response = client.get("/path/param-gt0/0") assert response.status_code == 422 assert response.json() == { "detail": [
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 20.5K bytes - Click Count (2) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
} /** * Test adding a single exclude pattern */ public void test_addExclude_singlePattern() { String sessionId = "test-session-005"; urlFilter.init(sessionId); urlFilter.addExclude(".*\\.(jpg|png|gif)$"); assertTrue(urlFilter.match("https://example.com/page.html"));Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Wed Sep 03 14:42:53 GMT 2025 - 19K bytes - Click Count (0) -
cmd/erasure-server-pool-rebalance.go
} pfi := float64(poolStats.InitFreeSpace+poolStats.Bytes) / float64(poolStats.InitCapacity) // Mark pool rebalance as done if within 5% from PercentFreeGoal. if diff := math.Abs(pfi - r.PercentFreeGoal); diff <= 0.05 { r.PoolStats[poolIdx].Info.Status = rebalCompleted r.PoolStats[poolIdx].Info.EndTime = time.Now() return true } return false }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 28.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.2.md
* Bootstrap reworked to be more similar to GCE; better supports reboots/restarts * Use an elastic IP for the master by default * Experimental support for node spot instances (set NODE\_SPOT\_PRICE=0.05) #### GCE * Ubuntu Trusty support added
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Dec 04 06:36:19 GMT 2020 - 41.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 0.05 <br> * comment: Boost value for content field in queries. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryBoostContent(); /** * Get the value for the key 'query.boost.content' as {@link java.math.BigDecimal}. <br> * The value is, e.g. 0.05 <br>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 525.7K bytes - Click Count (2) -
src/main/resources/fess_config.properties
# Boost value for title field in queries. query.boost.title=0.5 # Boost value for title field with language in queries. query.boost.title.lang=1.0 # Boost value for content field in queries. query.boost.content=0.05 # Boost value for content field with language in queries. query.boost.content.lang=0.1 # Boost value for important content field in queries. query.boost.important_content=-1.0
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 54.8K bytes - Click Count (0) -
cmd/xl-storage.go
// perpetually hung here. w := xioutil.NewDeadlineWorker(globalDriveConfig.GetMaxTimeout()) w.Run(func() error { return removeAll(entry) }) } } } const almostFilledPercent = 0.05 func (s *xlStorage) diskAlmostFilled() bool { info, err := s.diskInfoCache.Get() if err != nil { return false } if info.Used == 0 || info.UsedInodes == 0 { return false }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 91.7K bytes - Click Count (0)