Searched refs:httpError (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/ |
H A D | DestinationNotWorkingEvidence.php | 33 public $httpError; variable in Google\\Service\\RealTimeBidding\\DestinationNotWorkingEvidence 86 public function setHttpError($httpError) argument 88 $this->httpError = $httpError; 95 return $this->httpError;
|
/plugin/issuelinks/classes/ |
H A D | HTTPRequestException.php | 14 protected $httpError; variable in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException 22 $this->httpError = $httpClient->error; 27 parent::__construct($message, $this->getCode(), $this->httpError); 35 return $this->httpError;
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | en.js.4.9 | 5 …tpError403":"HTTP error occurred during file upload (403: Forbidden).","httpError":"HTTP error occ…
|
H A D | en.4.9.js.beautified | 294 "httpError": "HTTP error occurred during file upload (error status: %1).",
|
H A D | en.js-4.9.merged | 5 …tpError403":"HTTP error occurred during file upload (403: Forbidden).","httpError":"HTTP error occ…
|
/plugin/ckgedit/lang/ |
H A D | en.4.9.js.beautified | 294 "httpError": "HTTP error occurred during file upload (error status: %1).",
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | UPGRADING.md | 69 `GuzzleHttp\Middleware::httpError`
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js.unc | 17147 …oaded = b.uploadTotal, 200 > d.status || 299 < d.status) b.message = b.lang.filetools["httpError" + 17148 …d.status], b.message || (b.message = b.lang.filetools.httpError.replace("%1", d.status)), b.change…
|
H A D | ckeditor.js | 874 d.status],b.message||(b.message=b.lang.filetools.httpError.replace("%1",d.status)),b.changeStatus("…
|