Searched refs:semicolon (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java130 int semicolon = attributeName.indexOf(';');
131 if (semicolon != -1)
132 attributeName=attributeName.substring(0, semicolon);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java129 int semicolon = attributeName.indexOf(';');
130 if (semicolon != -1)
131 attributeName=attributeName.substring(0, semicolon);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java129 int semicolon = attributeName.indexOf(';');
130 if (semicolon != -1)
131 attributeName=attributeName.substring(0, semicolon);
/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig2802 [+DESCRIPTION?Ask the user for authentication methods to enable and store them as a semicolon separated list into \bSTR[LDAP_AUTHMETHOD | LDAP_SRV_AUTHMETHOD_{PAM|KEY|CMD}}]]\b and set \bINT[NEED_SRVAUTH_{PAM|KEY|CMD}]]\b to 0 depending on the given \atype\a (either "client", "pam_ldap", "keyserv", or "passwd-cmd") and selected methods.]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java130 int semicolon = attributeName.indexOf(';');
131 if (semicolon != -1)
132 attributeName=attributeName.substring(0, semicolon);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java129 int semicolon = attributeName.indexOf(';');
130 if (semicolon != -1)
131 attributeName=attributeName.substring(0, semicolon);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFilterList.java129 int semicolon = attributeName.indexOf(';');
130 if (semicolon != -1)
132 attributeName=attributeName.substring(0, semicolon);
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js3907 function semicolon() {
3978 semicolon();
3984 return as("do", prog1(parenthesised, semicolon), body);
4004 : prog1(expression, semicolon));
4012 return as("throw", prog1(expression, semicolon));
4018 return prog1(var_, semicolon);
4021 return prog1(const_, semicolon);
4045 return as("stat", prog1(expression, semicolon));
4060 semicolon();
8609 * the style of omitting semicolons and rely on ASI. Add a semicolon i
[all...]
/inkscape/share/extensions/
H A Dextractimage.py57 semicolon = xlink.find(';')
58 if semicolon>0:
60 if sub in xlink[5:semicolon].lower():

Completed in 78 milliseconds