Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clipboard (0.39 sec)

  1. src/main/resources/fess_config.properties

    form.admin.max.input.size=10000
    form.admin.label.in.config.enabled=false
    form.admin.default.template.name=__TEMPLATE__
    osdd.link.enabled=auto
    clipboard.copy.icon.enabled=true
    
    # ----------------------------------------------------------
    #                                                 Permission
    #                                                     ------
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. auto */
        String OSDD_LINK_ENABLED = "osdd.link.enabled";
    
        /** The key of the configuration. e.g. true */
        String CLIPBOARD_COPY_ICON_ENABLED = "clipboard.copy.icon.enabled";
    
        /** The key of the configuration. e.g. admin */
        String AUTHENTICATION_ADMIN_USERS = "authentication.admin.users";
    
        /** The key of the configuration. e.g. admin */
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top