Searched defs:values (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/jansson/doc/html/_static/ |
H A D | underscore.js | 17 c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:a.toArray?a.toArray():b.isArray(a)?i.call(a):b.isArguments(a)?i.call(a):b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=b.head=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-1]};b.rest= 24 b.after=function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=J||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var c=[],d;for(d in a)b.has(a,d)&&(c[c.length]=d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)a[d]=b[d]});return a};b.defaults=function(a){j(i.call(arguments,
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 101 struct profile_string_list values; local 107 if (code = init_list(&values)) 125 code2 = add_to_list(&values, name); 127 end_list(&values, 0); 130 end_list(&values, &ret_values); 136 code2 = add_to_list(&values, name); 138 end_list(&values, 0); 157 end_list(&values, &ret_values); 159 end_list(&values, 0); 450 * where ret_value is a string array of any matching values assigne 494 k5_profile_add_realm_entry(profile_t profile, char *realm, char *name, char **values) argument [all...] |
Completed in 465 milliseconds