- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 2,558 for build2 (0.08 seconds)
-
okhttp-tls/build.gradle.kts
Yuri Schimke <******@****.***> 1758435742 +0100
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 1006 bytes - Click Count (0) -
okhttp-bom/build.gradle.kts
Yuri Schimke <******@****.***> 1752395521 +0100
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Jul 13 08:32:01 GMT 2025 - 501 bytes - Click Count (0) -
okhttp-hpacktests/build.gradle.kts
Jesse Wilson <******@****.***> 1704346327 -0500
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Jan 04 05:32:07 GMT 2024 - 346 bytes - Click Count (0) -
samples/static-server/build.gradle.kts
Jake Wharton <******@****.***> 1747458923 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 17 05:15:23 GMT 2025 - 338 bytes - Click Count (0) -
samples/tlssurvey/build.gradle.kts
Jake Wharton <******@****.***> 1747458932 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 17 05:15:32 GMT 2025 - 518 bytes - Click Count (0) -
samples/compare/build.gradle.kts
Jesse Wilson <******@****.***> 1750249701 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Jun 18 12:28:21 GMT 2025 - 473 bytes - Click Count (0) -
build-logic-commons/basics/build.gradle.kts
Christoph Obexer <******@****.***> 1745852049 +0200
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Apr 28 14:56:52 GMT 2025 - 996 bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableMultimap.java
} // looking for of() with > 5 entries? Use the builder instead. /** * Returns a new builder. The generated builder is equivalent to the builder created by the {@link * Builder} constructor. */ public static <K, V> Builder<K, V> builder() { return new Builder<>(); } /** * Returns a new builder with a hint for how many distinct keys are expected to be added. The
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 28.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/SuggesterBuilder.java
* @return This builder instance. */ public SuggesterBuilder settings(final SuggestSettings settings) { this.settings = settings; settingsBuilder = null; return this; } /** * Sets the suggest settings builder. * @param settingsBuilder The suggest settings builder. * @return This builder instance. */Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 6.2K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableTable.java
ImmutableTable.Builder<R, C, V> builder = ImmutableTable.builder(); for (Cell<? extends R, ? extends C, ? extends V> cell : cells) { builder.put(cell); } return builder.buildOrThrow(); } /** * Returns a new builder. The generated builder is equivalent to the builder created by the {@link * Builder#Builder() ImmutableTable.Builder()} constructor. */Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 17.3K bytes - Click Count (0)