Home
last modified time | relevance | path

Searched refs:fatalErrors (Results 1 – 25 of 72) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/assertions/internal/oglemock/
H A Dcontroller_test.go37 fatalErrors []errorReport member
47 r.fatalErrors = append(r.fatalErrors, report)
99 ExpectEq(0, len(t.reporter.fatalErrors))
113 AssertEq(0, len(t.reporter.fatalErrors))
125 ExpectEq(0, len(t.reporter.fatalErrors))
135 AssertEq(1, len(t.reporter.fatalErrors))
137 report := t.reporter.fatalErrors[0]
154 report := t.reporter.fatalErrors[0]
172 report := t.reporter.fatalErrors[0]
192 report := t.reporter.fatalErrors[0]
[all …]
H A Dinternal_expectation_test.go152 AssertEq(1, len(t.reporter.fatalErrors))
155 r := t.reporter.fatalErrors[0]
167 AssertEq(1, len(t.reporter.fatalErrors))
170 r := t.reporter.fatalErrors[0]
182 AssertEq(1, len(t.reporter.fatalErrors))
185 r := t.reporter.fatalErrors[0]
200 r := t.reporter.fatalErrors[0]
215 r := t.reporter.fatalErrors[0]
229 r := t.reporter.fatalErrors[0]
245 r := t.reporter.fatalErrors[0]
[all …]
H A Dintegration_test.go48 t.reporter.fatalErrors = make([]errorReport, 0)
64 AssertEq(0, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
110 AssertEq(0, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
120 AssertEq(1, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
122 r := t.reporter.fatalErrors[0]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/assertions/internal/oglemock/
H A Dcontroller_test.go37 fatalErrors []errorReport member
47 r.fatalErrors = append(r.fatalErrors, report)
99 ExpectEq(0, len(t.reporter.fatalErrors))
113 AssertEq(0, len(t.reporter.fatalErrors))
125 ExpectEq(0, len(t.reporter.fatalErrors))
135 AssertEq(1, len(t.reporter.fatalErrors))
137 report := t.reporter.fatalErrors[0]
154 report := t.reporter.fatalErrors[0]
172 report := t.reporter.fatalErrors[0]
192 report := t.reporter.fatalErrors[0]
[all …]
H A Dinternal_expectation_test.go152 AssertEq(1, len(t.reporter.fatalErrors))
155 r := t.reporter.fatalErrors[0]
167 AssertEq(1, len(t.reporter.fatalErrors))
170 r := t.reporter.fatalErrors[0]
182 AssertEq(1, len(t.reporter.fatalErrors))
185 r := t.reporter.fatalErrors[0]
200 r := t.reporter.fatalErrors[0]
215 r := t.reporter.fatalErrors[0]
229 r := t.reporter.fatalErrors[0]
245 r := t.reporter.fatalErrors[0]
[all …]
H A Dintegration_test.go48 t.reporter.fatalErrors = make([]errorReport, 0)
64 AssertEq(0, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
110 AssertEq(0, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
120 AssertEq(1, len(t.reporter.fatalErrors), "%v", t.reporter.fatalErrors)
122 r := t.reporter.fatalErrors[0]
/dports/lang/sdcc/sdcc-4.0.0/sdas/xa51/
H A Dxa_link.c104 int fatalErrors=0; variable
296 fatalErrors++; in addToDefs()
318 fatalErrors++; in syntaxError()
393 fatalErrors++; in readModule()
439 fatalErrors++; in readModule()
464 fatalErrors++; in readModule()
515 fatalErrors++; in relocate()
611 fatalErrors++; in relocate()
623 fatalErrors++; in relocate()
656 fatalErrors++; in relocate()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h124 CelestiaCore* appCore(FatalErrors fatalErrors = NoErrors);
127 FatalErrors fatalErrors = AllErrors,
131 FatalErrors fatalErrors = AllErrors,
134 FatalErrors fatalErrors = AllErrors,
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h124 CelestiaCore* appCore(FatalErrors fatalErrors = NoErrors);
127 FatalErrors fatalErrors = AllErrors,
131 FatalErrors fatalErrors = AllErrors,
134 FatalErrors fatalErrors = AllErrors,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/conductor/
H A Dhooks.ts176 fatalErrors.push(message);
305 console.log(' Fatal errors: ' + fatalErrors.length);
306 if (fatalErrors.length) {
307 throw new Error('Fatal errors logged:\n' + fatalErrors.join('\n'));
311 export const fatalErrors: string[] = []; constant
/dports/www/bolt/bolt-2.2.24/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php41 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
153 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
173 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php42 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/deskutils/egroupware/egroupware/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php43 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/finance/prestashop/prestashop/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php42 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
157 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
184 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/elgg/elgg-3.3.23/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php42 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/phpmyfaq/phpmyfaq/src/libs/monolog/src/Monolog/
H A DErrorHandler.php42 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
157 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
184 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/matomo/piwik/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php42 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php43 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/Monolog/
H A DErrorHandler.php43 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php43 …private static $fatalErrors = array(E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR); variable in Monolog\\ErrorHandler
158 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
185 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/monolog/monolog/src/Monolog/
H A DErrorHandler.php41 private static $fatalErrors = [E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR]; variable in Monolog\\ErrorHandler
188 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
214 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php41 private static $fatalErrors = [E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR]; variable in Monolog\\ErrorHandler
188 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
214 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php41 private static $fatalErrors = [E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR]; variable in Monolog\\ErrorHandler
188 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
214 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/monolog/monolog/src/Monolog/
H A DErrorHandler.php41 private static $fatalErrors = [E_ERROR, E_PARSE, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR]; variable in Monolog\\ErrorHandler
188 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
214 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dsslui.cpp31 const QList<QSslError> fatalErrors = KSslCertificateManager::nonIgnorableErrors(ud->sslErrors); in askIgnoreSslErrors() local
32 if (!fatalErrors.isEmpty()) { in askIgnoreSslErrors()

123