- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 24 for mover (0.07 seconds)
-
src/main/webapp/js/purify.min.js
,"foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),I=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),M=i(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","ms...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
}); return redirectToRoot(); } } /** * Moves to a specific page. * @param form The search form. * @param move The number of pages to move. * @return The HTML response. */ protected HtmlResponse doMove(final SearchForm form, final int move) { int start = fessConfig.getPagingSearchPageStartAsInteger(); if (form.pn != null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14K bytes - Click Count (0) -
.github/CODEOWNERS
# Other core modules subprojects/core # @gradle/bt-cortex to be eventually moved to other core modules subprojects/core-api # @gradle/bt-cortex to be eventually moved to other core modules # Develocity integration platforms/enterprise/ @gradle/bt-build-scan
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
public HtmlResponse move(final ListForm form) { saveToken(); return doMove(form, 0); } /** * Handles pagination movement logic. * * @param form the list form containing current state * @param move the direction to move (-1 for previous, 0 for specific page, 1 for next) * @return HTML response with moved page results */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
QUICK(true, true, true, 120, 4), // Include cross version tests, these take care of selecting a very small set of versions to cover when run as part of this stage, including the current version PLATFORM(true, true, true), // Cross version tests select a small set of versions to cover when run as part of this stage
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java
assertNull(exceptions[0], "Add thread threw exception"); assertNull(exceptions[1], "Clear thread threw exception"); } /** * Test iteration over deleteUrlList while synchronized. * This simulates what happens in deleteDocuments() method. */ @Test public void test_deleteUrlList_iteration() throws Exception {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 19.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
<la:link styleClass="page-link" href="move?q=${f:u(q)}&pn=${f:u(pageNumber)}&num=${f:u(pageSize)}&labelTypeValue=${f:u(labelTypeValue)}">${f:h(pageNumber)}</la:link> </li>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 20.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/helper/FessMimeTypeHelperTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 24 09:06:33 GMT 2026 - 12.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
<c:otherwise>class="page-item"</c:otherwise> </c:choose>> <la:link styleClass="page-link" href="/search/move?q=${f:u(q)}&pn=${f:u(pageNumber)}&num=${f:u(pageSize)}&sdh=${f:u(fe:sdh(sdh))}${fe:pagingQuery(null)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(pageNumber)}</la:link> </li> </c:forEach> <c:if test="${existNextPage}">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 12.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
// TODO - rename some incubating types to remove collisions and then remove these exclusions excludedPackages.add("org.gradle.plugins.binaries.model"); // Exclude classes that were moved in a different package but the deprecated ones are not removed yet excludedPackages.add("org.gradle.platform.base.test"); return excludedPackages; }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 17.8K bytes - Click Count (0)