- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for lang_es (0.03 sec)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.webConfigName=Nom de la configuration d'exploration Web labels.allLanguages=Toutes les langues labels.dictId=ID du dictionnaire labels.docId=ID du document labels.endTime=Heure de fin labels.hq=hq labels.inputs=Entrées labels.jobLogging=Journalisation labels.jobName=Nom labels.jobStatus=Statut labels.labelTypeIds=Étiquettes labels.lang=Langue labels.outputs=Sorties labels.pos=Partie du discours
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeRangeSet.java
* element will be contained in this {@code RangeSet} if and only if it is contained in at least * one {@code Range} in {@code ranges}. * * @since 21.0 */ public static <C extends Comparable<?>> TreeRangeSet<C> create(Iterable<Range<C>> ranges) { TreeRangeSet<C> result = create(); result.addAll(ranges); return result; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 32.3K bytes - Viewed (0) -
cycle_suppress_list.txt
FIELD com.google.common.collect.ConcurrentHashMultiset.countMap FIELD com.google.common.collect.ImmutableMultiset.asList FIELD com.google.common.collect.ImmutableRangeMap.ranges FIELD com.google.common.collect.ImmutableRangeSet.ranges FIELD com.google.common.collect.ImmutableSet.asList FIELD com.google.common.collect.JdkBackedImmutableBiMap.inverse FIELD com.google.common.collect.Maps.FilteredMapValues.unfiltered
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 24 01:59:49 UTC 2025 - 3.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/TreeRangeMap.java
public static <K extends Comparable, V> TreeRangeMap<K, V> create() { return new TreeRangeMap<>(); } /** * Returns a new {@link TreeRangeMap} containing the same ranges as the given {@code RangeMap}. * * @since 33.4.0 */ @SuppressWarnings("unchecked") public static <K extends Comparable<?>, V> TreeRangeMap<K, V> copyOf( RangeMap<K, ? extends V> rangeMap) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 22.8K bytes - Viewed (0) -
okhttp/src/jvmMain/kotlin/okhttp3/internal/platform/OpenJSSEPlatform.kt
*/ class OpenJSSEPlatform private constructor() : Platform() { private val provider: Provider = org.openjsse.net.ssl .OpenJSSE() // Selects TLSv1.3 so we are specific about our intended version ranges (not just 1.3) // and because it's a common pattern for VMs to have differences between supported and // defaulted versions for TLS based on what is requested.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/GroupService.java
// Default constructor } /** * Retrieves a paginated list of groups based on the provided pager criteria. * Updates the pager with pagination information including page numbers and ranges. * * @param groupPager the pager containing pagination and search criteria * @return a list of groups matching the criteria */ public List<Group> getGroupList(final GroupPager groupPager) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
constraints.EAN.message = {item} ist ein ungültiger {type}-Barcode. constraints.Email.message = {item} ist keine gültige E-Mail-Adresse. constraints.Length.message = Die Länge von {item} muss zwischen {min} und {max} liegen. constraints.LuhnCheck.message = Die Luhn-Modulo-11-Prüfsumme von {value} ist falsch. constraints.Mod10Check.message = Die Modulo-10-Prüfsumme von {value} ist falsch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0)