- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for url_link (0.12 sec)
-
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
<li class="col-sm-12"> <h3 class="title"> <a href="${doc.url_link}">${doc.content_title}</a> </h3> <div class="body col-sm-10">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Sep 24 13:09:22 UTC 2020 - 20K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
timestamp: type: string format: date-time example: "2017-10-09T22:28:56.000Z" url_link: type: string example: "https://fess.codelibs.org/" created: type: string format: date-time
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.filename=filename index.field.thumbnail=thumbnail index.field.virtual_host=virtual_host response.field.content_title=content_title response.field.content_description=content_description response.field.url_link=url_link response.field.site_path=site_path response.max.title.length=50 response.max.site.path.length=100 response.highlight.content_title.enabled=true response.inline.mimetypes=application/pdf,text/plain
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "file:/home/user/"; sitePath = "/home/user/"; docMap.put(fieldName, urlLink); assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "file://home/user/"; sitePath = "/home/user/"; docMap.put(fieldName, urlLink);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 15.1K bytes - Viewed (0) -
ci/official/utilities/extract_resultstore_links.py
url = result_store_line_match.group(1) url_lines = result_store_links.setdefault(url, {}) # Each bazel RBE invocation should produce two # 'Streaming build results to: ...' lines, one at the start, and one at the # end of the invocation. # If there's a failure message, it will be found in-between these two. if not current_url: url_lines['start'] = i elif current_url == url:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Nov 08 17:50:27 UTC 2023 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Cache.kt
rawSource.use { val source = rawSource.buffer() val urlLine = source.readUtf8LineStrict() // Choice here is between failing with a correct RuntimeException // or mostly silently with an IOException url = urlLine.toHttpUrlOrNull() ?: throw IOException("Cache corruption for $urlLine").also { Platform.get().log("cache corruption", WARN, it) }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 26.8K bytes - Viewed (0)