Searched refs:change (Results 1 - 25 of 266) sorted by last modified time

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js49 s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
75 e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
76 "_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
80 u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c137 struct curl_slist *list = data->change.cookielist;
147 curl_slist_free_all(data->change.cookielist); /* clean up list */
148 data->change.cookielist = NULL; /* don't do this again! */
1133 if(data->change.cookielist) {
1148 if(cleanup && data->change.cookielist) {
1151 curl_slist_free_all(data->change.cookielist); /* clean up list */
1152 data->change.cookielist = NULL;
H A Dcurl_rtmp.c192 if(!RTMP_SetupURL(r, conn->data->change.url)) {
H A Deasy.c638 /* duplicate all values in 'change' */
639 if(data->change.cookielist) {
640 outcurl->change.cookielist =
641 Curl_slist_duplicate(data->change.cookielist);
642 if(!outcurl->change.cookielist)
646 if(data->change.url) {
647 outcurl->change.url = strdup(data->change.url);
648 if(!outcurl->change.url)
650 outcurl->change
[all...]
H A Dgetinfo.c122 *param_charp = data->change.url?data->change.url:(char *)"";
H A Dhttp.c467 data->req.newurl = strdup(data->change.url); /* clone URL */
489 data->req.newurl = strdup(data->change.url); /* clone URL */
755 data->req.newurl = strdup(data->change.url);
1771 if(data->change.referer && !Curl_checkheaders(data, "Referer:"))
1772 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
1904 char *url = data->change.url;
1928 if(data->change.url_alloc) {
1929 Curl_safefree(data->change.url);
1930 data->change.url_alloc = FALSE;
1932 data->change
[all...]
H A Dldap.c191 infof(data, "LDAP local: %s\n", data->change.url);
194 rc = ldap_url_parse(data->change.url, &ludp);
595 !checkprefix("LDAP", conn->data->change.url))
H A Dopenldap.c159 rc = ldap_url_parse(data->change.url, &lud);
221 * conn->proto.http; we want LDAP through HTTP and we have to change the
385 infof(data, "LDAP local: %s\n", data->change.url);
387 rc = ldap_url_parse(data->change.url, &ludp);
H A Drtsp.c399 if(data->change.referer && !Curl_checkheaders(data, "Referer:"))
400 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
H A Dtransfer.c838 Remember that so we don't change the line endings. */
942 /* show the data before we change the pointer upload_fromhere */
1415 for(hostp = data->change.resolve; hostp; hostp = hostp->next ) {
1449 data->change.resolve = NULL; /* dealt with now */
1461 if(!data->change.url) {
1468 after the *_setopt() calls (that could change the size of the cache) but
1488 if(data->change.cookielist)
1492 if(data->change.resolve)
1809 if(data->change.referer_alloc) {
1810 Curl_safefree(data->change
[all...]
H A Durl.c491 if(data->change.referer_alloc) {
492 Curl_safefree(data->change.referer);
493 data->change.referer_alloc = FALSE;
495 data->change.referer = NULL;
497 if(data->change.url_alloc) {
498 Curl_safefree(data->change.url);
499 data->change.url_alloc = FALSE;
501 data->change.url = NULL;
1226 if(data->change.referer_alloc) {
1227 Curl_safefree(data->change
[all...]
H A Durldata.h1258 * This 'DynamicStatic' struct defines dynamic states that actually change
1466 and they don't change during operations. */
1571 struct DynamicStatic change; /* possibly modified userdefined data */ member in struct:SessionHandle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-accounts71 my($user,$pwd,$uid,$gid,$class,$change,$expire,$gecos,$homedir,$shell) = split(/:/,$line);
357 and want to change their structural objectClass.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd208 # Let's change nt/lm passwords
245 $modify->code && warn "Unable to change password : ", $modify->error ;
315 smbldap-passwd - change user password
323 smbldap-passwd changes passwords for user accounts. A normal user may only change the password for their own account, the super user may change the password for any account.
H A Dsmbldap-useradd59 print " -A can change password ? 0 if no, 1 if yes\n";
60 print " -B must change password ? 0 if no, 1 if yes\n";
363 # To force a user to change his password:
515 can change password ? 0 if no, 1 if yes
518 must change password ? 0 if no, 1 if yes
H A Dsmbldap-userinfo37 die "Only root can change other users inormation\n";
267 smbldap-chfn - change user real name, information and shell
277 The normal user can change only the fields for his own account,
278 the super user may change the fiels for any account.
H A Dsmbldap-usermod60 print " -A can change password ? 0 if no, 1 if yes\n";
61 print " -B must change password ? 0 if no, 1 if yes\n";
350 # To force a user to change his password:
499 $modify->code && die "failed to change dn", $modify->error;
501 # change cn, sn attributes
512 $modify->code && warn "failed to change cn and sn attributes: ", $modify->error;
526 $modify->code && warn "failed to change cn and sn attributes: ", $modify->error;
592 can change password ? 0 if no, 1 if yes
595 must change password ? 0 if no, 1 if yes
625 End by invoking smbldap-passwd to change th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf105 ; pam password change = no
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf105 ; pam password change = no
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2026 - png icons, change menu title to not conflict with ksambaplugin
H A Dsmb.conf107 # NOTE2: You do NOT need these to allow workstations to change only
112 # enable pam password change
113 ; pam password change = yes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec44 - removed change log entries since history
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnt_printing.h465 uint32 change; member in struct:_Printer::__anon1585
H A Drpc_spoolss.h862 uint32 change; member in struct:spool_q_rfnpcnex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_sql.c225 config_value_read(data, "pass can change time column",
227 config_value_read(data, "pass must change time column",
352 "pass can change time column",
360 "pass must change time column",

Completed in 204 milliseconds

1234567891011