Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 215 for imatge (0.04 sec)

  1. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/PackagingProvider.java

     * Example usage:
     * <pre>
     * public class CustomPackagingProvider implements PackagingProvider {
     *     public Collection&lt;Packaging&gt; provides() {
     *         return Arrays.asList(
     *             packaging("docker-image"),
     *             packaging("flatpak")
     *         );
     *     }
     * }
     * </pre>
     *
     * @see org.apache.maven.api.Packaging
     * @see org.apache.maven.api.spi.ExtensibleEnumProvider
     * @since 4.0.0
     */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    	* `kubefed init` now supports overriding the default etcd image name with the `--etcd-image` parameter. ([#46247](https://github.com/kubernetes/kubernetes/pull/46247), [@marun](https://github.com/marun))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  3. src/test/resources/data/gsaconfig.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <eef>
    	<config Schema="2.0" EnterpriseVersion="'7.6.50'">
    		<collections Count="3">
    			<collection Name="fess">
    				<bad_urls><![CDATA[
    https://fess.codelibs.org/images/
                  ]]></bad_urls>
    				<good_urls><![CDATA[
    https://fess.codelibs.org/
    https://www.codelibs.org/
                  ]]></good_urls>
    				<prerequisite_results><![CDATA[
    20
                  ]]></prerequisite_results>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun May 13 06:51:57 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java

            paramMap.put("url_exclude_pattern", pattern);
    
            boolean result1 = indexUpdateCallback.isUrlCrawlable(paramMap, "http://example.com/image.jpg");
            boolean result2 = indexUpdateCallback.isUrlCrawlable(paramMap, "http://example.com/image.png");
    
            assertFalse(result1);
            assertTrue(result2);
        }
    
        public void test_isUrlCrawlable_complexExcludePattern() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 23:31:00 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.facet_filetype_mp4a=Audio MP4A
    labels.facet_filetype_oga=Audio OGA
    labels.facet_filetype_wepb=Image WEBP
    labels.facet_filetype_bmp=Image BMP
    labels.facet_filetype_ico=Image ICO
    labels.facet_filetype_png=Image PNG
    labels.facet_filetype_svg=Image SVG
    labels.facet_filetype_tiff=Image TIFF
    labels.facet_filetype_jpg=Image JPEG
    labels.facet_filetype_archive=Archive
    labels.facet_filetype_bat=Fichier batch
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  6. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/TypeProvider.java

     * public class CustomTypeProvider implements TypeProvider {
     *     public Collection&lt;Type&gt; provides() {
     *         return Arrays.asList(
     *             type("kotlin-library", "jar", "kotlin"),
     *             type("docker-image", "tar.gz", null)
     *         );
     *     }
     * }
     * </pre>
     *
     * @see org.apache.maven.api.Type
     * @see org.apache.maven.api.spi.ExtensibleEnumProvider
     * @since 4.0.0
     */
    @Experimental
    @Consumer
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
            return null;
        }
    
        /**
         * Extracts thumbnail source URL from image tag attributes.
         *
         * @param url the base URL for resolving relative URLs
         * @param attributes the named node map of image tag attributes
         * @return the thumbnail source URL if found, null otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/plugins/form-validator/lang/pt.js

    cartão de crédito digitado não é válido",badCVV:"O código de segurança do cartão de crédito não é válido",wrongFileDim:"As dimensões da imagem não são válidas",imageTooTall:"a imagem não pode ser mais alta que ",imageTooWide:"a imagem não pode ser mais larga que ",imageTooSmall:"a imagem é muito pequena",min:"min",max:"max",imageRatioNotAccepted:"A proporção da imagem (largura x altura) não é válida",badBrazilTelephoneAnswer:"O número de telefone digitado é inválido",badBrazilCEPAnswer:"O CEP digitado...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Build/lib/release: Explicitly use '--platform' in building server images
      
      When we switched to go-runner for building the apiserver,
      controller-manager, and scheduler server components, we no longer
      reference the individual architectures in the image names, specifically
      in the 'FROM' directive of the server image Dockerfiles.
      
      As a result, server images for non-amd64 images copy in the go-runner
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. regression-test/README.md

    1. Add an Emulator named `pixel5`, if you don't already have one
    
    ```
    $ sdkmanager --install "system-images;android-29;google_apis;x86"
    $ echo "no" | avdmanager --verbose create avd --force --name "pixel5" --device "pixel" --package "system-images;android-29;google_apis;x86" --tag "google_apis" --abi "x86"
    ```
    
    2. Run an Emulator using Android Studio or from command line.
    
    ```
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Nov 13 07:09:56 UTC 2020
    - 2.5K bytes
    - Viewed (0)
Back to top