- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 32 for Bastos (0.03 sec)
-
docs/es/README.md
rastrear documentos en un [servidor web](https://fess.codelibs.org/15.3/admin/webconfig-guide.html), [sistema de archivos](https://fess.codelibs.org/15.3/admin/fileconfig-guide.html), o [almacenamiento de datos](https://fess.codelibs.org/15.3/admin/dataconfig-guide.html) (como un archivo CSV o base de datos). Se admiten muchos formatos de archivos, incluidos (pero no limitados a): Microsoft Office, PDF y zip. *[Fess Site Search](https://github.com/codelibs/fess-site-search)* es una alternativa...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
errors.crud_failed_to_create_instance = No se pudieron crear nuevos datos. errors.crud_failed_to_create_crud_table = No se pudieron crear nuevos datos. ({0}) errors.crud_failed_to_update_crud_table=No se pudieron actualizar los datos. ({0}) errors.crud_failed_to_delete_crud_table=No se pudieron eliminar los datos. ({0}) errors.crud_could_not_find_crud_table = No se encontraron los datos {0}.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/pac/ASN1Util.java
* * This class provides helper methods for working with ASN.1 * encoded data structures used in Kerberos PAC processing. */ public final class ASN1Util { private ASN1Util() { } /** * Casts an object to the specified type with type checking * @param <T> the target type * @param type the target class type * @param object the object to cast * @return object cast to typeRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.2K bytes - Viewed (0) -
guava/src/com/google/common/collect/SparseImmutableTable.java
} this.columnMap = columnBuilder.buildOrThrow(); } @Override public ImmutableMap<C, Map<R, V>> columnMap() { // Casts without copying. return ImmutableMap.copyOf(columnMap); } @Override public ImmutableMap<R, Map<C, V>> rowMap() { // Casts without copying. return ImmutableMap.copyOf(rowMap); } @Override public int size() { return cellRowIndices.length;Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 5.3K bytes - Viewed (0) -
guava/src/com/google/common/collect/NullnessCasts.java
* the License. */ package com.google.common.collect; import com.google.common.annotations.GwtCompatible; import org.jspecify.annotations.Nullable; /** A utility method to perform unchecked casts to suppress errors produced by nullness analyses. */ @GwtCompatible final class NullnessCasts { /** * Accepts a {@code @Nullable T} and returns a plain {@code T}, without performing any check thatRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Aug 13 20:49:47 UTC 2025 - 3.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/NullnessCasts.java
* the License. */ package com.google.common.collect; import com.google.common.annotations.GwtCompatible; import org.jspecify.annotations.Nullable; /** A utility method to perform unchecked casts to suppress errors produced by nullness analyses. */ @GwtCompatible final class NullnessCasts { /** * Accepts a {@code @Nullable T} and returns a plain {@code T}, without performing any check thatRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Aug 13 20:49:47 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.crawling_info_DataCrawlStartTime=Hora de inicio del rastreo (Almacén de datos) labels.crawling_info_DataCrawlEndTime=Hora de finalización del rastreo (Almacén de datos) labels.crawling_info_DataIndexExecTime=Tiempo de ejecución de indexación (Almacén de datos) labels.crawling_info_DataIndexSize=Tamaño del índice (Almacén de datos) labels.webauth_configuration=Autenticación web
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/GeneralRange.java
return comparator; } boolean hasLowerBound() { return hasLowerBound; } boolean hasUpperBound() { return hasUpperBound; } boolean isEmpty() { // The casts are safe because of the has*Bound() checks. return (hasUpperBound() && tooLow(uncheckedCastNullableTToT(getUpperEndpoint()))) || (hasLowerBound() && tooHigh(uncheckedCastNullableTToT(getLowerEndpoint()))); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/SparseImmutableTable.java
} this.columnMap = columnBuilder.buildOrThrow(); } @Override public ImmutableMap<C, Map<R, V>> columnMap() { // Casts without copying. return ImmutableMap.copyOf(columnMap); } @Override public ImmutableMap<R, Map<C, V>> rowMap() { // Casts without copying. return ImmutableMap.copyOf(rowMap); } @Override public int size() { return cellRowIndices.length;Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 5.3K bytes - Viewed (1) -
android/guava/src/com/google/common/collect/DenseImmutableTable.java
return super.writeReplace(); } } @Override public ImmutableMap<C, Map<R, V>> columnMap() { // Casts without copying. return ImmutableMap.copyOf(columnMap); } @Override public ImmutableMap<R, Map<C, V>> rowMap() { // Casts without copying. return ImmutableMap.copyOf(rowMap); } @Override
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 9.6K bytes - Viewed (0)