Searched refs:form (Results 176 - 200 of 255) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtbitmap.tex75 it to wxBitmap form. Note that using wxImage is the preferred way to
H A Dtdebug.tex49 the overridden form of the operator with two extra arguments. This means that the debugging
H A Dxmlresh.tex191 Gets style flags from text in form "flag | flag2| flag3 |..."
H A Dfont.tex319 use of this function is for serializing in string-form a wxFont object.
488 in a string-form.
H A Ddynlib.tex43 Constructor. Second form calls \helpref{Load}{wxdynamiclibraryload}.
H A Drect.tex235 The second form uses the same {\it diff} for both {\it dx} and {\it dy}.
H A Darray.tex289 elements of type {\it T}. The second form is used when compiling wxWidgets as
314 the elements of type {\it T}. The second form is used when compiling wxWidgets as
356 the elements of type {\it T}. The second form is used when compiling wxWidgets as
H A Dwxstring.tex442 the correct value for {\it nLength}. However, the default form of it works
780 Converts the string or character from an ASCII, 7-bit form
1167 Converts the string to an 8-bit string in ISO-8859-1 encoding in the form of
1187 Converts the string to an ASCII, 7-bit string in the form of
1293 Removes white-space (space, tabs, form feed, newline and carriage return) from
H A Dfunction.tex604 The first form takes a command string, such as {\tt "emacs file.txt"}.
606 The second form takes an array of values: a command, any number of
1012 Returns the filename for a full path. The second form returns a pointer to
1246 \arg{wildCard} is in the form:
1440 user-readable form. For example, this function may return strings like
1601 The second form is used when retrieving translation of string that has
1602 different singular and plural form in English or different plural forms in some
1604 parameter must contain the singular form of the string to be converted and
1606 is the plural form (in English). The parameter \arg{n} is used to determine the
1607 plural form
[all...]
H A Dtdb.tex410 A shorter form of doing the above steps is encapsulated into the
411 long form of the constructor for wxDbConnectInf.
420 This shorthand form of initializing the constructor passes a NULL for the SQL
442 A more advanced form of opening a connection is to use the connection
710 the row that matched the selection criteria. Which form of behavior is
818 Or, if the long form of the constructor was used and the constructor was allowed
H A Dmenu.tex238 Adds a radio item to the end of the menu. All consequent radio items form a
382 First form: menu item identifier, or {\tt wxNOT\_FOUND} if none is found.
384 Second form: returns the menu item object, or NULL if it is not found.
H A Dtsamples.tex150 a Web server accepting form uploads, otherwise
492 the raw form using the {\tt EVT\_KEY\_UP} and {\tt EVT\_KEY\_DOWN} macros and the
552 see the radio toolbar buttons in action: the first three buttons form a radio
H A Dcolour.tex173 When using third form, Set() accepts: colour names (those listed in \helpref{wxTheColourDatabase}{wxcolourdatabase}), the CSS-like \texttt{``RGB(r,g,b)"} syntax (case insensitive) and the HTML-like syntax (i.e. \texttt{``\#"} followed by 6 hexadecimal digits for red, green, blue components).
H A Ddc.tex676 The text extent is returned in {\it w} and {\it h} pointers (first form) or as
677 a \helpref{wxSize}{wxsize} object (second form).
806 The text extent is returned in {\it w} and {\it h} pointers (first form) or as
807 a \helpref{wxSize}{wxsize} object (second form).
H A Dftp.tex309 The form of the list can change from one peer system to another. For example,
H A Dpen.tex137 If the named colour form is used, an appropriate {\bf wxColour} structure
H A Dsettings.tex155 where it would otherwise present the information only in audible form; zero otherwise.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
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=setTimeout(function(){r=true;C(u)},j.timeout)}var i=[];try{if(j.extraData){for(var k in j.extraData){i.push(a('<input type="hidden" name="'+k+'" />').attr("value",j.extraData[k]).appendTo(f)[0])}}if(!j.iframeTarget){m.appendTo("body");n.attachEvent?n.attachEvent("onload",C):n.addEventListener("load",C,false)}setTimeout(h,15);f.submit()}finally{f.setAttribute("action",e);if(c){f.setAttribute("target",c)}else{g.removeAttr("target")}a(i).remove()}}function w(a){var b=a.contentWindow?a.contentWindow.document:a.contentDocument?a.contentDocument:a.document;return b}var f=g[0],h,i,j,k,l,m,n,o,p,q,r,s;var t=!!a.fn.prop;if(e){if(t){for(i=0;i<e.length;i++){h=a(f[e[i].name]);h.prop("disabled",false)}}else{for(i=0;i<e.length;i++){h=a(f[e[i].name]);h.removeAttr("disabled")}}}if(a(":input[name=submit],:input[id=submit]",f).length){alert('Error: Form elements must not have name or id of "submit".');return}j=a.extend(true,{},a.ajaxSettings,c);j.context=j.context||j;l="jqFormIO"+(new Date).getTime();if(j.iframeTarget){m=a(j.iframeTarget);q=m.attr("name");if(q==null)m.attr("name",l);else l=q}else{m=a('<iframe name="'+l+'" src="'+j.iframeSrc+'" />');m.css({position:"absolute",top:"-1000px",left:"-1000px"})}n=m[0];o={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(c){var d=c==="timeout"?"timeout":"aborted";b("aborting upload... "+d);this.aborted=1;m.attr("src",j.iframeSrc);o.error=d;j.error&&j.error.call(j.context,o,d,c);k&&a.event.trigger("ajaxError",[o,j,d]);j.complete&&j.complete.call(j.context,o,d)}};k=j.global;if(k&&!(a.active++)){a.event.trigger("ajaxStart")}if(k){a.event.trigger("ajaxSend",[o,j])}if(j.beforeSend&&j.beforeSend.call(j.context,o,j)===false){if(j.global){a.active--}return}if(o.aborted){return}p=f.clk;if(p){q=p.name;if(q&&!p.disabled){j.extraData=j.extraData||{};j.extraData[q]=p.value;if(p.type=="image"){j.extraData[q+".x"]=f.clk_x;j.extraData[q+".y"]=f.clk_y}}}var u=1;var v=2;if(j.forceSync){x()}else{setTimeout(x,10)}var y,z,A=50,B;var D=a.parseXML||function(a,b){if(window.ActiveXObject){b=new ActiveXObject("Microsoft.XMLDOM");b.async="false";b.loadXML(a)}else{b=(new DOMParser).parseFromString(a,"text/xml")}return b&&b.documentElement&&b.documentElement.nodeName!="parsererror"?b:null};var E=a.parseJSON||function(a){return window["eval"]("("+a+")")};var F=function(b,c,d){var e=b.getResponseHeader("content-type")||"",f=c==="xml"||!c&&e.indexOf("xml")>=0,g=f?b.responseXML:b.responseText;if(f&&g.documentElement.nodeName==="parsererror"){a.error&&a.error("parsererror")}if(d&&d.dataFilter){g=d.dataFilter(g,c)}if(typeof g==="string"){if(c==="json"||!c&&e.indexOf("json")>=0){g=E(g)}else if(c==="script"||!c&&e.indexOf("javascript")>=0){a.globalEval(g)}}return g}}if(!this.length){b("ajaxSubmit: skipping submit process - no element selected");return this}var d,e,f,g=this;if(typeof c=="function"){c={success:c}}d=this.attr("method");e=this.attr("action");f=typeof e==="string"?a.trim(e):"";f=f||window.location.href||"";if(f){f=(f.match(/^([^#]+)/)||[])[1]}c=a.extend(true,{url:f,success:a.ajaxSettings.success,type:d||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},c);var h={};this.trigger("form-pre-serialize",[this,c,h]);if(h.veto){b("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(c.beforeSerialize&&c.beforeSerialize(this,c)===false){b("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var i=c.traditional;if(i===undefined){i=a.ajaxSettings.traditional}var j,k,l,m=this.formToArray(c.semantic);if(c.data){c.extraData=c.data;j=a.param(c.data,i)}if(c.beforeSubmit&&c.beforeSubmit(m,this,c)===false){b("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[m,this,c,h]);if(h.veto){b("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}var n=a.param(m,i);if(j)n=n?n+"&"+j:j;if(c.type.toUpperCase()=="GET"){c.url+=(c.url.indexOf("?")>=0?"&":"?")+n;c.data=null}else{c.data=n}var o=[];if(c.resetForm){o.push(function(){g.resetForm()})}if(c.clearForm){o.push(function(){g.clearForm(c.includeHidden)})}if(!c.dataType&&c.target){var p=c.success||function(){};o.push(function(b){var d=c.replaceTarget?"replaceWith":"html";a(c.target)[d](b).each(p,arguments)})}else if(c.success){o.push(c.success)}c.success=function(a,b,d){var e=c.context||c;for(var f=0,h=o.length;f<h;f++){o[f].apply(e,[a,b,d||g,g])}};var q=a("input:file",this).length>0;var r="multipart/form-data";var s=g.attr("enctype")==r||g.attr("encoding")==r;if(c.iframe!==false&&(q||c.iframe||s)){if(c.closeKeepAlive){a.get(c.closeKeepAlive,function(){u(m)})}else{u(m)}}else{if(a.browser.msie&&d=="get"&&typeof c.type==="undefined"){var t=g[0].getAttribute("method");if(typeof t==="string")c.type=t}a.ajax(c)}this.trigger("form-submit-notify",[this,c]);return this};a.fn.ajaxForm=function(c){if(this.length===0){var d={s:this.selector,c:this.context};if(!a.isReady&&d.s){b("DOM not ready, queuing ajaxForm");a(function(){a(d.s,d.c).ajaxForm(c)});return this}b("terminating; zero elements found by selector"+(a.isReady?"":" (DOM not ready)"));return this}return this.ajaxFormUnbind().bind("submit.form
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddo_func.S7 | The opcode and tag bits form an index into a jump table in
14 | and combined to form the table index. The function called
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
380 point_conversion_form_t form)
382 group->asn1_form = form;
379 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lib.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
380 point_conversion_form_t form)
382 group->asn1_form = form;
379 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S163 .long 0x02000190,0x60000050 # They form the continuation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h363 * I #defined all of them (grabbed form MSDN)
999 UNISTR guid; /* text form of printer guid */
1902 FORM form; member in struct:spool_q_addform
1918 FORM form; member in struct:spool_q_setform
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex45 packed form, these codebooks occupy only a few kilobytes; the extent
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
65 that provides free-form framing, sync, positioning and error correction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c6137 if(!smb_io_unistr2("form name", &q_u->name, True, ps, depth))
6181 if(!spoolss_io_addform("", &q_u->form, useless_ptr, ps, depth))
6232 if(!spoolss_io_addform("", &q_u->form, useless_ptr, ps, depth))
7306 int level, FORM *form)
7311 memcpy(&q_u->form, form, sizeof(FORM));
7321 int level, const char *form_name, FORM *form)
7326 memcpy(&q_u->form, form, sizeof(FORM));
7337 const char *form)
7305 make_spoolss_q_addform(SPOOL_Q_ADDFORM *q_u, POLICY_HND *handle, int level, FORM *form) argument
7320 make_spoolss_q_setform(SPOOL_Q_SETFORM *q_u, POLICY_HND *handle, int level, const char *form_name, FORM *form) argument
7336 make_spoolss_q_deleteform(SPOOL_Q_DELETEFORM *q_u, POLICY_HND *handle, const char *form) argument
[all...]

Completed in 199 milliseconds

1234567891011