- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for site_path (1.68 sec)
-
src/main/webapp/WEB-INF/view/searchResults.jsp
</div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}" aria-hidden="true"></i></c:if> <cite>${f:h(doc.site_path)}</cite> </div> <div class="more"> <a href="#result${s.index}"><la:message key="labels.search_result_more" /></a> </div> <div class="info">Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
created: type: string format: date-time example: "2017-10-10T15:00:48.609Z" site_path: type: string example: "fess.codelibs.org/" doc_id: type: stringRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchResults.jsp
</div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if> <cite>${f:h(doc.site_path)}</cite> </div> <div class="more"> <a href="#result${s.index}"><la:message key="labels.search_result_more" /></a> </div> <div class="info">Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (1) -
src/main/resources/fess_config.properties
response.field.content_description=content_description # Field name for URL link in the response. response.field.url_link=url_link # Field name for site path in the response. response.field.site_path=site_path # Maximum length of content title in the response. response.max.title.length=50 # Maximum length of site path in the response. response.max.site.path.length=100
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. url_link */ String RESPONSE_FIELD_url_link = "response.field.url_link"; /** The key of the configuration. e.g. site_path */ String RESPONSE_FIELD_site_path = "response.field.site_path"; /** The key of the configuration. e.g. 50 */ String RESPONSE_MAX_TITLE_LENGTH = "response.max.title.length"; /** The key of the configuration. e.g. 100 */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)