Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ireland (0.03 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java

         */
        private String loc;
    
        /**
         * The caption of the image.
         */
        private String caption;
    
        /**
         * The geographic location of the image.
         * For example, "Limerick, Ireland".
         */
        private String geoLocation;
    
        /**
         * The title of the image.
         */
        private String title;
    
        /**
         * A URL to the license of the image.
         */
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/graph/ImmutableGraph.java

       *     GraphBuilder.undirected()
       *         .<Country>immutable()
       *         .putEdge(FRANCE, GERMANY)
       *         .putEdge(FRANCE, BELGIUM)
       *         .putEdge(GERMANY, BELGIUM)
       *         .addNode(ICELAND)
       *         .build();
       * }
       *
       * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 7.2K bytes
    - Viewed (0)
Back to top