Searched refs:merge (Results 1 - 25 of 28) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js34 (d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
35 a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
42 d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
43 a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
109 "string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
125 c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1283 # (sb) make a smb.conf.clean we can use for the merge, since an existing
1290 previous configuration data with any new syntax used by samba3, a merge
1304 The actual merge script is /usr/share/samba/scripts/smb-migrate.
1359 # (sb) merge any existing smb.conf with new syntax file
1361 # (sb) save existing smb.conf for merge
1830 - merge winbind init script fix into packaging patch
1870 - merge amd64 fixes (P7)
1917 - add migrate script to merge existing smb.conf
2466 - merge with rh: xinetd + ssl + pam_stack.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c186 struct option *merge; local
194 merge = malloc(sizeof (struct option) * (num_new + num_old + 1));
195 memcpy(merge, oldopts, num_old * sizeof (struct option));
197 merge[num_old + i] = newopts[i];
198 merge[num_old + i].val += *option_offset;
200 memset(merge + num_old + num_new, 0, sizeof (struct option));
202 return merge;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c107 struct option *merge, *mp; local
124 merge = malloc(sizeof(*mp) * (num_oold + num_old + num_new + 1));
125 if (merge == NULL)
129 memcpy(merge, orig_opts, sizeof(*mp) * num_oold);
130 mp = merge + num_oold;
147 return merge;
H A Dxtoptions.c78 struct option *merge, *mp; local
97 merge = malloc(sizeof(*mp) * (num_orig + num_old + num_new + 1));
98 if (merge == NULL)
102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig);
103 mp = merge + num_orig;
123 return merge;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c941 struct community *merge;
961 merge = community_merge (community_dup (old), rcs->com);
962 new = community_uniq_sort (merge);
963 community_free (merge);
1046 struct community *merge;
1062 merge = community_list_match_delete (community_dup (old), list);
1063 new = community_uniq_sort (merge);
1064 community_free (merge);
927 struct community *merge; local
1031 struct community *merge; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unfl.S194 addl (%a7)+,%d1 |merge PREC/MODE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c1113 * as an RO_COMPAT feature, refuse to merge to extents if
1179 * tries to merge requsted extent into the existing extent or
1211 goto merge;
1303 merge:
1304 /* try to merge extents to the right */
1308 /* merge with next extent! */
1320 /* try to merge extents to the left */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
H A Dev6-csum_ipv6_magic.S119 addq $0,$1,$0 # E : merge the carries back into the csum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c2120 goto merge;
2181 merge:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c755 int merge = 0; local
764 merge = 1;
811 if (merge) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile564 po/.intltool-merge-cache
H A DMakefile.am314 po/.intltool-merge-cache
H A DMakefile.in564 po/.intltool-merge-cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c419 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s); local
420 if(!merge)
422 if(DSO_load(ctx->dynamic_dso, merge, NULL, 0))
425 OPENSSL_free(merge);
428 OPENSSL_free(merge);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py257 def merge(self, idx): member in class:index
801 # Parse a comment block and merge the informations found in the
1659 self.idx.merge(idx)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A DMakefile.common9 cvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge:
23 if test "$@" = "package-merge"; then \
25 $(SHELL) $$admindir/cvs.sh package-merge ;\
34 .PHONY: cvs dist cvs-clean package-merge package-messages
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c154 static msgdomain_list_ty *merge (const char *fn1, const char *fn2,
389 result = merge (argv[optind], argv[optind + 1], input_syntax, &def);
775 process the header entry we have to merge the msgstr by using the
1379 merge (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1421 merge (position_set const *s1, position_set const *s2, position_set *m) function
1716 merge(&tmp, &d->follows[pos[j].index], &merged);
1736 merge(&tmp, &d->follows[pos[j].index], &merged);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgmerge.x2 msgmerge \- merge message catalog and template
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/po/
H A DMakefile.in153 rm -f .intltool-merge-cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c1084 struct option *merge; local
1092 merge = malloc(sizeof(struct option) * (num_new + num_old + 1));
1093 memcpy(merge, oldopts, num_old * sizeof(struct option));
1096 merge[num_old + i] = newopts[i];
1097 merge[num_old + i].val += *option_offset;
1099 memset(merge + num_old + num_new, 0, sizeof(struct option));
1101 return merge;
H A Diptables.c1112 struct option *merge; local
1120 merge = malloc(sizeof(struct option) * (num_new + num_old + 1));
1121 memcpy(merge, oldopts, num_old * sizeof(struct option));
1124 merge[num_old + i] = newopts[i];
1125 merge[num_old + i].val += *option_offset;
1127 memset(merge + num_old + num_new, 0, sizeof(struct option));
1129 return merge;

Completed in 205 milliseconds

12