/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | WildfireFormatter.php | 75 $handleError = false; 78 $handleError = true; 82 $handleError = true; 106 ], $handleError);
|
/plugin/combo/ComboStrap/ |
H A D | PermalinkTag.php | 49 return self::handleError( 63 return self::handleError( 94 return self::handleError($errorMessage, $strict, $callStack); 117 return self::handleError( 126 public static function handleError(string $errorMessage, bool $strict, CallStack $callStack): array function in ComboStrap\\PermalinkTag
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.pl | 73 open ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\n$!" ) and return; 98 close ASPELL or handleError( "Error executing `$cmd`\\n$unhandledText" ) and return; 107 sub handleError { subroutine
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.pl | 75 open ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\n$!" ) and return; 100 close ASPELL or handleError( "Error executing `$cmd`\\n$unhandledText" ) and return; 109 sub handleError { subroutine
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 359 editorUi.handleError(e); 374 editorUi.handleError(e); 474 editorUi.handleError(); 495 editorUi.handleError(e); 824 this.handleError(e); 971 this.handleError(e, mxResources.get('errorLoadingFile')); 1000 this.handleError(err); 1080 this.handleError(e, mxResources.get('errorLoadingFile')); 1234 this.ui.handleError({message: mxResources.get('fileNotFound')}); 1620 this.handleError(resp, mxResources.get('errorSavingFile')); [all …]
|
H A D | App.js | 122 this.handleError(message); 3485 this.handleError(e); 3768 this.handleError(e); 3878 this.handleError(e); 3940 this.handleError(e); 4048 this.handleError(e); 4394 this.handleError(e); 4725 this.handleError(resp); 4829 this.handleError(e); 4991 this.handleError(resp); [all …]
|
H A D | Menus.js | 638 editorUi.handleError(err); 1049 editorUi.handleError(e); 1072 editorUi.handleError(e); 1105 editorUi.handleError(e); 1260 editorUi.handleError(e); 1766 editorUi.handleError(e); 1802 editorUi.handleError(e); 1821 editorUi.handleError(e); 2083 editorUi.handleError(err); 2105 editorUi.handleError(err); [all …]
|
H A D | DrawioClient.js | 157 this.ui.handleError(e);
|
H A D | DropboxClient.js | 784 this.ui.handleError(e); 806 this.ui.handleError(e); 896 this.ui.handleError(e); 965 this.ui.handleError({message: mxResources.get('serviceUnavailableOrBlocked')});
|
H A D | EditorUi.js | 2053 this.handleError(e); 2060 this.handleError(e); 4635 this.handleError(e); 5196 this.handleError(e); 6932 this.handleError(e); 7072 this.handleError(e); 7205 this.handleError(e); 7369 this.handleError(e); 7428 this.handleError(e); 10583 this.handleError(e); [all …]
|
H A D | LocalFile.js | 273 …this.ui.handleError({message: mxResources.get('drawingTooLarge')}, mxResources.get('error'), mxUti…
|
H A D | DriveClient.js | 2220 this.ui.handleError(e); 2336 this.ui.handleError(e); 2343 this.ui.handleError(e); 2481 this.ui.handleError(e); 2572 this.ui.handleError(e);
|
H A D | GitHubClient.js | 899 this.ui.handleError(err, null, mxUtils.bind(this, function() 1252 this.ui.handleError({message: mxResources.get('fileNotFound')}); 1259 this.ui.handleError({message: mxResources.get('invalidName')});
|
H A D | Dialogs.js | 579 editorUi.handleError(resp, null, function() 1960 editorUi.handleError(e); 1999 editorUi.handleError(e); 4056 editorUi.handleError(e); 5896 editorUi.handleError(e); 6172 editorUi.handleError(e); 7129 ui.handleError(e); 7232 ui.handleError(e); 7264 ui.handleError(e); 7325 ui.handleError(e); [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | update.js | 163 editorUi.handleError({message: mxResources.get('error') + ' ' + 169 editorUi.handleError(err);
|
H A D | replay.js | 261 ui.handleError(e);
|
H A D | tickets.js | 388 ui.handleError({message: err.message});
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | ErrorHandler.php | 44 public static function handleError($errno, $errstr, $errfile, $errline) function in PHPUnit_Util_ErrorHandler
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Toolbar.js | 600 this.editorUi.handleError(e); 613 this.editorUi.handleError(e); 628 this.editorUi.handleError(e); 642 this.editorUi.handleError(e); 655 this.editorUi.handleError(e); 668 this.editorUi.handleError(e);
|
H A D | Menus.js | 720 this.editorUi.handleError(e); 740 this.editorUi.handleError(e); 762 this.editorUi.handleError(e); 786 this.editorUi.handleError(e); 806 this.editorUi.handleError(e); 826 this.editorUi.handleError(e);
|
/plugin/jplayer/vendor/symfony/process/Pipes/ |
H A D | AbstractPipes.php | 178 public function handleError($type, $msg) function in Symfony\\Component\\Process\\Pipes\\AbstractPipes
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | AbstractPipes.php | 176 public function handleError(int $type, string $msg) function in Symfony\\Component\\Process\\Pipes\\AbstractPipes
|
/plugin/bugzillaint/ |
H A D | script.js | 34 .fail( handleError ); 37 function handleError( a ) { function
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 1314 this.editorUi.handleError(res); 1325 this.editorUi.handleError(e); 1336 this.editorUi.handleError({message: mxResources.get('unknownError')}); 1342 this.editorUi.handleError(e); 1403 this.editorUi.handleError(e);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | ErrorHandler.php | 213 …public function handleError(int $code, string $message, string $file = '', int $line = 0, ?array $… function in Monolog\\ErrorHandler
|