Home
last modified time | relevance | path

Searched refs:error (Results 51 – 75 of 1814) sorted by last modified time

12345678910>>...73

/plugin/tagging/less/
H A Deditable.less52 .editable-error-block {
60 .editable-error-block.ui-state-error {
64 .editable-error {
/plugin/tagging/script/
H A Deditable.js80 '<div class="editable-error-block"></div>' +
170 error: function(msg) { method in EditableForm
172 this.$form.find('.editable-error-block').removeClass('ui-state-error').empty().hide();
174 this.$form.find('.editable-error-block').addClass('ui-state-error').html(msg).show();
204 if (response.status === 'error') {
208 this.error(false);
219 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
221 this.error(ms
[all...]
/plugin/confmanager/
H A Djquery.form.js350 xhr.error = e;
351 if (s.error)
352 s.error.call(s.context, xhr, e, status);
608 xhr.error = errMsg = (e || status);
614 xhr.error = errMsg = (e || status);
637 if (s.error)
638 s.error.call(s.context, xhr, status, errMsg);
689 if ($.error)
690 $.error('parsererror');
H A Dscript.js211 error : onError property in AnonymousFunction9634004d0d00.options
243 error : delete_image_failed
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37 error: '#N/A'
40 error: '#REF!'
43 error: '#NAME?'
46 error: '#DIV/0!'
49 error: '#NULL!'
52 error: '#VALUE!'
55 error: '#NUM!'
42146 return { error: true, value: error };
53158 error: function error(e) {
74454 var error;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js899 self.error(e);
1006 zipFileWorker.error(e);
1201 self.error(e);
1699 worker.error(e);
2157 self.error(e);
2314 error : function (e) { method in GenericWorker
2400 self.error(e);
2647 this._worker.error(e);
4161 result.error(e);
4434 self.outcome = error;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5798 case 'cy': case 'error':
6313 if(target !== blob.l) throw new Error("Slurp error");
6326 /* [MS-XLS] 2.5.10 Bes (boolean or error) */
12852 case 0x10: /* SerErr -- error */
13260 console.error("Cannot hydrate range", start, end);
15704 /* error string in .w, number in .v */
18465 case 'error' /*case 'Error'*/: break;
19364 //console.error(R,blob.l,length,blob.length);
21929 default: NF += "dd"; break; // TODO: error condition
21956 default: NF += "hh"; break; // TODO: error condition
[all …]
/plugin/dev/
H A Dcli.php130 $this->error('Unknown command');
213 $this->error($path . ' already exists');
287 $this->error($e->getMessage());
/plugin/structtasks/
H A Dcli.php66 if ($verbose) $this->error($this->getLang('msg_no_auth'));
75 if ($verbose) $this->error(
/plugin/bibtex4dw/
H A DTODO.md26 ## Better error handling
/plugin/imapmarkers/
H A Djquery.imagemapster.js120 $.error('Method ' + method + ' does not exist on jQuery.mapster');
H A Dscript.js105 } catch (e) { console.error("plugin:imapmarkers: EXCEPTION=" + e); }
175 } catch (e) { console.error("plugin:imapmarkers: EXCEPTION=" + e); }
289 console.error("plugin:imapmarkers: " + msg);
361 } catch (e) { console.error("plugin:imapmarkers: EXCEPTION=" + e); }
441 } catch (e) { console.error("plugin:imapmarkers: EXCEPTION=" + e); }
452 console.error("plugin:imapmarkers: jQuery is undefined!");
/plugin/recommend/
H A Dscript.js89 … console.error(result.responseJSON.error + "\n" + result.responseJSON.stacktrace);
91 alert(result.responseJSON.error);
/plugin/bureaucracy/helper/
H A Dfieldmultiselect.php44 if ($this->error) {
H A Dfieldradio.php41 if ($this->error) {
H A Dfield.php25 protected $error = false; variable in helper_plugin_bureaucracy_field
154 if ($this->error) {
287 $this->error = false;
290 $this->error = true;
292 return !$this->error;
H A Dfieldselect.php44 if ($this->error) {
/plugin/gitbacked/
H A DCHANGELOG.md109 - Extended to send error messages to a configurable eMail address - implements [#53]
112 - Added localizations for error messages
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php10 * messages regardless of the error level has to implement.
67 public function error($message, array $context = array()) function in Psr\\Log\\AbstractLogger
H A DLoggerTrait.php11 * messages regardless of the error level has to implement.
68 public function error($message, array $context = array()) function
H A DLoggerInterface.php66 public function error($message, array $context = array()); function
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md45 $this->logger->error('Oh no!', array('exception' => $exception));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php26033 $error = error_get_last();
26034 if ($error && $error['message'] === 'iconv(): Detected an illegal character in input string') {
26045 $this->logger->error($err, ['context' => LogContext::UTF8]);
H A DRemoteContentFetcher.php67 $message = sprintf('cURL error: "%s"', curl_error($ch));
68 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
77 $message = sprintf('HTTP error: %d', $info['http_code']);
78 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
114 $this->logger->error(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md144 - HTML output of error messages and debugs
168 - `MpdfException` now extends `ErrorException` to allow specifying place in code where error occured
239 - Fix PHP7 Fatal error: `'break' not in the 'loop' or 'switch' context` (002bb8a)
360 - Gradients in Imported documents (mPDFI) causing error in some browsers
361 - Fatal error after page-break-after:always on root level block element
364 - error accessing local .css files with dummy queries (cache-busting) e.g. mpdfstyleA4.css?v=2.0.18.9
366 - error thrown when open.basedir restriction in effect (deleting temporary files)
409 - error if script run across date change at midnight
415 - instance of preg_replace with /e modifier causing error in PHP 5.5
425 - background images using data:image\/(jpeg|gif|png);base64 format - error whe
[all...]

12345678910>>...73