Home
last modified time | relevance | path

Searched refs:responseText (Results 101 – 125 of 132) sorted by path

123456

/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js370 this.updateChoices(request.responseText);
677 var text = transport.responseText;
783 var js = transport.responseText.strip();
821 this._text = transport.responseText.strip();
919 alert('Error communication with the server: ' + transport.responseText.stripTags());
H A Dprototype.js1533 return eval((this.transport.responseText || '').unfilterJSON());
1564 this.responseText = String.interpret(transport.responseText);
1619 this.responseText.blank())
1622 return this.responseText.evalJSON(options.sanitizeJSON ||
1640 this.updateContent(response.responseText);
1647 updateContent: function(responseText) { argument
1651 if (!options.evalScripts) responseText = responseText.stripScripts();
1659 else options.insertion(receiver, responseText);
1661 else receiver.update(responseText);
1694 this.decay = (response.responseText == this.lastText ?
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js11886 var source = sourceMap[url] = xhr.responseText;
18690 responseText: null,
18769 self.responseText = xhrRequest.responseText;
18780 responseText: 1, property in AnonymousFunction7f0ac55719600.updateXHRPropertiesIgnore
18877 spy.responseText = xhrRequest.responseText;
19720 ] = file.responseText;
20052 responseText: data property in AnonymousFunction7f0ac5571b300.jsonData
20100 var text = file.responseText;
20352 return (typeof(file.responseText) != "undefined")? file.responseText :
21107 copyToClipboard(spy.responseText);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19 …d(c),g)}},c.load=function(a,b,d){c.ajax(a,function(a){var e=c.parse(a.responseText);d?b.call(d,e):…
H A Dsnap.svg.js2576 var f = Snap.parse(req.responseText);
/plugin/shell/
H A DP0wnyShell.js382 const responseJson = JSON.parse(xhr.responseText);
/plugin/siteexport/
H A Dscript.js45 _.errorLog(jqXHR.responseText);
82 _.errorLog(jqXHR.responseText);
121 _.status(jqXHR.responseText.replace("\n", "<br/>"));
220 _.errorLog(jqXHR.responseText);
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1297 var selData = xmlHttp.responseText;
1326 var selData = xmlHttp.responseText;
1362 var res = historyQuery.responseText;
1587 debug(xmlHttp.responseText);
1613 debug(xmlHttp.responseText);
1634 debug(xmlHttp.responseText);
H A Di18next-1.7.2.min.js5 !function(){function a(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function b(a,b,c){var d,e=0,f=a.length,g=void 0===f||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function c(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return I[a]}):a}function d(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(192|d>>6),b+=String.fromCharCode(128|63&d)):(b+=String.fromCharCode(224|d>>12),b+=String.fromCharCode(128|63&d>>6),b+=String.fromCharCode(128|63&d))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l<a.length);return k},f=function(){for(var a=arguments[0],b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}return a},g=function(a,d,e,h){"function"==typeof e&&(h=e,e={}),e.cache=e.cache||!1,e.data=e.data||{},e.headers=e.headers||{},e.jsonp=e.jsonp||!1,e.async=void 0===e.async?!0:e.async;var i,j=f({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},g.headers,e.headers);if(i="application/json"===j["content-type"]?JSON.stringify(e.data):c(e.data),"GET"===a){var k=[];if(i&&(k.push(i),i=null),e.cache||k.push("_="+(new Date).getTime()),e.jsonp&&(k.push("callback="+e.jsonp),k.push("jsonp="+e.jsonp)),k=k.join("&"),k.length>1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,l.appendChild(m),void 0}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=function(){if(4===c.readyState){var a=c.responseText||"";if(!h)return;h(c.status,{text:function(){return a},json:function(){return JSON.parse(a)}})}},c (…)
/plugin/stellarium/scripts/
H A Dstellarium.js20 var response = xhr.responseText;
/plugin/struct/script/
H A DAggregationEditor.js66 alert(xhr.responseText)
129 $errors.text(xhr.responseText).show();
H A DInlineEditor.js85 $errors.text(data.responseText).show();
H A Dfunctions.js25 alert(jQuery(result.responseText).text());
/plugin/structsection/lib/
H A Dbundle.js1 …ugin_structsection.rev=i.rev,u.remove()})).fail((function(e){a.text(e.responseText).show()}))})),l…
/plugin/structsection/script/
H A Dmain.js91 $errors.text(data.responseText).show();
/plugin/structstatus/
H A Dscript.js28 alert(jqXHR.responseText);
/plugin/supa/lib/
H A DSupa.js79 return xrequest.responseText;
/plugin/tablelayout/script/
H A Dlayoutform.js95 $layoutcontainer.html(jqXhr.responseText);
/plugin/tagging/script/
H A Dadmin.js39 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
H A Deditable.js219 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2611 var fDone=function(xmlhttp){f(eval("("+xmlhttp.responseText+")"),url);
2692 var fDone=function(xmlhttp){try{f(eval("("+xmlhttp.responseText+")"),url);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js68 …=document.location.href){source=internal.cache[uri]||lib.xhr.get(uri).responseText;internal.cache[…
71 ….objects.length;i<len;i++){var item=d.xhr.objects[i],response=item[1].responseText;if(Boolean(item…
H A Dfirebug-lite-1.2.js1541 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1637 response = item[1].responseText;
H A Dfirebug-lite-1.4.js1398 }else{if(type=="text"){return t.responseText
1399 }else{if(type=="html"){return t.responseText
1401 }else{if(type=="json"){return eval("("+t.responseText+")")
2960 var source=sourceMap[url]=xhr.responseText;
4987 self.responseText=xhrRequest.responseText;
5276 }}var jsonData={responseText:data}; property in AnonymousFunctionf1d9e84c1b100.jsonData
5289 },insertJSON:function(parentNode,file,context){var text=file.responseText;
5360 …esponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.responseTex…
5473 },copyResponse:function(spy){copyToClipboard(spy.responseText)
5531 if(responseText&&responseText.indexOf("{")==0){return true
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_gecko.js48 'Response text:\r\n' + oXmlHttp.responseText ) ;

123456