- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ng (0.01 seconds)
-
cmd/notification.go
ng := WithNPeers(len(sys.peerClients)).WithRetries(1) for idx, client := range sys.peerClients { ng.Go(ctx, func() error { if client == nil { return errPeerNotReachable } return client.DeletePolicy(ctx, policyName) }, idx, *client.host) } return ng.Wait() } // LoadPolicy - reloads a specific modified policy across all peers
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 46K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
} // Test selectList method with valid data @Test public void test_selectList_validData() throws Exception { writeTestFile("a,b => c\nd,e => f\ng,h => i\n"); // Get all items PagingList<CharMappingItem> result1 = charMappingFile.selectList(0, 10); assertEquals(3, result1.size()); assertEquals(3, result1.getAllRecordCount());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
cmd/erasure-metadata.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 21.3K bytes - Click Count (0)