- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 81 for THUMBNAIL (0.07 sec)
-
src/main/java/org/codelibs/fess/Constants.java
/** Property key for login link enabled configuration. */ public static final String LOGIN_LINK_ENALBED_PROPERTY = "login.link.enabled"; /** Property key for thumbnail enabled configuration. */ public static final String THUMBNAIL_ENALBED_PROPERTY = "thumbnail.enabled"; /** Property key for failure type ignore configuration. */ public static final String IGNORE_FAILURE_TYPE_PROPERTY = "failure.ignoretype";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
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 Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 2K bytes - Viewed (0) -
src/main/assemblies/common-bin.xml
<fileMode>0755</fileMode> <directoryMode>0755</directoryMode> <lineEnding>unix</lineEnding> <includes> <include>fess.in.sh</include> <include>fess</include> <include>generate-thumbnail</include> </includes> </fileSet> <fileSet> <filtered>false</filtered> <outputDirectory>fess-${project.version}/bin</outputDirectory> <includes> <include>module.xml</include>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Mar 17 02:29:43 UTC 2022 - 3.7K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/doc.json
}, "title": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "thumbnail": { "type": "keyword" }, "url": { "type": "keyword" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
* @return The SSO manager. */ public static SsoManager getSsoManager() { return getComponent(SSO_MANAGER); } /** * Gets the thumbnail manager component. * @return The thumbnail manager. */ public static ThumbnailManager getThumbnailManager() { return getComponent(THUMBNAIL_MANAGER); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess/doc.json
}, "title": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "thumbnail": { "type": "keyword" }, "url": { "type": "keyword" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
import org.codelibs.fess.helper.CrawlingInfoHelper; import org.codelibs.fess.helper.LanguageHelper; import org.codelibs.fess.opensearch.client.SearchEngineClient; import org.codelibs.fess.thumbnail.ThumbnailManager; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse; import org.opensearch.action.bulk.BulkResponse;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryCommandTest.java
public String getIndexFieldUrl() { return "url"; } @Override public String getIndexFieldThumbnail() { return "thumbnail"; } @Override public String getIndexFieldClickCount() { return "click_count"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10K bytes - Viewed (0)