Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for thumbnail (0.13 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String THUMBNAIL_HTML_IMAGE_THUMBNAIL_WIDTH = "thumbnail.html.image.thumbnail.width";
    
        /** The key of the configuration. e.g. 100 */
        String THUMBNAIL_HTML_IMAGE_THUMBNAIL_HEIGHT = "thumbnail.html.image.thumbnail.height";
    
        /** The key of the configuration. e.g. png */
        String THUMBNAIL_HTML_IMAGE_FORMAT = "thumbnail.html.image.format";
    
        /** The key of the configuration. e.g. //IMG */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

            if (StringUtil.isNotBlank(confPath)) {
                buf.append(confPath);
                buf.append(cpSeparator);
            }
            // WEB-INF/env/thumbnail/resources
            buf.append("WEB-INF");
            buf.append(File.separator);
            buf.append("env");
            buf.append(File.separator);
            buf.append(getExecuteType());
            buf.append(File.separator);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/PluginHelper.java

        public enum ArtifactType {
            DATA_STORE("fess-ds"), //
            THEME("fess-theme"), //
            INGEST("fess-ingest"), //
            SCRIPT("fess-script"), //
            WEBAPP("fess-webapp"), //
            THUMBNAIL("fess-thumbnail"), //
            CRAWLER("fess-crawler"), //
            UNKNOWN("jar");
    
            private final String id;
    
            ArtifactType(final String id) {
                this.id = id;
            }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 01:47:10 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/env/thumbnail/resources/log4j2.xml

    			filePattern="${log.file.basedir}/${domain.name}${backup.date.suffix}-%i.log.gz">
    			<PatternLayout><Pattern>${log.pattern}</Pattern></PatternLayout><!-- <EcsLayout serviceName="fess" eventDataset="thumbnail" /> -->
    			<Policies>
    				<TimeBasedTriggeringPolicy />
    				<SizeBasedTriggeringPolicy size="100 MB" />
    			</Policies>
    			<DefaultRolloverStrategy fileIndex="max" min="1"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Feb 20 13:05:30 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

        private static final String X_ROBOTS_TAG = "X-Robots-Tag";
    
        private static final String META_NAME_THUMBNAIL_CONTENT = "//META[@name=\"thumbnail\" or @name=\"THUMBNAIL\"]/@content";
    
        private static final String META_PROPERTY_OGIMAGE_CONTENT = "//META[@property=\"og:image\"]/@content";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 13:01:38 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                key="labels.thumbnail"/></span>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="thumbnail"/>
                                            <div class="form-check">
                                                <la:checkbox styleId="thumbnail" styleClass="form-check-input" property="thumbnail"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setResultCollapsed(isCheckboxEnabled(form.resultCollapsed));
            fessConfig.setLoginLinkEnabled(isCheckboxEnabled(form.loginLink));
            fessConfig.setThumbnailEnabled(isCheckboxEnabled(form.thumbnail));
            fessConfig.setIncrementalCrawling(isCheckboxEnabled(form.incrementalCrawling));
            fessConfig.setDayForCleanup(form.dayForCleanup);
            fessConfig.setCrawlingThreadCount(form.crawlingThreadCount);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/Constants.java

        public static final String RESULT_COLLAPSED_PROPERTY = "result.collapsed";
    
        public static final String LOGIN_LINK_ENALBED_PROPERTY = "login.link.enabled";
    
        public static final String THUMBNAIL_ENALBED_PROPERTY = "thumbnail.enabled";
    
        public static final String IGNORE_FAILURE_TYPE_PROPERTY = "failure.ignoretype";
    
        public static final String FAILURE_COUNT_THRESHOLD_PROPERTY = "failure.countthreshold";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 22 12:43:18 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. src/main/webapp/css/style.css

    	color: #007bff;
    }
    
    #result .url-copied {
    	color: #2c974b;
    }
    
    #result .favorited {
    	display: none;
    }
    
    #result .favorited i {
    	color: #fab005;
    }
    
    #result .thumbnail {
    	width: 100px;
    	min-height: 30px;
    	background-position: 50% 50%;
    	background-repeat: no-repeat;
    }
    
    /* Extra small devices (less than 576px) */
    
    @media (max-width: 575.98px) {
    	.mainLogo img {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jun 02 11:39:35 UTC 2022
    - 2K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/doc.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top