Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for teletexTerminalIdentifier (0.14 sec)

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

            setTeletexTerminalIdentifier_Term(teletexTerminalIdentifier, null);
        }
    
        public void setTeletexTerminalIdentifier_Term(String teletexTerminalIdentifier, ConditionOptionCall<TermQueryBuilder> opLambda) {
            TermQueryBuilder builder = regTermQ("teletexTerminalIdentifier", teletexTerminalIdentifier);
            if (opLambda != null) {
                opLambda.callback(builder);
            }
    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. l */
        String LDAP_ATTR_CITY = "ldap.attr.city";
    
        /** The key of the configuration. e.g. teletexTerminalIdentifier */
        String LDAP_ATTR_TELETEX_TERMINAL_IDENTIFIER = "ldap.attr.teletexTerminalIdentifier";
    
        /** The key of the configuration. e.g. x121Address */
        String LDAP_ATTR_X121_ADDRESS = "ldap.attr.x121Address";
    
    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