Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for labeledURI (0.08 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

        }
    
        public void setLabeledURI_Equal(String labeledURI) {
            setLabeledURI_Term(labeledURI, null);
        }
    
        public void setLabeledURI_Equal(String labeledURI, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setLabeledURI_Term(labeledURI, opLambda);
        }
    
        public void setLabeledURI_Term(String labeledURI) {
            setLabeledURI_Term(labeledURI, null);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. homePostalAddress */
        String LDAP_ATTR_HOME_POSTAL_ADDRESS = "ldap.attr.homePostalAddress";
    
        /** The key of the configuration. e.g. labeledURI */
        String LDAP_ATTR_LABELED_U_R_I = "ldap.attr.labeledURI";
    
        /** The key of the configuration. e.g. roomNumber */
        String LDAP_ATTR_ROOM_NUMBER = "ldap.attr.roomNumber";
    
        /** The key of the configuration. e.g. description */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top