/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/config/ |
H A D | SecurityConfig.java | 56 private LoginConfig lc; field in class:SecurityConfig 81 * @param lc the login config for the context 83 public void setLoginConfig(LoginConfig lc) { argument 84 this.lc = lc; 106 return this.lc; 116 toStringBuffer.append(" loginConfig: ").append(lc);
|
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/factories/ |
H A D | NavigationNodeFactory.java | 158 protected void applyOption(FacesContext context, UIComponent comp, LayoutComponent lc, String name, Object value) { argument 160 this.setOption(context, comp, lc, name, value);
|
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/ |
H A D | DeleteHTTPLBRefCommand.java | 276 public void removeServerRef(final LbConfig lc, final ServerRef sRef) { argument 284 }, lc); 294 public void removeClusterRef(final LbConfig lc, final ClusterRef cRef) { argument 302 }, lc);
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | LbConfig.java | 283 public static <T> List<T> getRefs(LbConfig lc, Class<T> type) { argument 285 for (Object r : lc.getClusterRefOrServerRef()) { 295 public static <T> T getRefByRef(LbConfig lc, Class<T> type, String ref) { argument 300 for (Ref r : lc.getClusterRefOrServerRef()) 307 public static Date getLastExported(LbConfig lc) { argument 308 return getInternalPropertyValue(lc, LAST_EXPORTED_PROPERTY); 311 public static Date getLastApplied(LbConfig lc) { argument 312 return getInternalPropertyValue(lc, LAST_APPLIED_PROPERTY); 315 private static Date getInternalPropertyValue(LbConfig lc, argument 317 String propertyValue = lc 324 setLastExported(LbConfig lc) argument 328 setLastApplied(LbConfig lc) argument 332 setInternalProperty(LbConfig lc, String propertyName) argument [all...] |
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ |
H A D | CLICommand.java | 333 final String optName = lc(opt.getName()); 405 lc(operandParam.getName()) : null; 484 sb.append("--").append(lc(opt.getName())); 791 strings.get("optionPrompt", lc(opt.getName()))); 1149 private static String lc(String s) { method in class:CLICommand
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | trees.c | 1021 int _tr_tally (s, dist, lc) 1024 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1027 s->l_buf[s->last_lit++] = (uch)lc; 1029 /* lc is the unmatched char */ 1030 s->dyn_ltree[lc].Freq++; 1033 /* Here, lc is the match length - MIN_MATCH */ 1036 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 1039 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1077 int lc; /* match length or unmatched char (if dist == 0) */ local 1084 lc 1087 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local [all...] |
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | java_md.winnt.c | 173 char *lc = NULL; local 179 lc = StrDup(GetLocale()); 180 fullkey = (char *)MemAlloc(sizeof(RES_BUNDLE_NAME) + strlen(lc) + strlen(key 185 if (strlen(lc) > 0) 188 strcat(fullkey, lc); 194 if (strlen(lc) > 0) 197 if ((s = strrchr(lc, '_')) != NULL) 200 *lc = '\0'; 212 free(lc); 213 lc [all...] |
H A D | java_md.unix.c | 198 char *lc = NULL; local 203 lc = StrDup(GetLocale()); 204 fullkey = (char *)MemAlloc(sizeof(RES_BUNDLE_NAME) + strlen(lc) + strlen(key) + 3); 208 if (strlen(lc) > 0) 211 strcat(fullkey, lc); 217 if (strlen(lc) > 0) 220 if ((s = strrchr(lc, '_')) != NULL) 223 *lc = '\0'; 235 free(lc); 236 lc 1634 const char *lc; local [all...] |