Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for business (0.1 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_X121_ADDRESS = "{labels.x121Address}";
    
        /** 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}";
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    ldap.attr.city=l
    # LDAP attribute for teletex terminal identifier.
    ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier
    # LDAP attribute for X.121 address.
    ldap.attr.x121Address=x121Address
    # LDAP attribute for business category.
    ldap.attr.businessCategory=businessCategory
    # LDAP attribute for registered address.
    ldap.attr.registeredAddress=registeredAddress
    # LDAP attribute for display name.
    ldap.attr.displayName=displayName
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 54.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getLdapAttrX121Address();
    
        /**
         * Get the value for the key 'ldap.attr.businessCategory'. <br>
         * The value is, e.g. businessCategory <br>
         * comment: LDAP attribute for business category.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrBusinessCategory();
    
        /**
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top