Home
last modified time | relevance | path

Searched refs:errorHandler (Results 1 – 19 of 19) sorted by relevance

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php308 $this->errorHandler->recoverInline($this);
314 $this->errorHandler->reportMatch($this);
319 $this->errorHandler->reportError($this, $exception);
320 $this->errorHandler->recover($this, $exception);
343 $this->errorHandler->reportError($this, $exception);
344 $this->errorHandler->recover($this, $exception);
368 $this->errorHandler->recoverInline($this);
374 $this->errorHandler->reportMatch($this);
379 $this->errorHandler->reportError($this, $exception);
380 $this->errorHandler->recover($this, $exception);
[all …]
/plugin/batchedit/
Dserver.js21 function errorHandler(status, message) { function
40 errorHandler('invalid_data', 'Invalid data type');
45 errorHandler(data['error'], data['message']);
54 errorHandler(transaction + '_failed', message);
/plugin/asciidocjs/node_modules/yargs/build/lib/utils/
Dmaybe-async-result.js2 export function maybeAsyncResult(getResult, resultHandler, errorHandler = (err) => { argument
12 return errorHandler(err);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php49 protected $errorHandler; variable in Antlr\\Antlr4\\Runtime\\Parser
123 $this->errorHandler = new DefaultErrorStrategy();
135 $this->errorHandler->reset($this);
180 $this->errorHandler->reportMatch($this);
184 $t = $this->errorHandler->recoverInline($this);
220 $this->errorHandler->reportMatch($this);
223 $t = $this->errorHandler->recoverInline($this);
412 return $this->errorHandler;
417 $this->errorHandler = $handler;
525 if ($this->errorHandler->inErrorRecoveryMode($this)) {
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js437 request = doRequest(newOptions, responseHandler).on('error', errorHandler)
499 const errorHandler = function errorHandler (error) { function
504 request = doRequest(options, responseHandler).on('error', errorHandler)
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
DDeprecationCollector.php84 public function errorHandler($type, $msg) function in Twig\\Util\\DeprecationCollector
/plugin/sentry/action/
Derrors.php159 public function errorHandler($type, $message, $file, $line) function in action_plugin_sentry_errors
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerMp3.as63 mySound.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
76 private function errorHandler(err:IOErrorEvent):void { method in happyworm.jPlayer.JplayerMp3
/plugin/html5video2/script/
Dvideo.min.js21errorHandler),n.endDocument()}},Qr.prototype={setTagName:function(e){if(!Nr.test(e))throw new Erro… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js8771 evaluate: function(expr, context, api, errorHandler) argument
8820 if (errorHandler)
8821 result = errorHandler(msg);
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js2101 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
2109 if(errorHandler){result=errorHandler(msg)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js2112 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
2120 if(errorHandler){result=errorHandler(msg)
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1errorHandler = new ErrorHandler();\nexport function onUnexpectedError(e) {\n // ignore errors f…
Djson.worker.js.map1errorHandler = new ErrorHandler();\nexport function onUnexpectedError(e) {\n // ignore errors f…
Dbundle.js.map1errorHandler = new ErrorHandler();\nexport function onUnexpectedError(e) {\n // ignore errors f…
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3 ….prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e},i.errorHandler=function(e){ret… function
/plugin/openlayersmap/ol/
Dol.js.map1errorHandler Error callback function.\n * @return {function():void} Callback to stop listening.\n …
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js76024 var handler = this.errorHandler;