Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isClipboardCopyIconEnabled (0.13 sec)

  1. 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());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  2. 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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top