Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Es (0.01 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. src/test/resources/plugin/repo2/index.html

                              </td>
                <td></td>
              </tr>
                      <tr>
                <td><a href="https://oss.sonatype.org/content/repositories/snapshots/org/codelibs/fess/fess-crawler-es/">fess-crawler-es/</a></td>
                <td>Mon Aug 12 06:14:22 UTC 2019</td>
                <td align="right">
                                  &nbsp;
                              </td>
                <td></td>
              </tr>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 10.5K 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/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"en-ie/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"es/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"eu/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. src/main/resources/fess_label_es.properties

    labels.error_title=Error
    labels.system_error_title=Error del sistema
    labels.contact_site_admin=Póngase en contacto con el administrador del sitio.
    labels.request_error_title=El formato de la solicitud es incorrecto.
    labels.bad_request=La solicitud a la URL es incorrecta.
    labels.page_not_found_title=Página no encontrada.
    labels.check_url=Por favor, compruebe la URL.
    labels.user_name=Nombre de usuario
    labels.login=Iniciar sesión
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java

              "1.fm",
              "a.b.c.1.2.3.ca.us",
              "a\u7f51\u7edcA.\u7f51\u7edc.Cn", // "a网络A.网络.Cn"
              "cnn.ca",
              "cool.co.uk",
              "cool.de",
              "cool.dk",
              "cool.es",
              "cool.nl",
              "cool.se",
              "cool\uFF61fr", // Alternate dot character
              "foo.bar.google.com",
              "google.Co.uK",
              "google.com",
              "home.netscape.com",
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/PluginHelperTest.java

            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-db-mysql"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-es"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-opensearch"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-lasta"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 22.1K bytes
    - Viewed (0)
Back to top