/plugin/evesso/classes/ |
H A D | AbstractAdapter.php | 142 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 165 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 187 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/struct/syntax/ |
H A D | value.php | 76 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 118 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
H A D | cloud.php | 74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
H A D | list.php |
|
H A D | table.php | 83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structat/syntax/ |
H A D | table.php | 85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/bez/syntax/ |
H A D | struct.php | 67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structtemplate/meta/ |
H A D | StructTemplateSyntax.php | 109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/combo/ComboStrap/ |
H A D | ExceptionReporter.php | 28 return str_replace("\n", "<br/>", $this->e->getTraceAsString());
|
/plugin/struct/action/ |
H A D | ajax.php | 49 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/issuelinks/helper/ |
H A D | util.php | 77 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structgroupby/syntax/ |
H A D | one.php | 88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/oauth/ |
H A D | helper.php | 131 $msg .= hsc($e->getTraceAsString());
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Consistency.php | 294 public function getTraceAsString(); function
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | MongoDBFormatter.php | 122 $formattedException['trace'] = $exception->getTraceAsString();
|
H A D | LineFormatter.php | 212 $str .= "\n[stacktrace]\n" . $e->getTraceAsString() . "\n";
|
/plugin/sentry/ |
H A D | helper.php | 132 $html .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
|
/plugin/prosemirror/action/ |
H A D | ajax.php | 164 $errorMsg .= '<pre>' . $e->getTraceAsString() . '</pre>';
|
/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Base.php | 194 $this->logMessage('debug', $error->getTraceAsString());
|
/plugin/gtime/action/ |
H A D | timestamp.php | 76 error_log($exception->getTraceAsString());
|
/plugin/fetchmedia/action/ |
H A D | ajax.php | 55 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/watchcycle/ |
H A D | action.php | 212 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/combo/ |
H A D | cli.php | 239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 285 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString()))); 297 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 279 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString()))); 291 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
|