- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for Es (0.02 sec)
-
src/main/resources/fess_message_es.properties
constraints.CreditCardNumber.message = {item} no es un número de tarjeta de crédito válido. constraints.EAN.message = {item} no es un código de barras {type} válido. constraints.Email.message = {item} no es una dirección de correo electrónico válida. constraints.Length.message = La longitud de {item} debe estar entre {min} y {max}. constraints.LuhnCheck.message = La suma de comprobación Luhn Módulo 11 de {value} es incorrecta.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
# - - - - - - - - - -/ errors.login.failure = Anmeldung fehlgeschlagen. errors.app.illegal.transition = Ungültiger Übergang. Bitte versuchen Sie es erneut. errors.app.db.already.deleted = Es wurde möglicherweise von einem anderen Prozess gelöscht. Bitte versuchen Sie den Vorgang erneut. errors.app.db.already.updated = Es wurde möglicherweise von einem anderen Prozess aktualisiert. Bitte versuchen Sie den Vorgang erneut.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
okhttp-sse/src/test/java/okhttp3/sse/internal/EventSourceRecorder.kt
eventSource: EventSource, response: Response, ) { get().log("[ES] onOpen", Platform.INFO, null) events.add(Open(eventSource, response)) drainCancelQueue(eventSource) } override fun onEvent( eventSource: EventSource, id: String?, type: String?, data: String, ) { get().log("[ES] onEvent", Platform.INFO, null) events.add(Event(id, type, data))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:32:52 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
}, "spanish_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}es/stopwords.txt" }, "spanish_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}es/protwords.txt" }, "spanish_stemmer": { "type": "stemmer", "language": "light_spanish"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProviderTest.java
public void test_determineAlias_multipleLocales() { // Test with various locale configurations Locale[] testLocales = { Locale.US, Locale.UK, Locale.CANADA, Locale.FRANCE, Locale.CHINA, Locale.KOREA, new Locale("es", "ES"), new Locale("pt", "BR") }; for (Locale locale : testLocales) { OptionalThing<String> result = provider.determineAlias(locale);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.5K bytes - Viewed (0) -
android/guava/src/com/google/common/io/AppendableWriter.java
import java.io.IOException; import java.io.Writer; import org.jspecify.annotations.Nullable; /** * Writer that places all output on an {@link Appendable} target. If the target is {@link Flushable} * or {@link Closeable}, flush()es and close()s will also be delegated to the target. * * @author Alan Green * @author Sebastian Kanthak * @since 1.0 */ @J2ktIncompatible @GwtIncompatible final class AppendableWriter extends Writer {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:37:28 UTC 2025 - 3.4K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java
} Set<Entry<K, V>> entrySet; @Override public Set<Entry<K, V>> entrySet() { // does not impact recency ordering Set<Entry<K, V>> es = entrySet; return (es != null) ? es : (entrySet = new EntrySet(this)); } /** * Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying * map. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 21.8K bytes - Viewed (0) -
README.md
We welcome pull requests for your language. ### Translations - [日本語 (Japanese)](docs/ja/README.md) - [简体中文 (Simplified Chinese)](docs/zh-CN/README.md) - [Español (Spanish)](docs/es/README.md) - [Português (Brazilian Portuguese)](docs/pt-BR/README.md) - [Français (French)](docs/fr/README.md) - [Deutsch (German)](docs/de/README.md) - [한국어 (Korean)](docs/ko/README.md) ## Powered By
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
pom.xml
</mapping> <!-- es/modules --> <mapping> <directory>${packaging.fess.home.dir}/es/modules</directory> <sources> <source> <location>${project.basedir}/modules</location> </source> </sources> </mapping> <!-- es/plugins --> <mapping> <directory>${packaging.fess.home.dir}/es/plugins</directory> <sources>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMultiset.java
@LazyInit private transient @Nullable ImmutableSet<Entry<E>> entrySet; @Override public ImmutableSet<Entry<E>> entrySet() { ImmutableSet<Entry<E>> es = entrySet; return (es == null) ? (entrySet = createEntrySet()) : es; } private ImmutableSet<Entry<E>> createEntrySet() { return isEmpty() ? ImmutableSet.<Entry<E>>of() : new EntrySet(); } abstract Entry<E> getEntry(int index);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 20.6K bytes - Viewed (0)