Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Es (0.02 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    enterprisecloud.nu
    enterprises
    entertainment.aero
    epson
    equipment
    equipment.aero
    er.in
    ericsson
    erimo.hokkaido.jp
    erni
    erotica.hu
    erotika.hu
    es
    es-1.axarnet.cloud
    es.eu.org
    es.gov.br
    es.kr
    es.leg.br
    esan.hokkaido.jp
    esashi.hokkaido.jp
    esp.br
    esq
    est-a-la-maison.com
    est-a-la-masion.com
    est-le-patron.com
    est-mon-blogueur.com
    est.pr
    estate
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. 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)
  10. 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)
Back to top