Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for category (0.18 sec)

  1. src/main/java/org/codelibs/fess/util/ErrorToWarnRewritePolicy.java

    import org.apache.logging.log4j.core.config.plugins.PluginFactory;
    import org.apache.logging.log4j.core.impl.Log4jLogEvent;
    
    @Plugin(name = "ErrorToWarnRewritePolicy", category = Core.CATEGORY_NAME, elementType = "rewritePolicy", printObject = true)
    public class ErrorToWarnRewritePolicy implements RewritePolicy {
    
        private final String[] loggerNames;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. x121Address */
        String LDAP_ATTR_X121_ADDRESS = "ldap.attr.x121Address";
    
        /** The key of the configuration. e.g. businessCategory */
        String LDAP_ATTR_BUSINESS_CATEGORY = "ldap.attr.businessCategory";
    
        /** The key of the configuration. e.g. registeredAddress */
        String LDAP_ATTR_REGISTERED_ADDRESS = "ldap.attr.registeredAddress";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Business Category */
        public static final String LABELS_user_businessCategory = "{labels.user_businessCategory}";
    
        /** The key of the message: Business Category */
        public static final String LABELS_BUSINESS_CATEGORY = "{labels.businessCategory}";
    
        /** The key of the message: Registered Address */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top