Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for thumbnail_ (0.05 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsThumbnailQueueCQ.java

        public void setThumbnailId_Equal(String thumbnailId) {
            setThumbnailId_Term(thumbnailId, null);
        }
    
        public void setThumbnailId_Equal(String thumbnailId, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setThumbnailId_Term(thumbnailId, opLambda);
        }
    
        public void setThumbnailId_Term(String thumbnailId) {
            setThumbnailId_Term(thumbnailId, null);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 51.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    thumbnail.html.image.format=png
    # XPath to select images for thumbnails.
    thumbnail.html.image.xpath=//IMG
    # File extensions to exclude from thumbnail generation.
    thumbnail.html.image.exclude.extensions=svg,html,css,js
    # Interval for thumbnail generator.
    thumbnail.generator.interval=0
    # Targets for thumbnail generator (e.g., all).
    thumbnail.generator.targets=all
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

        /** HTTP header name for robots tag */
        private static final String X_ROBOTS_TAG = "X-Robots-Tag";
    
        /** XPath expression for extracting thumbnail content from meta tags */
        private static final String META_NAME_THUMBNAIL_CONTENT = "//META[@name=\"thumbnail\" or @name=\"THUMBNAIL\"]/@content";
    
        /** XPath expression for extracting Open Graph image content from meta tags */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  4. pom.xml

    									<filtering>true</filtering>
    									<includes>
    										<include>bin/fess</include>
    										<include>bin/fess.in.sh</include>
    										<include>bin/generate-thumbnail</include>
    										<include>bin/plugin.xml</include>
    									</includes>
    								</resource>
    							</resources>
    						</configuration>
    					</execution>
    					<execution>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ru.properties

    labels.append_query_param_enabled=Добавить параметры поиска
    labels.login_required=Требуется вход
    labels.result_collapsed=Свернуть дублирующиеся результаты
    labels.login_link=Показать ссылку для входа
    labels.thumbnail=Показать миниатюру
    labels.ignore_failure_type=Игнорировать типы сбоев
    labels.failure_count_threshold=Порог количества сбоев
    labels.popular_word_word_enabled=Ответ на популярное слово
    labels.supported_search_web=Веб
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
Back to top