- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 114 for champs (0.05 sec)
-
guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java
import static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE; import static com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES; import static com.google.common.primitives.Chars.asList; import static com.google.common.truth.Truth.assertThat; import static java.util.Collections.emptySet; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 28.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
} WebApiUtil.setError(500, longMessage.toString()); // Test with special characters in message WebApiUtil.setError(400, "Error with special chars: àáâãäåæçèéêë ñ 中文 🚀"); } catch (Exception e) { fail("Error handling should work with edge cases: " + e.getMessage()); } } public void test_method_parameter_validation() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
OkHttp 2.x Change Log ===================== ## Version 2.7.5 _2016-02-25_ * Fix: Change the certificate pinner to always build full chains. This prevents a potential crash when using certificate pinning with the Google Play Services security provider. ## Version 2.7.4 _2016-02-07_ * Fix: Don't crash when finding the trust manager if the Play Services (GMS) security provider is installed.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Ints.java
* unchanged. If {@code value} is less than {@code min}, {@code min} is returned, and if {@code * value} is greater than {@code max}, {@code max} is returned. * * <p><b>Java 21+ users:</b> Use {@code Math.clamp} instead. Note that that method is capable of * constraining a {@code long} input to an {@code int} range. * * @param value the {@code int} value to constrain
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String CRAWLER_DOCUMENT_SPACE_CHARS = "crawler.document.space.chars"; /** The key of the configuration. e.g. u002eu06d4u2e3cu3002 */ String CRAWLER_DOCUMENT_FULLSTOP_CHARS = "crawler.document.fullstop.chars"; /** The key of the configuration. e.g. UTF-8 */ String CRAWLER_CRAWLING_DATA_ENCODING = "crawler.crawling.data.encoding";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
android/guava/src/com/google/common/util/concurrent/FluentFuture.java
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.jspecify.annotations.Nullable; /** * A {@link ListenableFuture} that supports fluent chains of operations. For example: * * {@snippet : * ListenableFuture<Boolean> adminIsLoggedIn = * FluentFuture.from(usersDatabase.getAdminUser()) * .transform(User::getId, directExecutor())
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableListMultimap.java
* .collect( * flatteningToImmutableListMultimap( * str -> str.charAt(0), * str -> str.substring(1).chars().mapToObj(c -> (char) c)); * * // is equivalent to * * static final ImmutableListMultimap<Character, Character> FIRST_LETTER_MULTIMAP = * ImmutableListMultimap.<Character, Character>builder()
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.q=Query labels.roles=Ruoli labels.suggestSearchLog=Log di ricerca suggeriti labels.suggestWord=Parola suggerita labels.targetLabel=Etichetta labels.term=Termine di ricerca labels.fields=Campi labels.ex_q=Query estesa labels.oldPassword=Password attuale labels.newPassword=Nuova password labels.confirmNewPassword=Conferma nuova password labels.menu_system=Sistema labels.menu_wizard=Wizard
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.q=Consulta labels.roles=Roles labels.suggestSearchLog=Registro de búsqueda para sugerencias labels.suggestWord=Palabra sugerida labels.targetLabel=Etiqueta labels.term=Término de búsqueda labels.fields=Campos labels.ex_q=Consulta extendida labels.oldPassword=Contraseña actual labels.newPassword=Nueva contraseña labels.confirmNewPassword=Confirmar nueva contraseña labels.menu_system=Sistema labels.menu_wizard=Asistente
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
asso.ci asso.dz asso.eu.org asso.fr asso.gp asso.ht asso.km asso.mc asso.nc asso.re associates association.aero assur.bj asti.it asuke.aichi.jp at at-band-camp.net at.emf.camp at.eu.org at.it atami.shizuoka.jp ath.cx athleta atl.jelastic.vps-host.net atm.pl atmeta.com ato.br atsugi.kanagawa.jp atsuma.hokkaido.jp attorney au au.eu.org
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 129.6K bytes - Viewed (3)