- Sort Score
- Num 10 results
- Language All
Results 2181 - 2190 of 2,252 for ADD (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/ImmutableListMultimap.java
} ImmutableList.Builder<Object> valuesBuilder = ImmutableList.builder(); for (int j = 0; j < valueCount; j++) { valuesBuilder.add(requireNonNull(stream.readObject())); } builder.put(key, valuesBuilder.build()); tmpSize += valueCount; } ImmutableMap<Object, ImmutableList<Object>> tmpMap; try {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 19.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/NetworkExplorer.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 22.6K bytes - Click Count (0) -
cmd/metacache-stream_test.go
} } func Test_metacacheReader_readAll(t *testing.T) { r := loadMetacacheSample(t) defer r.Close() var readErr error objs := make(chan metaCacheEntry, 1) var wg sync.WaitGroup wg.Add(1) go func() { readErr = r.readAll(t.Context(), objs) wg.Done() }() want := loadMetacacheSampleNames i := 0 for entry := range objs { if entry.name != want[i] {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 15K bytes - Click Count (0) -
docs/de/docs/tutorial/bigger-applications.md
Aber jetzt wissen Sie, wie es funktioniert, sodass Sie relative Importe in Ihren eigenen Anwendungen verwenden kรถnnen, egal wie komplex diese sind. ๐ค ### Einige benutzerdefinierte `tags`, `responses`, und `dependencies` hinzufรผgen { #add-some-custom-tags-responses-and-dependencies } Wir fรผgen weder das Prรคfix `/items` noch `tags=["items"]` zu jeder *Pfadoperation* hinzu, da wir sie zum `APIRouter` hinzugefรผgt haben.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 21.9K bytes - Click Count (0) -
cmd/format-erasure.go
func closeStorageDisks(storageDisks ...StorageAPI) { var wg sync.WaitGroup for _, disk := range storageDisks { if disk == nil { continue } wg.Add(1) go func(disk StorageAPI) { defer wg.Done() disk.Close() }(disk) } wg.Wait() } // Initialize storage disks for each endpoint.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 23.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsFavoriteLogCQ.java
if (functionsLambda != null) { functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> { FavoriteLogCQ cf = new FavoriteLogCQ(); cqLambda.callback(cf); list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder)); }); } final FunctionScoreQueryBuilder builder = regFunctionScoreQ(cq.getQuery(), list); if (opLambda != null) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 42.7K bytes - Click Count (0) -
android/guava/src/com/google/common/io/CharSource.java
try { BufferedReader reader = closer.register(openBufferedStream()); List<String> result = new ArrayList<>(); String line; while ((line = reader.readLine()) != null) { result.add(line); } return ImmutableList.copyOf(result); } catch (Throwable e) { throw closer.rethrow(e); } finally { closer.close(); } } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 25.7K bytes - Click Count (0) -
docs/ko/docs/tutorial/response-model.md
ํ์ง๋ง ๋์ผํ ๋ชจ๋ธ์ ๋ค๋ฅธ *๊ฒฝ๋ก ์ฒ๋ฆฌ*์์ ์ฌ์ฉํ๋ฉด, ๋ชจ๋ ํด๋ผ์ด์ธํธ์๊ฒ ์ฌ์ฉ์์ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ณด๋ด๊ฒ ๋ ์๋ ์์ต๋๋ค. /// danger | ์ํ ๋ชจ๋ ์ฃผ์์ฌํญ์ ์๊ณ ์์ผ๋ฉฐ ๋ฌด์์ ํ๋์ง ์ ํํ ์๊ณ ์์ง ์๋ค๋ฉด, ์ด๋ฐ ๋ฐฉ์์ผ๋ก ์ฌ์ฉ์์ ํ๋ฌธ ๋น๋ฐ๋ฒํธ๋ฅผ ์ ์ฅํ๊ฑฐ๋ ์๋ต์ผ๋ก ๋ณด๋ด์ง ๋ง์ธ์. /// ## ์ถ๋ ฅ ๋ชจ๋ธ ์ถ๊ฐ { #add-an-output-model } ๋์ ํ๋ฌธ ๋น๋ฐ๋ฒํธ๋ฅผ ํฌํจํ๋ ์ ๋ ฅ ๋ชจ๋ธ๊ณผ, ๋น๋ฐ๋ฒํธ๊ฐ ์๋ ์ถ๋ ฅ ๋ชจ๋ธ์ ๋ง๋ค ์ ์์ต๋๋ค: {* ../../docs_src/response_model/tutorial003_py310.py hl[9,11,16] *} ์ฌ๊ธฐ์ *๊ฒฝ๋ก ์ฒ๋ฆฌ ํจ์*๊ฐ ๋น๋ฐ๋ฒํธ๋ฅผ ํฌํจํ๋ ๋์ผํ ์ ๋ ฅ ์ฌ์ฉ์๋ฅผ ๋ฐํํ๋๋ผ๋:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 17.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
Assert.assertEquals(hashcode1, hashcode2); // idempotent Assert.assertEquals(hashFunction.bits(), hashcode1.bits()); Assert.assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8); hashcodes.add(hashcode1); } assertThat((double) hashcodes.size()).isGreaterThan(objects * 0.95); // quite relaxed test assertHashBytesThrowsCorrectExceptions(hashFunction); assertIndependentHashers(hashFunction);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Oct 28 18:19:59 GMT 2025 - 25.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/reflect/ClassPathTest.java
ImmutableSet.Builder<String> builder = ImmutableSet.builder(); for (ClassPath.LocationInfo location : ClassPath.locationsFrom(loader)) { for (ResourceInfo resource : location.scanResources()) { builder.add(resource.getResourceName()); } } return builder.build(); } private static boolean isWindows() { return OS_NAME.value().startsWith("Windows"); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 25.8K bytes - Click Count (0)