Searched refs:post (Results 126 - 150 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com1010 $! Set the library to use TCPIP (post UCX).
1016 $ WRITE SYS$OUTPUT "Using TCPIP (post UCX) for TCP/IP"
1060 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP TCP/IP (post UCX) library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dmaketests.com796 $! Set the library to use TCPIP (post UCX).
832 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dmaketests.com973 $! Set the library to use TCPIP (post UCX).
1009 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl1592 diff(post-$op,pre-commit):diff($afterop_file,$final_file) \
1598 diff(initial,post-$op):diff($init_file,$final_file) \
1709 diff(post-$op,pre-commit):diff($afterop_file,$final_file) \
1715 diff(initial,post-$op):diff($init_file,$final_file) \
1752 diff(post-$op,recovered):diff($afterop_file,$final_file) \
1758 diff(initial,post-$op):diff($init_file,$final_file) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c126 int post; member in struct:HTTPContext
889 if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
1473 c->post = 0;
1475 c->post = 1;
1582 if (c->post == 0 && stream->stream_type == STREAM_TYPE_LIVE)
1592 if (c->post == 0 && max_bandwidth < current_bandwidth) {
1735 if (c->post) {
1736 /* if post, it means a feed is being sent */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad.c705 /* Check to post send on QP or process locally */
1064 /* Walk list of send WRs and post each on send list */
1087 * Save pointer to next work request to post in case the
2524 * Allocate receive MADs and post receive WRs for them
2530 int post, ret; local
2569 post = (++recv_queue->count < recv_queue->max_active);
2587 } while (post);
2685 printk(KERN_ERR PFX "Couldn't post receive WRs\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession.cc661 QNetworkReply * reply = networkAccessManager()->post( request, requestData );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djquery.form.js142 options.data = q; // data is the query string for 'post'
389 if (! s.skipEncodingOverride && (!method || /post/i.test(method))) {
756 * be passed to any of the following ajax functions: $.get, $.post, or load.
H A Djquery.form.min.js1 (function(a){function b(){if(!a.fn.ajaxSubmit.debug)return;var b="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log){window.console.log(b)}else if(window.opera&&window.opera.postError){window.opera.postError(b)}}a.fn.ajaxSubmit=function(c){function u(e){function C(c){if(o.aborted||B){return}try{z=w(n)}catch(d){b("cannot access response document: ",d);c=v}if(c===u&&o){o.abort("timeout");return}else if(c==v&&o){o.abort("server abort");return}if(!z||z.location.href==j.iframeSrc){if(!r)return}n.detachEvent?n.detachEvent("onload",C):n.removeEventListener("load",C,false);var e="success",f;try{if(r){throw"timeout"}var g=j.dataType=="xml"||z.XMLDocument||a.isXMLDoc(z);b("isXml="+g);if(!g&&window.opera&&(z.body==null||z.body.innerHTML=="")){if(--A){b("requeing onLoad callback, DOM not available");setTimeout(C,250);return}}var h=z.body?z.body:z.documentElement;o.responseText=h?h.innerHTML:null;o.responseXML=z.XMLDocument?z.XMLDocument:z;if(g)j.dataType="xml";o.getResponseHeader=function(a){var b={"content-type":j.dataType};return b[a]};if(h){o.status=Number(h.getAttribute("status"))||o.status;o.statusText=h.getAttribute("statusText")||o.statusText}var i=(j.dataType||"").toLowerCase();var l=/(json|script|text)/.test(i);if(l||j.textarea){var p=z.getElementsByTagName("textarea")[0];if(p){o.responseText=p.value;o.status=Number(p.getAttribute("status"))||o.status;o.statusText=p.getAttribute("statusText")||o.statusText}else if(l){var q=z.getElementsByTagName("pre")[0];var t=z.getElementsByTagName("body")[0];if(q){o.responseText=q.textContent?q.textContent:q.innerText}else if(t){o.responseText=t.textContent?t.textContent:t.innerText}}}else if(i=="xml"&&!o.responseXML&&o.responseText!=null){o.responseXML=D(o.responseText)}try{y=F(o,i,j)}catch(c){e="parsererror";o.error=f=c||e}}catch(c){b("error caught: ",c);e="error";o.error=f=c||e}if(o.aborted){b("upload aborted");e=null}if(o.status){e=o.status>=200&&o.status<300||o.status===304?"success":"error"}if(e==="success"){j.success&&j.success.call(j.context,y,"success",o);k&&a.event.trigger("ajaxSuccess",[o,j])}else if(e){if(f==undefined)f=o.statusText;j.error&&j.error.call(j.context,o,e,f);k&&a.event.trigger("ajaxError",[o,j,f])}k&&a.event.trigger("ajaxComplete",[o,j]);if(k&&!--a.active){a.event.trigger("ajaxStop")}j.complete&&j.complete.call(j.context,o,e);B=true;if(j.timeout)clearTimeout(s);setTimeout(function(){if(!j.iframeTarget)m.remove();o.responseXML=null},100)}function x(){function h(){try{var a=w(n).readyState;b("state = "+a);if(a.toLowerCase()=="uninitialized")setTimeout(h,50)}catch(c){b("Server abort: ",c," (",c.name,")");C(v);s&&clearTimeout(s);s=undefined}}var c=g.attr("target"),e=g.attr("action");f.setAttribute("target",l);if(!d){f.setAttribute("method","POST")}if(e!=j.url){f.setAttribute("action",j.url)}if(!j.skipEncodingOverride&&(!d||/post/i.test(d))){g.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"})}if(j.timeout){s (…)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Djquery.flexbox.min.js325 if (o.method.toUpperCase() == 'POST') $.post(o.source, params, callback, 'json');
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Djquery.flexbox.min.js325 if (o.method.toUpperCase() == 'POST') $.post(o.source, params, callback, 'json');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dmakevms.com1379 $! Set the library to use TCPIP (post UCX).
1385 $ WRITE SYS$OUTPUT "Using TCPIP (post UCX) for TCP/IP"
1429 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP TCP/IP (post UCX) library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Devthand.tex66 post events safely between different threads which means that this method is
H A Dthread.tex116 Usually you only need to notify the main thread, in which case you can post
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dmakevms.com1379 $! Set the library to use TCPIP (post UCX).
1385 $ WRITE SYS$OUTPUT "Using TCPIP (post UCX) for TCP/IP"
1429 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP TCP/IP (post UCX) library."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h1151 static inline int pci_find_next_capability(struct pci_dev *dev, u8 post, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.lua3013 local pre, post =
3029 if post ~= '' then
3030 table.insert( a, ai + 1, { true, post } )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dips.c4612 uint32_t post; local
4620 post = readl(ha->mem_ptr + IPS_REG_I960_MSG0);
4623 if (post == 0)
4814 "reset controller fails (post status %x %x).\n",
4908 "reset controller fails (post status %x %x).\n",
4997 "timeout waiting for post.\n");
5034 "reset controller fails (post status %x).\n", Post);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex375 flag bits to specify pre- and post- window shape. Although not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk670 printf '%s\n' 'post-release administrivia' '' \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c532 u8 post; member in struct:txdds_ent
6786 pack_ent |= tp->post << DDS_ENT_POST_LSB;
6880 /* amp, pre, main, post */
6900 /* amp, pre, main, post */
6920 /* amp, pre, main, post */
6946 /* amp, pre, main, post */
6963 /* amp, pre, main, post */
6980 /* amp, pre, main, post */
7350 * write the current Tx serdes pre,post,main,amp settings into the serdes.
7360 /* field names for amp, main, post, pr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c5535 int post = (vidfreq & 0x3000) >> 12; local
5541 freq = ((div * 133333) / ((1<<post) * pre));
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk2067 # additional devices added post tape-out.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_http.c1526 /* Yes, we are expecting a post request */
1528 fprintf(stdout, "FAILED (post type)\n");
3590 HTTP(post),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1176 # post-instruction
1558 # post-increment addressing mode, the address register is not updated. is the
3481 # post-increment, then the address register did not get updated.
4523 # table to convert a pre-decrement bit string into a post-increment
5189 btst &0x2,%d5 # pre or post indexing?
12559 # Typically used for an instruction w/ a post-increment <ea>, #
14674 # the emulation has already changed its value to the correct post-

Completed in 599 milliseconds

1234567