Home
last modified time | relevance | path

Searched refs:statusText (Results 51 – 67 of 67) sorted by path

123

/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
H A DJsHttpRequest.js18 t.statusText = "OK";
298 status = statusText = responseJS = null;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest-script-xml.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest-script.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest-xml.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
/plugin/remotescript/
H A Dscript.js9statusText="OK";i.responseJS=null;i.caching=false;i.loader=null;i.session_name="PHPSESSID";i._ldOb…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1563 this.statusText = this.getStatusText();
1577 statusText: '',
1583 return this.transport.statusText || '';
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js5963 if (t.status != 200) return t.statusText;
18768 self.statusText = xhrRequest.statusText;
18783 statusText: 1, property in AnonymousFunction7f0ac55719600.updateXHRPropertiesIgnore
18870 "" : xhrRequest.status + " " + xhrRequest.statusText,
21054 if (spy.statusText)
21055 return text += spy.statusText;
/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_ajax/
H A Dsimile-ajax-bundle.js2589 }}else{if(D){D(A.statusText,A.status,A);
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2609 …nction(url,f){var fError=function(statusText,status,xmlhttp){alert("Failed to load json data from … argument
2689 var fError=function(statusText,status,xmlhttp){alert("Failed to load json data from "+url+"\n"+stat… argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1397 if(t.status!=200){return t.statusText
4986 self.statusText=xhrRequest.statusText;
4990 …echange:1,readyState:1,responseBody:1,responseText:1,responseXML:1,status:1,statusText:1,upload:1}; property in AnonymousFunctionf1d9e84c19400.updateXHRPropertiesIgnore
5012 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t…
5459 }if(spy.statusText){return text+=spy.statusText
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php95 protected $statusText; variable in Sabre\\HTTP\\Response
133 return $this->statusText;
155 … $statusText = isset(self::$statusCodes[$status]) ? self::$statusCodes[$status] : 'Unknown';
160 $statusText
168 $this->statusText = $statusText;
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js67 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
87 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;

123