Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tinha (0.01 sec)

  1. guava-tests/test/com/google/common/base/SplitterTest.java

            COMMA_SPLITTER
                .trimResults()
                .withKeyValueSeparator(Splitter.on(':').trimResults())
                .split("boy  : tom , girl: tina , cat  : kitty , dog: tommy ");
        ImmutableMap<String, String> expected =
            ImmutableMap.of("boy", "tom", "girl", "tina", "cat", "kitty", "dog", "tommy");
        assertThat(m).isEqualTo(expected);
        assertThat(m.entrySet()).containsExactlyElementsIn(expected.entrySet()).inOrder();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 29.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_reindex=Não foi possível iniciar a reindexação de {0} para {1}.
    errors.failed_to_read_request_file=Não foi possível ler o arquivo de solicitação: {0}
    errors.invalid_header_for_request_file=Linha de cabeçalho inválida: {0}
    errors.could_not_delete_logged_in_user=Não é possível excluir o usuário logado.
    errors.unauthorized_request=Solicitação não autorizada.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top