Home
last modified time | relevance | path

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

123

/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/webdav/vendor/sabre/http/lib/
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/botmon/
H A Dclient.js47 throw new Error(response.status + ' ' + response.statusText + ' - ' + url);
70 throw new Error(response.status + ' ' + response.statusText + ' - ' + url);
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js67 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
87 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js75 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
88 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js86 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
107 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/issuelinks/script/
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;
DajaxUtil.js31 console.error(jqXHR.status + ' ' + jqXHR.statusText);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js90 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
117 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/imgpaste/
Dscript.js133 throw new Error(response.statusText);
160 throw new Error(response.statusText);
/plugin/confmanager/
Djquery.form.js335 statusText: 'n/a', property
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/
Dabcweb-1.js137 alert('Error getting '+fn+'\n'+r.statusText)
140 alert('Error getting '+fn+'\n'+r.statusText)
/plugin/remotescript/lib/JsHttpRequest/debug/
DJsHttpRequest-script.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
DJsHttpRequest-xml.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
DJsHttpRequest-script-xml.js17 t.statusText = "OK";
297 status = statusText = responseJS = null;
/plugin/remotescript/lib/JsHttpRequest/mini/
DJsHttpRequest-script.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
DJsHttpRequest-xml.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
DJsHttpRequest-script-xml.js16 t.statusText="OK";
228 status=statusText=responseJS=null;
/plugin/tagging/script/
H A Dadmin.js39 … var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
/plugin/chat/
Dtw-sack.js158 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/fckg/fckeditor/editor/dialog/
Dtw-sack.js157 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/fckg/fckeditor/
Dtw-sack.js157 self.responseStatus[1] = self.xmlhttp.statusText;
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js120 this.statusText = null
545 this.statusText = ''
/plugin/dokullm/
H A Dscript.js353 …hrow new Error(`Network response was not ok: ${response.status} ${response.statusText} - ${text}`);
703 …hrow new Error(`Network response was not ok: ${response.status} ${response.statusText} - ${text}`);
1110 …hrow new Error(`Network response was not ok: ${response.status} ${response.statusText} - ${text}`);

123