Home
last modified time | relevance | path

Searched refs:contentType (Results 126 – 129 of 129) sorted by last modified time

123456

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1363 contentType: 'application/x-www-form-urlencoded', property in AnonymousFunction87f8306d4200.options
1447 headers['Content-type'] = this.options.contentType +
1497 var contentType = response.getHeader('Content-type');
1499 || (this.options.evalJS && this.isSameOrigin() && contentType
1500 && contentType.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i)))
/plugin/jquery/
H A Djquery-1.4.2.min.js123 global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,…
127 …d):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.con…
H A Djquery-1.4.2.js4938 contentType: "application/x-www-form-urlencoded",
5119 if ( s.data || origSettings && origSettings.contentType ) {
5120 xhr.setRequestHeader("Content-Type", s.contentType);
H A Dscript.js19contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return …

123456