Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for mese (0.23 sec)

  1. src/main/resources/fess_label_it.properties

    labels.facet_timestamp_title=Periodo
    labels.facet_timestamp_1day=Ultime 24 ore
    labels.facet_timestamp_1week=Ultima settimana
    labels.facet_timestamp_1month=Ultimo mese
    labels.facet_timestamp_1year=Ultimo anno
    labels.facet_timestamp_3month=Ultimi 3 mesi
    labels.facet_timestamp_6month=Ultimi 6 mesi
    labels.facet_timestamp_2year=Ultimi 2 anni
    labels.facet_timestamp_3year=Ultimi 3 anni
    labels.facet_contentLength_title=Dimensione
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_es.properties

    labels.facet_timestamp_title=Período
    labels.facet_timestamp_1day=Últimas 24 horas
    labels.facet_timestamp_1week=Última semana
    labels.facet_timestamp_1month=Último mes
    labels.facet_timestamp_1year=Último año
    labels.facet_timestamp_3month=Últimos 3 meses
    labels.facet_timestamp_6month=Últimos 6 meses
    labels.facet_timestamp_2year=Últimos 2 años
    labels.facet_timestamp_3year=Últimos 3 años
    labels.facet_contentLength_title=Tamaño
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_fr.properties

    errors.no_user_for_changing_password=Le mot de passe actuel n'est pas correct.
    errors.failed_to_change_password=Échec de la modification de votre mot de passe.
    errors.unknown_version_for_upgrade=Version inconnue pour la mise à niveau.
    errors.failed_to_upgrade_from=Échec de la mise à niveau depuis {0}.
    errors.failed_to_reindex=Échec du démarrage de la réindexation de {0} à {1}.
    errors.failed_to_read_request_file=Échec de la lecture d'un fichier de requête : {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Platform.java

       * The new array contains nulls, even if the old array did not. If we wanted to be accurate, we
       * would declare a return type of `@Nullable T[]`. However, we've decided not to think too hard
       * about arrays for now, as they're a mess. (We previously discussed this in the review of
       * ObjectArrays, which is the main caller of this method.)
       */
      static <T extends @Nullable Object> T[] newArray(T[] reference, int length) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CacheCorruptionTest.kt

        if (this::cache.isInitialized) {
          cache.delete()
        }
      }
    
      @Test
      fun corruptedCipher() {
        val response =
          testCorruptingCache {
            corruptMetadata {
              // mess with cipher suite
              it.replace("TLS_", "SLT_")
            }
          }
    
        assertThat(response.body.string()).isEqualTo("ABC.1") // cached
        assertThat(cache.requestCount()).isEqualTo(2)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Jun 18 12:28:21 UTC 2025
    - 6K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Platform.java

       * The new array contains nulls, even if the old array did not. If we wanted to be accurate, we
       * would declare a return type of `@Nullable T[]`. However, we've decided not to think too hard
       * about arrays for now, as they're a mess. (We previously discussed this in the review of
       * ObjectArrays, which is the main caller of this method.)
       */
      static <T extends @Nullable Object> T[] newArray(T[] reference, int length) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.facet_timestamp_title=Período
    labels.facet_timestamp_1day=Últimas 24 horas
    labels.facet_timestamp_1week=Última semana
    labels.facet_timestamp_1month=Último mês
    labels.facet_timestamp_1year=Último ano
    labels.facet_timestamp_3month=Últimos 3 meses
    labels.facet_timestamp_6month=Últimos 6 meses
    labels.facet_timestamp_2year=Últimos 2 anos
    labels.facet_timestamp_3year=Últimos 3 anos
    labels.facet_contentLength_title=Tamanho
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_aws/fess.json

            "french_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.port=Port
    labels.regex=Expression régulière
    labels.regularName=Nom régulier
    labels.replacement=Remplacement
    labels.sessionId=ID de session
    labels.sortOrder=Ordre de tri
    labels.updatedBy=Mis à jour par
    labels.updatedTime=Date de mise à jour
    labels.urls=URL
    labels.userAgent=Agent utilisateur
    labels.username=Nom d'utilisateur
    labels.value=Valeur
    labels.versionNo=Numéro de version
    labels.cronExpression=Planification
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  10. gradlew

        # Now convert the arguments - kludge to limit ourselves to /bin/sh
        for arg do
            if
                case $arg in                                #(
                  -*)   false ;;                            # don't mess with options #(
                  /?*)  t=${arg#/} t=/${t%%/*}              # looks like a POSIX filepath
                        [ -e "$t" ] ;;                      #(
                  *)    false ;;
                esac
            then
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Aug 01 08:06:31 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top