Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for immagine (0.03 sec)

  1. src/main/resources/fess_label_it.properties

    labels.facet_filetype_mp4a=Audio MP4A
    labels.facet_filetype_oga=Audio OGA
    labels.facet_filetype_wepb=Immagine WEBP
    labels.facet_filetype_bmp=Immagine BMP
    labels.facet_filetype_ico=Immagine ICO
    labels.facet_filetype_png=Immagine PNG
    labels.facet_filetype_svg=Immagine SVG
    labels.facet_filetype_tiff=Immagine TIFF
    labels.facet_filetype_jpg=Immagine JPEG
    labels.facet_filetype_archive=Archivio
    labels.facet_filetype_bat=File batch
    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_message_it.properties

    errors.design_jsp_file_does_not_exist = Il file JSP non esiste.
    errors.design_file_name_is_not_found = Il nome del file non è stato specificato.
    errors.failed_to_write_design_image_file = Impossibile caricare il file immagine.
    errors.failed_to_update_jsp_file = Impossibile aggiornare il file JSP.
    errors.design_file_name_is_invalid = Il nome del file non è valido.
    errors.design_file_is_unsupported_type = Questo tipo di file non è supportato.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  3. guava-testlib/test/com/google/common/collect/testing/features/FeatureEnumTest.java

              annotationClass.getDeclaringClass(),
              returnType.getComponentType());
        }
      }
    
      // This is public so that tests for Feature enums we haven't yet imagined
      // can reuse it.
      public static <E extends Enum<?> & Feature<?>> void assertGoodFeatureEnum(
          Class<E> featureEnumClass) {
        Class<?>[] classes = featureEnumClass.getDeclaredClasses();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. android/guava-testlib/test/com/google/common/collect/testing/features/FeatureEnumTest.java

              annotationClass.getDeclaringClass(),
              returnType.getComponentType());
        }
      }
    
      // This is public so that tests for Feature enums we haven't yet imagined
      // can reuse it.
      public static <E extends Enum<?> & Feature<?>> void assertGoodFeatureEnum(
          Class<E> featureEnumClass) {
        Class<?>[] classes = featureEnumClass.getDeclaredClasses();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/primitives/Ints.java

        //     in all.
        // (3) "Successive". We can consider that we are exchanging a block of size d (a[0..d-1]) with a
        //     block of size n-d (a[d..n-1]), where in general these blocks have different sizes. If we
        //     imagine a line separating the first block from the second, we can proceed by exchanging
        //     the smaller of these blocks with the far end of the other one. That leaves us with a
        //     smaller version of the same problem.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 31.4K bytes
    - Viewed (0)
Back to top