- Sort Score
 - Result 10 results
 - Languages All
 
Results 501 - 510 of 591 for Date (0.04 sec)
- 
				
				
src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java
* @return active memory region count */ public long getMemoryRegionsActive() { return memoryRegionsActive.get(); } /** * Calculate error rate as percentage of total operations * * @return error rate (0.0 to 1.0) */ public double getErrorRate() { long total = rdmaReads.get() + rdmaWrites.get() + rdmaSends.get() + rdmaReceives.get(); if (total == 0) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 10.7K bytes - Viewed (0) - 
				
				
cmd/site-replication-metrics.go
ReplicatedCount int64 `json:"replicationCount"` // Replication latency information Latency ReplicationLatency `json:"replicationLatency"` // transfer rate for large uploads XferRateLrg *XferStats `json:"largeTransferRate" msg:"lt"` // transfer rate for small uploads XferRateSml *XferStats `json:"smallTransferRate" msg:"st"` // Endpoint is the replication target endpoint Endpoint string `json:"-"`
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 8.2K bytes - Viewed (0) - 
				
				
guava-tests/test/com/google/common/base/VerifyTest.java
@Override public String toString() { throw new AssertionFailedError(); } }; private static final String FORMAT = "I ate %s pies."; private static void checkMessage(Exception e) { assertThat(e).hasMessageThat().isEqualTo("I ate 5 pies."); }Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 3.2K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/exception/InvalidAccessTokenExceptionTest.java
} catch (FessSystemException e) { assertTrue(e instanceof InvalidAccessTokenException); InvalidAccessTokenException iate = (InvalidAccessTokenException) e; assertEquals(type, iate.getType()); assertEquals(message, e.getMessage()); } } public void test_multipleExceptionInstances() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.4K bytes - Viewed (0) - 
				
				
cmd/bucket-stats.go
BandWidthLimitInBytesPerSecond int64 `json:"limitInBits"` // current bandwidth reported CurrentBandwidthInBytesPerSecond float64 `json:"currentBandwidth"` // transfer rate for large uploads XferRateLrg *XferStats `json:"-" msg:"lt"` // transfer rate for small uploads XferRateSml *XferStats `json:"-" msg:"st"` // Deprecated fields // Pending size in bytes PendingSize int64 `json:"pendingReplicationSize"`
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 13.5K bytes - Viewed (0) - 
				
				
docs/pt/docs/tutorial/query-params.md
## Valores padrão Como os parâmetros de consulta não são uma parte fixa da rota, eles podem ser opcionais e podem ter valores padrão. No exemplo acima eles tem valores padrão de `skip=0` e `limit=10`. Então, se você for até a URL: ``` http://127.0.0.1:8000/items/ ``` Seria o mesmo que ir para: ``` http://127.0.0.1:8000/items/?skip=0&limit=10 ``` Mas, se por exemplo você for para: ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.9K bytes - Viewed (0) - 
				
				
src/main/resources/fess_indices/fess/ro/stopwords.txt
aşadar asemenea asta ăsta astăzi astea ăstea ăştia asupra aţi au avea avem aveţi azi bine bucur bună ca că căci când care cărei căror cărui cât câte câţi către câtva ce cel ceva chiar cînd cine cineva cît cîte cîţi cîtva contra cu cum cumva curând curînd da dă dacă dar datorită de deci
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 1.4K bytes - Viewed (0) - 
				
				
CHANGELOG/CHANGELOG-1.17.md
## Notable Features ### Stable - Graduate ScheduleDaemonSetPods to GA. (feature gate will be removed in 1.18) ([#82795](https://github.com/kubernetes/kubernetes/pull/82795), [@draveness](https://github.com/draveness)) - Graduate TaintNodesByCondition to GA in 1.17. (feature gate will be removed in 1.18) ([#82703](https://github.com/kubernetes/kubernetes/pull/82703), [@draveness](https://github.com/draveness))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) - 
				
				
src/main/java/jcifs/util/SimpleCircuitBreaker.java
consecutiveFailures.get(), getSuccessRate()); } /** * Calculate success rate * * @return success rate (0.0 to 1.0) */ private double getSuccessRate() { long total = totalCalls.get(); if (total == 0) { return 1.0; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.3K bytes - Viewed (0) - 
				
				
src/main/resources/fess_indices/fess/pt/stopwords.txt
um para com não uma os no se na por mais as dos como mas ao ele das à seu sua ou quando muito nos já eu também só pelo pela até isso ela entre depois sem mesmo aos seus quem nas me esse eles você essa num nem suas meu às minha numa pelos elas qual nós lhe deles
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Nov 27 12:59:36 UTC 2023 - 1.4K bytes - Viewed (0)