Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for zoom (0.05 seconds)

  1. src/main/resources/fess_config.properties

    ldap.attr.homePhone=homePhone
    # LDAP attribute for home postal address.
    ldap.attr.homePostalAddress=homePostalAddress
    # LDAP attribute for labeled URI.
    ldap.attr.labeledURI=labeledURI
    # LDAP attribute for room number.
    ldap.attr.roomNumber=roomNumber
    # LDAP attribute for description.
    ldap.attr.description=description
    # LDAP attribute for title.
    ldap.attr.title=title
    # LDAP attribute for pager.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    lor, 5%);\n      color: darken($button-default-color, 10%);\n    }\n  }\n\n  .zoomReset {\n    line-height: 12px;\n    top: 10px;\n  }\n\n  .zoomIn {\n    top: 30px;\n  }\n\n  .zoomOut {\n    top: 50px;\n  }\n}\n","//\n// Plugins: JQVMap\n//\n\n// Zoom Button size fixes\n.jqvmap-zoomin,\n.jqvmap-zoomout {\n  background-color: $button-default-background-color;\n  border: 1px solid $button-default-border-color;\n  border-radius: $btn-border-radius;\n  color: $button-default-color;\n  height: 15px;\n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getLdapAttrLabeledURI();
    
        /**
         * Get the value for the key 'ldap.attr.roomNumber'. <br>
         * The value is, e.g. roomNumber <br>
         * comment: LDAP attribute for room number.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrRoomNumber();
    
        /**
    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)
Back to Top