Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Attribut (0.15 sec)

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

        public static final String LABELS_ldap_group_filter = "{labels.ldap_group_filter}";
    
        /** The key of the message: memberOf Attribute */
        public static final String LABELS_ldap_memberof_attribute = "{labels.ldap_memberof_attribute}";
    
        /** The key of the message: Login page */
        public static final String LABELS_notification_login = "{labels.notification_login}";
    
    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)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * this file is open. This constant may be logically OR'd with other share
     * access flags.
     */
        public static final int FILE_SHARE_DELETE = 0x04;
    
        // file attribute encoding
    /** 
     * A file with this bit on as returned by <tt>getAttributes()</tt> or set
     * with <tt>setAttributes()</tt> will be read-only
     */ 
        public static final int ATTR_READONLY   = 0x01;
    /** 
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top