Home
last modified time | relevance | path

Searched refs:VALUE_ON (Results 1 – 7 of 7) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/
H A DCustomBooleanEditor.java45 public static final String VALUE_ON = "on"; field in CustomBooleanEditor
114 (input.equalsIgnoreCase(VALUE_TRUE) || input.equalsIgnoreCase(VALUE_ON) || in setAsText()
/dports/sysutils/msktutil/msktutil-1.1/
H A Dmsktutil.cpp98 flags->enctypes = VALUE_ON; in set_supportedEncryptionTypes()
953 flags->no_pac = VALUE_ON; in main()
969 flags->delegate = VALUE_ON; in main()
979 flags->dont_expire_password = VALUE_ON; in main()
985 flags->dont_update_dnshostname = VALUE_ON; in main()
1232 if (flags->enctypes == VALUE_ON) { in main()
1302 _flags->enctypes = VALUE_ON; in set_supportedEncryptionTypes()
1347 no_pac = VALUE_ON; in msktutil_flags()
1350 delegate = VALUE_ON; in msktutil_flags()
H A Dmsktldap.cpp259 flags->ad_enctypes = VALUE_ON; in ldap_set_supportedEncryptionTypes()
289 case VALUE_ON: in ldap_set_userAccountControl_flag()
477 des_only = VALUE_ON; in ldap_check_account_strings()
585 flags->ad_enctypes = VALUE_ON; /* actual value found in AD */ in ldap_check_account()
H A Dmsktconf.cpp112 if (flags->enctypes == VALUE_ON) { in create_fake_krb5_conf()
H A Dmsktutil.h142 VALUE_ON = 1, enumerator
/dports/www/ilias/ILIAS-5.4.25/Services/Membership/classes/
H A Dclass.ilMembershipNotifications.php18 const VALUE_ON = 1; define in ilMembershipNotifications
239 " AND value = " . $ilDB->quote(self::VALUE_ON, "text"));
/dports/www/ilias6/ILIAS-6.14/Services/Membership/classes/
H A Dclass.ilMembershipNotifications.php18 const VALUE_ON = 1; define in ilMembershipNotifications
267 " AND value = " . $ilDB->quote(self::VALUE_ON, "text"));