Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java

         */
        public StemmerOverrideService() {
            // Default constructor
        }
    
        /**
         * Retrieves a paginated list of stemmer override items from the specified dictionary.
         *
         * This method fetches stemmer override entries with pagination support, updating
         * the provided pager with the current page state and navigation information.
         *
         * @param dictId The ID of the stemmer override dictionary to query
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/CharMappingService.java

         */
        @Resource
        protected FessConfig fessConfig;
    
        /**
         * Retrieves a paginated list of character mapping items from the specified dictionary.
         * <p>
         * This method fetches character mapping items with pagination support and updates
         * the pager with the current page information including total count and page ranges.
         * </p>
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

                    log(buf);
                }
            });
        }
    
        /**
         * Marks statistics tracking as complete for the specified crawler object.
         * Decrements the reference count and if it reaches zero, removes the
         * statistics object from cache and outputs the final statistics.
         *
         * @param keyObj the crawler object to complete tracking for
         */
        public void done(final Object keyObj) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  4. guava-gwt/pom.xml

                  <validateOnly>true</validateOnly>
                  <sourceLevel>1.8</sourceLevel>
                  <!--
                    To avoid "java.io.IOException: User limit of inotify watches reached" under JDK10.
                    Presumably we don't need inotify, since we don't intend to change files during the
                    build?
                    -->
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Lists.java

       *     ({@code ArrayList} documentation calls this value the "capacity")
       * @return a new, empty {@code ArrayList} which is guaranteed not to resize itself unless its size
       *     reaches {@code initialArraySize + 1}
       * @throws IllegalArgumentException if {@code initialArraySize} is negative
       */
      @SuppressWarnings("NonApiType") // acts as a direct substitute for a constructor call
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 42.2K bytes
    - Viewed (0)
Back to top