- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 196 for tref (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/config/openapi/openapi-user.yaml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
AND LOWER THAN CURRENT BASE VERSION (from `version.txt` on this branch). The difference must identically match <a href="${mainApiChangesJsonFile.asFile.path}">accepted-public-api-changes.json</a> like .json file in <a href="${apiChangesJsonDirectory.asFile.path}">accepted-changes</a> directory, no more, no less - otherwise the task will fail. </p> ${writeFilterPreset(project)}
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/error/busy.jsp
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.busy_title" /></title> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body class="error">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/error/badRequest.jsp
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.system_error_title" /></title> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body class="error">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<c:if test="${osddLink}"> <link rel="search" type="application/opensearchdescription+xml" href="${fe:url('/osdd')}" title="<la:message key="labels.index_osdd_title" />" /> </c:if> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 14.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp
</h1> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="list"> <la:message key="labels.elevate_word_link_list"/> </la:link></li> <li class="breadcrumb-item active"><la:messageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp
</h3> <div class="card-tools"> <c:choose> <c:when test="${crudMode == null}"> <la:link href="createnew" styleClass="btn btn-primary btn-sm ${f:h(editableClass)}"> <i class="fa fa-plus" aria-hidden="true"></i> <la:message key="labels.crud_link_create" /> </la:link> </c:when> <c:otherwise> <la:link href="../list" styleClass="btn btn-primary btn-sm"> <i class="fa fa-th-list" aria-hidden="true"></i>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp
</h1> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/searchlog"> <la:message key="labels.searchlog_configuration_link_top"/> </la:link></li> <c:if test="${crudMode == 4}">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/MarkdownRendererTest.java
} @Test public void test_render_link_http() { String result = markdownRenderer.render("[Link](http://example.com)"); assertTrue(result.contains("<a")); assertTrue(result.contains("href=\"http://example.com\"")); assertTrue(result.contains("Link")); assertTrue(result.contains("rel=\"nofollow\"")); } @Test public void test_render_link_https() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.1K bytes - Click Count (0)