- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 15 for navigator (0.05 seconds)
-
src/main/webapp/js/admin/popper.min.js
top-=o[1]):'bottom'===d&&(p.left+=o[0],p.top+=o[1]),e.popper=p,e}var Q=Math.min,Z=Math.floor,$=Math.round,ee=Math.max,te='undefined'!=typeof window&&'undefined'!=typeof document&&'undefined'!=typeof navigator,oe=function(){for(var e=['Edge','Trident','Firefox'],t=0;t<e.length;t+=1)if(te&&0<=navigator.userAgent.indexOf(e[t]))return 1;return 0}(),ne=te&&window.Promise,ie=ne?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 20.7K bytes - Click Count (0) -
src/main/webapp/js/chat.js
counter.addClass('warning'); } } /** * Copy text to clipboard */ function copyToClipboard(text, button) { if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(text).then(function() { showCopySuccess(button); }).catch(function() { showCopyError(button); });
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/webapp/js/popper.min.js
HTMLElement}function o(e){return"undefined"!=typeof ShadowRoot&&(e instanceof t(e).ShadowRoot||e instanceof ShadowRoot)}var i=Math.max,a=Math.min,s=Math.round;function f(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function c(){return!/^((?!chrome|android).)*safari/i.test(f())}function p(e,o,i){void 0===o&&(o=!1),void 0===i&&(i=!1);var a=e.getBoundingClientRect(),f=1,p=1;o&&r(...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 19.7K bytes - Click Count (0) -
src/main/webapp/js/suggestor.js
/** * Suggestor - jQuery plugin for search autocomplete functionality * Provides real-time search suggestions with keyboard and mouse navigation */ (function ($) { "use strict"; // Key code constants for better readability var KEY_CODES = { BACKSPACE: 8, ENTER: 13, SPACE: 32, UP: 38, DOWN: 40, DELETE: 46, NUM_0: 48, NUM_9: 57, A: 65, Z: 90, NUMPAD_0: 96,Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
protected long currentStartRecordNumber; /** Ending record number for the current page. */ protected long currentEndRecordNumber; /** List of page numbers for pagination navigation. */ protected List<String> pageNumberList; /** Flag indicating whether the results are partial due to timeout or other issues. */ protected boolean partialResults;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
} /** * Sets the page range size for navigation. * * @param pageRangeSize the page range size to set */ public void setPageRangeSize(final int pageRangeSize) { this.pageRangeSize = pageRangeSize; } /** * Creates a list of page numbers for navigation. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatMessage.java
this.urlLink = urlLink; } /** * Gets the go link URL for navigation. * * @return the go URL */ public String getGoUrl() { return goUrl; } /** * Sets the go link URL for navigation. * * @param goUrl the go URL */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 04:52:31 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
*/ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse search(final ListForm form) { saveToken(); return doSearch(form); } /** * Navigates to the previous page of search results. * * @param form the list form containing current search criteria * @return HTML response with previous page results */ @ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1) -
ADDING_NEW_LANGUAGE.md
- Force your language by adding URL parameter: `?browser_lang=[locale]` - Example: `http://localhost:8080/admin/?browser_lang=sv` 4. **Verify translations:** - Navigate through different admin pages - Check that labels and messages appear in your language - Test error messages by submitting invalid forms ## Configuration Details ### Key Configuration Files
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
arg2="${f:h(labelTypePager.allRecordCount)}"/> </div> <%-- Paging Navigation --%> <div class="col-sm-10"> <ul class="pagination pagination-sm m-0 float-right">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.6K bytes - Click Count (0)