Home
last modified time | relevance | path

Searched refs:newErrors (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/widget/
H A DsfWidgetFormSchemaFormatter.class.php229 $newErrors = array();
235 …$newErrors = array_merge($newErrors, $this->unnestErrors($error, ($prefix ? $prefix.' > ' : '').$n…
250 …$newErrors[] = strtr($this->getNamedErrorRowFormatInARow(), array('%error%' => $err, '%name%' => (…
254 $newErrors[] = strtr($this->getErrorRowFormatInARow(), array('%error%' => $err));
259 return $newErrors;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker/
H A Derrors_test.go19 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
40 errors, err = newErrors(ctx, -time.Second, uint32(readThreshold), uint32(writeThreshold))
54 …errors, err := newErrors(ctx, 1*time.Second, uint32(readAndWriteThreshold), uint32(readAndWriteThr…
83 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
110 errors, err := newErrors(ctx, 10*time.Second, uint32(threshold), uint32(threshold))
H A Derrors.go31 func newErrors(ctx context.Context, errorWindow time.Duration, readThreshold, writeThreshold uint32… func
61 return newErrors(ctx, errorWindow, readThreshold, writeThreshold)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker/
H A Derrors_test.go19 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
40 errors, err = newErrors(ctx, -time.Second, uint32(readThreshold), uint32(writeThreshold))
54 …errors, err := newErrors(ctx, 1*time.Second, uint32(readAndWriteThreshold), uint32(readAndWriteThr…
83 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
110 errors, err := newErrors(ctx, 10*time.Second, uint32(threshold), uint32(threshold))
H A Derrors.go31 func newErrors(ctx context.Context, errorWindow time.Duration, readThreshold, writeThreshold uint32…
61 return newErrors(ctx, errorWindow, readThreshold, writeThreshold)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker/
H A Derrors_test.go19 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
40 errors, err = newErrors(ctx, -time.Second, uint32(readThreshold), uint32(writeThreshold))
54 …errors, err := newErrors(ctx, 1*time.Second, uint32(readAndWriteThreshold), uint32(readAndWriteThr…
83 errors, err := newErrors(ctx, time.Second, uint32(readThreshold), uint32(writeThreshold))
110 errors, err := newErrors(ctx, 10*time.Second, uint32(threshold), uint32(threshold))
H A Derrors.go31 func newErrors(ctx context.Context, errorWindow time.Duration, readThreshold, writeThreshold uint32… func
61 return newErrors(ctx, errorWindow, readThreshold, writeThreshold)
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgslayertreeviewbadlayerindicator.cpp68 QList< Error > newErrors; in onIndicatorClicked() local
72 newErrors.append( error ); in onIndicatorClicked()
76 mErrors = newErrors; in onIndicatorClicked()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgslayertreeviewbadlayerindicator.cpp68 QList< Error > newErrors; in onIndicatorClicked() local
72 newErrors.append( error ); in onIndicatorClicked()
76 mErrors = newErrors; in onIndicatorClicked()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/geometry_checker/
H A Dqgsgeometrycheckerfixsummarydialog.h35 QSet<QgsGeometryCheckError *> newErrors; member
41 return newErrors.size() + obsoleteErrors.size() + fixedErrors.size() + failedErrors.size(); in itemCount()
H A Dqgsgeometrycheckerfixsummarydialog.cpp36 ui.groupBoxNewErrors->setTitle( tr( "%1 new errors were found" ).arg( stats.newErrors.count() ) ); in QgsGeometryCheckerFixSummaryDialog()
44 for ( QgsGeometryCheckError *error : stats.newErrors ) in QgsGeometryCheckerFixSummaryDialog()
65 ui.groupBoxNewErrors->setVisible( !stats.newErrors.isEmpty() ); in QgsGeometryCheckerFixSummaryDialog()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/geometry_checker/
H A Dqgsgeometrycheckerfixsummarydialog.h35 QSet<QgsGeometryCheckError *> newErrors; member
41 return newErrors.size() + obsoleteErrors.size() + fixedErrors.size() + failedErrors.size(); in itemCount()
H A Dqgsgeometrycheckerfixsummarydialog.cpp36 ui.groupBoxNewErrors->setTitle( tr( "%1 new errors were found" ).arg( stats.newErrors.count() ) ); in QgsGeometryCheckerFixSummaryDialog()
44 for ( QgsGeometryCheckError *error : stats.newErrors ) in QgsGeometryCheckerFixSummaryDialog()
65 ui.groupBoxNewErrors->setVisible( !stats.newErrors.isEmpty() ); in QgsGeometryCheckerFixSummaryDialog()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Derrors.go42 func (errs Errors) Add(newErrors ...error) Errors {
43 for _, err := range newErrors {
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Derrors.go42 func (errs Errors) Add(newErrors ...error) Errors {
43 for _, err := range newErrors {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Derrors.go42 func (errs Errors) Add(newErrors ...error) Errors {
43 for _, err := range newErrors {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/unit_test/
H A Dunit_test_alnreader.cpp314 string newErrors = CDirEntry::GetTmpName(); in sRunTest() local
315 CErrorLogger logger(newErrors.c_str()); in sRunTest()
343 testInfo.mErrorFile.CompareTextContents(newErrors, CFile::eIgnoreWs); in sRunTest()
351 CDirEntry deNewErrors= CDirEntry(newErrors); in sRunTest()
360 CDirEntry(newErrors).Remove(); in sRunTest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/
H A DSyncInfoSet.java576 final ITeamStatus[] newErrors = event.getErrors(); in fireChanges() local
577 monitor.beginTask(null, 100 + (newErrors.length > 0 ? 50 : 0) * allListeners.length); in fireChanges()
593 if (newErrors.length > 0) { in fireChanges()
594 listener.syncInfoSetErrors(SyncInfoSet.this, newErrors, Policy.subMonitorFor(monitor, 50)); in fireChanges()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/
H A DReporter.php369 $newErrors = [];
371 $newErrors[] = [
380 $errors[$line][$column] = $newErrors;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/
H A DSchemaManager.cs373 IList<EdmSchemaError> newErrors, ref bool errorEncountered) in UpdateErrorCollectionAndCheckForMaxErrors() argument
379 if (!MetadataHelper.CheckIfAllErrorsAreWarnings(newErrors)) in UpdateErrorCollectionAndCheckForMaxErrors()
386 errorCollection.AddRange(newErrors); in UpdateErrorCollectionAndCheckForMaxErrors()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/test/
H A Dinterpolation.cc169 const std::array< double, n > newErrors = interpolationErrors( discreteFunctionSpace... ); in eocLoop() local
171 …std::transform( oldErrors.begin(), oldErrors.end(), newErrors.begin(), eocs.begin(), [] ( double e… in eocLoop()
172 oldErrors = newErrors; in eocLoop()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DSBMLDocument.cpp746 long newErrors = (*it)->validate(*this); in checkConsistency() local
747 if (newErrors > 0) in checkConsistency()
750 numErrors += newErrors; in checkConsistency()
791 long newErrors = (*it)->validate(*this); in checkConsistencyWithStrictUnits() local
792 if (newErrors > 0) in checkConsistencyWithStrictUnits()
795 numErrors += newErrors; in checkConsistencyWithStrictUnits()
864 long newErrors = (*it)->validate(*this); in validateSBML() local
865 if (newErrors > 0) in validateSBML()
868 numErrors += newErrors; in validateSBML()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DSBMLDocument.cpp746 long newErrors = (*it)->validate(*this); in checkConsistency() local
747 if (newErrors > 0) in checkConsistency()
750 numErrors += newErrors; in checkConsistency()
791 long newErrors = (*it)->validate(*this); in checkConsistencyWithStrictUnits() local
792 if (newErrors > 0) in checkConsistencyWithStrictUnits()
795 numErrors += newErrors; in checkConsistencyWithStrictUnits()
864 long newErrors = (*it)->validate(*this); in validateSBML() local
865 if (newErrors > 0) in validateSBML()
868 numErrors += newErrors; in validateSBML()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DDevice.java656 Error [] newErrors = new Error [errors.length + 128]; in new_Object() local
657 System.arraycopy (errors, 0, newErrors, 0, errors.length); in new_Object()
658 newErrors [errors.length] = new Error (); in new_Object()
659 errors = newErrors; in new_Object()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DDevice.java771 Error [] newErrors = new Error [errors.length + 128]; in new_Object() local
772 System.arraycopy (errors, 0, newErrors, 0, errors.length); in new_Object()
773 newErrors [errors.length] = new Error (); in new_Object()
774 errors = newErrors; in new_Object()

12