Searched refs:accept (Results 251 - 275 of 352) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Daf_netrom.c147 * Find a socket that wants to accept the Connect Request we just
1375 .accept = nr_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1236 /* Also don't wrap if the accept stat is nonzero: */
1424 .accept = svcauth_gss_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsock.h715 struct sock * (*accept) (struct sock *sk, int flags, int *err); member in struct:proto
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c1450 client_sock = accept (accept_sock, (struct sockaddr *) &client, &len);
1455 zlog_warn ("Can't accept zebra socket: %s", strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c132 * tening service socket, and must accept at least one connection request
133 * before exiting. Such a server would normally accept and process incoming
1367 ctrl = accept(sep->se_fd, NULL, NULL);
1371 bb_perror_msg("accept (for %s)", sep->se_service);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js66 (function(a){a.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var d=this.options,c=d.accept;this.isover=0;this.isout=1;this.accept=a.isFunction(c)?c:function(e){return e.is(c)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};a.ui.ddmanager.droppables[d.scope]=a.ui.ddmanager.droppables[d.scope]||[];a.ui.ddmanager.droppables[d.scope].push(this);
67 d.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var d=a.ui.ddmanager.droppables[this.options.scope],c=0;c<d.length;c++)d[c]==this&&d.splice(c,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(d,c){if(d=="accept")this.accept=a.isFunction(c)?c:function(e){return e.is(c)};a.Widget.prototype._setOption.apply(this,arguments)},_activate:function(d){var c=a.ui.ddmanager.current;this.options.activeClass&&
68 this.element.addClass(this.options.activeClass);c&&this._trigger("activate",d,this.ui(c))},_deactivate:function(d){var c=a.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);c&&this._trigger("deactivate",d,this.ui(c))},_over:function(d){var c=a.ui.ddmanager.current;if(!(!c||(c.currentItem||c.element)[0]==this.element[0]))if(this.accept.call(this.element[0],c.currentItem||c.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);
69 this._trigger("over",d,this.ui(c))}},_out:function(d){var c=a.ui.ddmanager.current;if(!(!c||(c.currentItem||c.element)[0]==this.element[0]))if(this.accept.call(this.element[0],c.currentItem||c.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",d,this.ui(c))}},_drop:function(d,c){var e=c||a.ui.ddmanager.current;if(!e||(e.currentItem||e.element)[0]==this.element[0])return false;var h=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var g=
70 a.data(this,"droppable");if(g.options.greedy&&!g.options.disabled&&g.options.scope==e.options.scope&&g.accept.call(g.element[0],e.currentItem||e.element)&&a.ui.intersect(e,a.extend(g,{offset:g.element.offset()}),g.options.tolerance)){h=true;return false}});if(h)return false;if(this.accept.call(this.element[0],e.currentItem||e.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",
73 f&&h<=j||g>=f&&g<=j||h<f&&g>j);default:return false}};a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(d,c){var e=a.ui.ddmanager.droppables[d.options.scope]||[],h=c?c.type:null,g=(d.currentItem||d.element).find(":data(droppable)").andSelf(),i=0;a:for(;i<e.length;i++)if(!(e[i].options.disabled||d&&!e[i].accept
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh2559 echo "*** Warning: dynamic linker does not accept needed library $i."
2591 echo "*** Warning: dynamic linker does not accept needed library $i."
4098 # We need to accept at least all the BSD install flags.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dltmain.sh2559 echo "*** Warning: dynamic linker does not accept needed library $i."
2591 echo "*** Warning: dynamic linker does not accept needed library $i."
4098 # We need to accept at least all the BSD install flags.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dwindow.cpp328 void wxWindowMac::DragAcceptFiles(bool accept) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp1038 void wxWindow::DragAcceptFiles(bool WXUNUSED(accept))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.c153 sock = accept(pasvsock, (struct sockaddr *) &foo, (socklen_t *) &namelen);
155 control_printf(SL_FAILURE, "425-Unable to accept data connection.\r\n425 %s.",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dtcp.c459 /* the node num comparison and single connect/accept path should stop
1541 /* if we're greater we initiate tx, otherwise we accept */
1716 /* believe it or not, accept and node hearbeating testing
1773 ret = sock->ops->accept(sock, new_sock, O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh2918 echo "*** Warning: dynamic linker does not accept needed library $i."
2950 echo "*** Warning: dynamic linker does not accept needed library $i."
4545 # We need to accept at least all the BSD install flags.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c2776 int accept = 0; local
2791 accept = 1;
2799 accept = 1; /* might still be excluded */
2802 return(accept);
7915 * Indicate the maximum number of input a expression can accept
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c2927 int accept = 0; local
2942 accept = 1;
2950 accept = 1; /* might still be excluded */
2953 return(accept);
8040 * Indicate the maximum number of input a expression can accept
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c257 acceptor = accept(listener, (struct sockaddr *) &listen_addr, &size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dconfigure737 # Use braces instead of parens because sh, perl, etc. also accept them.
3135 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3136 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
5906 { echo "$as_me:$LINENO: checking for accept in -lc" >&5
5907 echo $ECHO_N "checking for accept in -lc... $ECHO_C" >&6; }
5926 char accept ();
5930 return accept ();
6190 { echo "$as_me:$LINENO: checking for accept in -lsocket" >&5
6191 echo $ECHO_N "checking for accept in -lsocket... $ECHO_C" >&6; }
6210 char accept ();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1418 dev->ibdev.iwcm->accept = iwch_accept_cr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmainwin.cc321 event->accept( );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Daf_ipx.c1985 .accept = sock_no_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Daf_iucv.c1571 /* Wake up accept */
1707 .accept = iucv_sock_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_ppp.c1758 .accept = sock_no_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c2079 .accept = sock_no_accept,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Daf_rose.c244 * Find a socket that wants to accept the Call Request we just
1007 * We can't accept the Call Request.
1511 .accept = rose_accept,

Completed in 351 milliseconds

<<1112131415