Lines Matching refs:jsonp
3402 var jsonp, jsre = /=\?(&|$)/g, status, data,
3413 s.url += (s.url.match(/\?/) ? "&" : "?") + (s.jsonp || "callback") + "=?";
3415 s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
3421 jsonp = "jsonp" + jsc++;
3425 s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1");
3426 s.url = s.url.replace(jsre, "=" + jsonp + "$1");
3433 window[ jsonp ] = function(tmp){
3438 window[ jsonp ] = undefined;
3439 try{ delete window[ jsonp ]; } catch(e){}
3483 if ( !jsonp ) {
3601 if ( !jsonp )