Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for estar (0.02 sec)

  1. src/main/resources/fess_message_pt_BR.properties

    constraints.Length.message = O comprimento de {item} deve estar entre {min} e {max}.
    constraints.LuhnCheck.message = A soma de verificação Luhn Módulo 11 de {value} está incorreta.
    constraints.Mod10Check.message = A soma de verificação Módulo 10 de {value} está incorreta.
    constraints.Mod11Check.message = A soma de verificação Módulo 11 de {value} está incorreta.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_es.properties

    constraints.ModCheck.message = La suma de comprobación {modType} de {value} es incorrecta.
    constraints.NotBlank.message = {item} no puede estar en blanco.
    constraints.NotEmpty.message = {item} no puede estar vacío.
    constraints.ParametersScriptAssert.message = La expresión de script "{script}" no es verdadera.
    constraints.Range.message = {item} debe estar entre {min} y {max}.
    constraints.SafeHtml.message = {item} contiene contenido HTML peligroso.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_es.properties

    labels.search_list_configuration=Búsqueda
    labels.search_list_button_delete=Eliminar
    labels.search_list_delete_confirmation=¿Está seguro de que desea eliminarlo?
    labels.search_list_button_delete_all=Eliminar todo con esta consulta
    labels.search_list_delete_all_confirmation=¿Está seguro de que desea eliminar todo con esta consulta?
    labels.search_list_button_cancel=Cancelar
    labels.failure_url_configuration=URL de fallo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

                EndpointPair.unordered(2, 1),
                EndpointPair.unordered(1, 1),
                EndpointPair.unordered(1, 3))
            .inOrder();
      }
    
      /**
       * Populates the graph with nodes and edges in a star shape with node `1` in the middle.
       *
       * <p>Note that the edges are added in a shuffled order to properly test the effect of the
       * insertion order.
       */
      private void populateTShapedGraph() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

                EndpointPair.ordered(1, 1),
                EndpointPair.ordered(1, 3),
                EndpointPair.ordered(1, 2))
            .inOrder();
      }
    
      /**
       * Populates the graph with nodes and edges in a star shape with node `1` in the middle.
       *
       * <p>Note that the edges are added in a shuffled order to properly test the effect of the
       * insertion order.
       */
      private void populateStarShapedGraph() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

                EndpointPair.unordered(2, 1),
                EndpointPair.unordered(1, 1),
                EndpointPair.unordered(1, 3))
            .inOrder();
      }
    
      /**
       * Populates the graph with nodes and edges in a star shape with node `1` in the middle.
       *
       * <p>Note that the edges are added in a shuffled order to properly test the effect of the
       * insertion order.
       */
      private void populateTShapedGraph() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.error_title=Erro
    labels.system_error_title=Erro do sistema
    labels.contact_site_admin=Entre em contato com o administrador do site.
    labels.request_error_title=O formato da solicitação está incorreto.
    labels.bad_request=A solicitação para a URL está incorreta.
    labels.page_not_found_title=Página não encontrada.
    labels.check_url=Verifique a URL.
    labels.user_name=Nome de usuário
    labels.login=Login
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top