Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 76 for images (0.04 sec)

  1. docs/bucket/notifications/README.md

    ```
    # Create bucket named `images` in myminio
    mc mb myminio/images
    # Add notification configuration on the `images` bucket using the MySQL ARN. The --suffix argument filters events.
    mc event add myminio/images arn:minio:sqs::1:postgresql --suffix .jpg
    # Print out the notification configuration on the `images` bucket.
    mc event list myminio/images
    mc event list myminio/images
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

     *
     * ```java
     * HttpUrl url = HttpUrl.parse("https://twitter.com/search?q=cute%20%23puppies&f=images");
     * for (int i = 0, size = url.querySize(); i < size; i++) {
     *   System.out.println(url.queryParameterName(i) + ": " + url.queryParameterValue(i));
     * }
     * ```
     *
     * which prints:
     *
     * ```
     * q: cute #puppies
     * f: images
     * ```
     *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    searchlog.process.batch_size=100
    
    # Minimum width for HTML images in thumbnails.
    thumbnail.html.image.min.width=100
    # Minimum height for HTML images in thumbnails.
    thumbnail.html.image.min.height=100
    # Maximum aspect ratio for HTML images in thumbnails.
    thumbnail.html.image.max.aspect.ratio=3.0
    # Width of generated thumbnail images.
    thumbnail.html.image.thumbnail.width=100
    # Height of generated thumbnail images.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.3.md

    * kubectl rolling-update support for same image ([#24645](https://github.com/kubernetes/kubernetes/pull/24645), [@jlowdermilk](https://github.com/jlowdermilk))
    * Add an entry to the salt config to allow Debian jessie on GCE. ([#25123](https://github.com/kubernetes/kubernetes/pull/25123), [@jlewi](https://github.com/jlewi))
        * As with the existing Wheezy image on GCE, docker is expected to already be installed in the image.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            this.useGoogleOffOn = useGoogleOffOn;
        }
    
        /**
         * Extracts thumbnail URL from the HTML document.
         * Looks for thumbnail meta tags, Open Graph images, and image tags.
         *
         * @param responseData the response data from crawling
         * @param document the parsed HTML document
         * @return the thumbnail 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)
  6. docs/bigdata/images/image8.png

    image8.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 77.5K bytes
    - Viewed (0)
  7. docs/bigdata/images/image4.png

    image4.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Jun 19 00:52:27 UTC 2019
    - 81.8K bytes
    - Viewed (0)
  8. docs/bigdata/images/image5.png

    image5.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 64K bytes
    - Viewed (0)
  9. docs/bigdata/images/image7.png

    image7.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 58K bytes
    - Viewed (0)
  10. docs/bigdata/images/image2.png

    image2.png...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 67.4K bytes
    - Viewed (0)
Back to top