| /glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/ |
| H A D | prototype.js | 71 return __method.apply(object, args.concat($A(arguments))); 78 return __method.apply(object, [( event || window.event)].concat(args).concat($A(arguments))); 499 var collections = [this].concat(args).map($A); 565 return array.concat(value && value.constructor == Array ? 593 return array.include(value) ? array : array.concat([value]); 598 return [].concat(this); 618 Array.prototype.concat = function(){ 1090 var q = ".//*[contains(concat(' ', @class, ' '), ' " + className + " ')]"; 1136 return value.apply(null, [this].concat( [all...] |
| /glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/rmi/ |
| H A D | JmxServiceUrlFactory.java | 252 private static String concat(final String s1, final String s2, final String s3, final String s4) { method in class:JmxServiceUrlFactory
|
| /glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/conf/ |
| H A D | PasswordFile.java | 76 fileContent = concat(ADMIN_PASSWORD_KEY.toCharArray(), 81 fileContent = concat(fileContent, newline); 82 fileContent = concat(fileContent, MASTER_PASSWORD_KEY.toCharArray()); 83 fileContent = concat(fileContent, masterPassword); 84 fileContent = concat(fileContent, newline); 117 private static char[] concat(char[] first, char[] second) { method in class:PasswordFile
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/ |
| H A D | stringtokey.c | 47 unsigned char *concat, *foldstring, *foldkeydata; local 58 if ((concat = (unsigned char *) malloc(concatlen)) == NULL) 61 free(concat); 66 free(concat); 72 memcpy(concat, string->data, string->length); 74 memcpy(concat+string->length, salt->data, salt->length); 76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring); 100 memset(concat, 0, concatlen); 106 free(concat);
|
| /illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
| H A D | layout_mirror.c | 263 * stripe or concat. Submirror types may be mixed. 408 /* adjust concat names */ 962 * PURPOSE: Main layout driver for composing concat submirrors. 1127 gettext(" -->Strategy 2: use any disks from %d similar HBAs - concat per HBA\n"), 1201 gettext(" -->Strategy 4: use any disks from %d HBAs - concat per HBA\n"), 1860 * input list. Each concat will be composed using disks from a 1872 * if (concat can be composed) { 1873 * save concat 1909 devconfig_t *concat = NULL; local 1915 request, nbytes, disks, cursubs, &concat); 2015 devconfig_t *concat = NULL; local 2137 devconfig_t *concat = NULL; local [all...] |
| H A D | layout_concat.c | 58 devconfig_t **concat); 64 devconfig_t **concat); 71 * nbytes - the desired capacity of the concat 78 * PURPOSE: Main layout driver for composing concat volumes. 80 * Attempts to construct a concat of size nbytes. 85 * 1 - concat within an HBA 88 * 2 - concat across all available similar HBAs 90 * 3 - concat across all available HBAs 95 * for (each HBA grouping) and (concat not composed) { 97 * for (strategy[1,2]) and (concat no 136 devconfig_t *concat = NULL; local 299 compose_concat_within_hba( devconfig_t *request, dlist_t *hbas, uint64_t nbytes, devconfig_t **concat) argument 366 populate_concat( devconfig_t *request, uint64_t nbytes, dlist_t *disks, dlist_t *othervols, devconfig_t **concat) argument 536 devconfig_t *concat = NULL; local 608 assemble_concat( devconfig_t *request, dlist_t *comps, devconfig_t **concat) argument [all...] |
| /illumos-gate/usr/src/cmd/fs.d/autofs/ |
| H A D | ns_fnmount.c | 150 concat(const char *s1, char sep, const char *s2); 241 root = concat("", '/', key); 419 strdup(""), concat(map, '/', key))); 552 ? concat(opts, ',', "direct") 667 concat(const char *s1, char sep, const char *s2) function 716 return (concat(opts, ',', MNTOPT_NOSUID));
|
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | b.c | 562 static Node *regexp(void), *primary(void), *concat(Node *); 591 return (alt(concat(primary()))); 651 concat(Node *np) function 655 return (concat(op2(CAT, np, primary()))); 666 return (alt(op2(OR, np, concat(primary()))));
|
| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | stabs.c | 125 concat(char *s1, char *s2, int s2strip) function 285 fstr = concat(fstr, str, offset); 288 fstr = concat(fstr, str, 0);
|
| /illumos-gate/usr/src/cmd/lvm/metassist/common/ |
| H A D | volume_defaults.c | 1002 devconfig_t *concat = NULL; local 1005 /* Get/create singleton concat element for this disk set */ 1007 defaults, diskset, TYPE_CONCAT, &concat, TRUE)) != 0) { 1013 return (devconfig_set_volume_usehsp(concat, val)); 1046 devconfig_t *concat; local 1054 /* Get/create singleton concat element for this disk set */ 1056 defaults, disksets[i], TYPE_CONCAT, &concat, FALSE); 1059 /* concat found for this disk set */ 1063 concat, val)) == 0) { 1070 /* concat no [all...] |