Home
last modified time | relevance | path

Searched refs:statusText (Results 1 – 25 of 67) sorted by relevance

123

/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/davcal/vendor/sabre/http/lib/
H A DResponse.php95 protected $statusText; variable in Sabre\\HTTP\\Response
134 return $this->statusText;
156 … $statusText = isset(self::$statusCodes[$status]) ? self::$statusCodes[$status] : 'Unknown';
161 $statusText
169 $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 + ')' ) ;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js86 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
107 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/issuelinks/script/
H A Dadmin_repo.js38 $this.text(jqXHR.status + ' ' + jqXHR.statusText + '!');
150 const statusText = LANG.plugins.issuelinks['status:' + data.status];
151 … const progressText = '' + count + '/' + total + ' (' + percent + ' %) ' + statusText;
H A DajaxUtil.js31 console.error(jqXHR.status + ' ' + jqXHR.statusText);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/confmanager/
H A Djquery.form.js335 statusText: 'n/a', property in $.fn.ajaxSubmit.xhr
573 xhr.statusText = docRoot.getAttribute('statusText') || xhr.statusText;
585 xhr.statusText = ta.getAttribute('statusText') || xhr.statusText;
636 errMsg = xhr.statusText;
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js137 alert('Error getting '+fn+'\n'+r.statusText)
140 alert('Error getting '+fn+'\n'+r.statusText)
/plugin/tagging/script/
H A Dadmin.js39 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
H A DJsHttpRequest-xml.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
H A DJsHttpRequest-script-xml.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
H A DJsHttpRequest-form.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-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-script-xml.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest-form.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
H A DJsHttpRequest.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
/plugin/chat/
H A Dtw-sack.js158 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js157 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/fckg/fckeditor/
H A Dtw-sack.js157 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js16 t.statusText="OK";
228 status=statusText=responseJS=null;

123