Home
last modified time | relevance | path

Searched refs:errors (Results 176 – 200 of 414) sorted by relevance

12345678910>>...17

/plugin/showphperrors/
H A DREADME3 Small plugin to show php errors without changing php.ini file. Intended for development
/plugin/sentry/
H A DREADME3 Log errors with sentry
/plugin/aceeditor/
H A DNEWS74 * Fixed errors in toolbar buttons
80 * Notify of errors in LaTeX preview
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md17 …* Fixed error handler signature to accept a null $context which happens with internal PHP errors (…
37 * Fixed compatibility with PHP 7.2 - 7.4 when experiencing PCRE errors (#1568)
216 * Added capture of stack traces to ErrorHandler when logging PHP errors
255 * Fixed fatal errors occurring when normalizing generators that have been fully consumed
263 …* Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1…
309 …* Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more g…
339 …* Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered …
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
350 * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only)
359 * Fixed curl errors being silently suppressed
[all …]
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php134 $this->badInput($this->errors->text("inputError", "invalid"), $this->errorDisplay);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php188 function &errors() { function in PHPUnit_TestResult
/plugin/note/
H A DCHANGES.md8 * fixed PHP7.0 signature errors
/plugin/codemirror/dist/modes/
H A Dz80.min.js.map1errors","numbers","startState","context","token","stream","state","column","eatSpace","w","eatWhil…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php292 function SynchronizeAllTags($filename, $synchronizefrom='all', $synchronizeto='A12', &$errors) { argument
336 $errors = $tagwriter->errors;
339 $errors = $tagwriter->errors;
1013 $errors = array(); variable
1014 if (SynchronizeAllTags($_REQUEST['filename'], $_REQUEST['synchronizetagsfrom'], 'A12', $errors)) {
1017 echo '<li>Tag writing had errors: <ul><li>'.implode('</li><li>', $errors).'</li></ul></li>';
1302 $errors = array(); variable
1303 if (SynchronizeAllTags($row['filename'], $autofixforcesource, $TagsToSynch, $errors)) {
1310 …e='.urlencode($row['filename'])).'" title="'.htmlentities(implode("\n", $errors), ENT_QUOTES).'">'…
H A Ddemo.write.php101 …yle="background-color: #FF9999; padding: 10px;">'.implode('<br><br>', $tagwriter->errors).'</div>';
/plugin/yearbox/
H A DCHANGELOG.md10 * resolve PHP 8 errors ([bfa3776](https://github.com/micgro42/yearbox/commit/bfa377637c567179d2593b…
/plugin/xtern/
H A Dadmin.php111 foreach($reviews_ar as $id=>$errors) {
114 foreach($errors as $error) {
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md15 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
135 * Fixed: Clearing libxml errors after parsing.
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php35 $this->errors = new ERRORS();
52 return $this->errors->text("inputError", "missing");
55 return $this->errors->text("inputError", "invalid");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-junit.phpt20 …e="StatusTest" file="%s/StatusTest.php" tests="4" assertions="2" failures="1" errors="1" time="%s">
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md72 could trigger fatal generator errors.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php230 private $errors = []; variable in phpseclib3\\Net\\SSH2
1492 $this->errors[] = $data;
2478 $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . $message;
2738 $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE';
3719 $this->errors[] = "SSH_MSG_DEBUG: $message";
3772 $this->errors[] = "SSH_MSG_GLOBAL_REQUEST: $request_name";
4030 … $this->errors[] = "SSH_MSG_CHANNEL_REQUEST (exit-signal): $signal_name";
4032 $this->errors[count($this->errors) - 1] .= "\r\n$error_message";
4613 return $this->errors;
4624 $count = count($this->errors);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog38 * Fixed: image-related errors in PostScript output
58 * Fixed: notices/errors caused by missing images
130 PHP errors (introduced in 2.0.33)
314 parser errors
684 errors
985 in errors during the conversion process
1456 framrborder="1" cause PS errors
1590 cause errors
1634 pages causes PDFLIB errors
1644 encoding: utf-8 cause errors
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as20 1. Wired up errors to dispatch events to Jplayer events to allow them to bubble up to JS
273 /** Catches any netconnection net security errors
282 /** Catches any async errors
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md41 * Added logging for Twig errors in the extractor
/plugin/topbarsyntax/
H A Dcsshover3.htc74 // trycatch for various possible errors,
87 // trycatch for various errors, most likely accessing the sheet's rules,
88 // don't see how individual rules would throw errors, but you never know.
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php136 * We take over the errors and handle them after the below load
138 * https://www.php.net/manual/en/function.libxml-use-internal-errors.php
151 * While malformed HTML should load successfully, this function may generate E_WARNING errors
173 $errors = libxml_get_errors();
175 foreach ($errors as $error) {
205 * We clean the errors, otherwise
221 * We clean the known errors (otherwise they are added in a queue)
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1451 public $errors; variable in Google_JobStatus
1459 public function setErrors(/* array(Google_ErrorProto) */ $errors) { argument
1460 $this->assertIsArray($errors, 'Google_ErrorProto', __METHOD__);
1461 $this->errors = $errors;
1464 return $this->errors;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php667 $errors = $phpcsFile->getErrorCount();
669 if ($errors > 0) {
1907 $errors = $phpcsFile->getFixableCount();
1908 echo " ($errors fixable violations)".PHP_EOL;
1910 $errors = $phpcsFile->getErrorCount();
1912 echo " ($errors errors, $warnings warnings)".PHP_EOL;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc7 and 5xx errors are not considered retriable events, since the node returns an

12345678910>>...17