Searched defs:substitute (Results 1 - 3 of 3) sorted by relevance
| /glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/ |
| H A D | LDAPRealm.java | 381 substitute(sb, SUBST_SUBJECT_NAME, _username); 382 substitute(sb, SUBST_SUBJECT_DN, userDN); 469 substitute(sb, SUBST_SUBJECT_NAME, _username); 492 substitute(sb, SUBST_SUBJECT_NAME, _username); 493 substitute(sb, SUBST_SUBJECT_DN, realUserDN); 736 private static void substitute(StringBuffer sb, method in class:LDAPRealm
|
| /yui3/src/uploader/js/ |
| H A D | uploader-flash.js | 12 var substitute = Y.substitute, variable 294 contentBox.append(Y.Node.create(substitute(UploaderFlash.FLASH_CONTAINER, 877 return Y.Node.create(substitute(Y.UploaderFlash.SELECT_FILES_BUTTON, {selectButtonLabel: this.get("selectButtonLabel")}));
|
| H A D | uploader-html5.js | 12 var substitute = Y.substitute, variable 767 return Y.Node.create(substitute(Y.UploaderHTML5.SELECT_FILES_BUTTON, {selectButtonLabel: this.get("selectButtonLabel"),
|
Completed in 252 milliseconds