- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isClipboardCopyIconEnabled (0.12 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
systemHelper.setupSearchHtmlData(this, runtime); runtime.registerData("osddLink", osddHelper.hasOpenSearchFile()); runtime.registerData("clipboardCopyIcon", fessConfig.isClipboardCopyIconEnabled()); final List<Map<String, String>> labelTypeItems = labelTypeHelper.getLabelTypeItemList(SearchRequestType.SEARCH, request.getLocale() == null ? Locale.ROOT : request.getLocale());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. true <br> * comment: Whether to enable the clipboard copy icon. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isClipboardCopyIconEnabled(); /** * Get the value for the key 'authentication.admin.users'. <br> * The value is, e.g. admin <br> * comment: Admin user names for authentication.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)