/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/resources/ |
H A D | MessagesPropertiesTest.java | 166 int localErrors=0; in allResourcesAreReallyDifferent() local 195 localErrors++; in allResourcesAreReallyDifferent() 200 if (localErrors > 0){ in allResourcesAreReallyDifferent() 223 int localErrors = 0; in warnForNotLocalisedStrings() local 236 localErrors++; in warnForNotLocalisedStrings() 242 errLog(localErrors+" warnForNotLocalisedStrings errors for "+id); in warnForNotLocalisedStrings() 260 int localErrors=0; in noEmptyResources() local 267 localErrors++; in noEmptyResources() 272 errLog(localErrors+" noEmptyResources errors for "+id); in noEmptyResources() 282 int localErrors = 0; in findKeysWhichAreInLocalisedButNotInDefault() local [all …]
|
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/plugins/ |
H A D | DomainClassPluginSupport.groovy | 31 def localErrors = new BeanPropertyBindingResult(object, object.class.name) 40 prop.validate(object, object.getProperty(prop.getPropertyName()), localErrors) 42 if (localErrors.hasErrors()) { 44 localErrors.allErrors.each { localError ->
|
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/ |
H A D | testPcpCache.py | 47 self.assertEqual(len(pi.localErrors), 0) 54 self.assertEqual(len(pi.localErrors), 2) 56 for e in pi.localErrors)]))
|
H A D | testPcpCompositionResults.py | 137 if len(layerStackData.localErrors) > 0: 140 PrintErrors(errorFile, layerStackData.localErrors)
|
H A D | testPcpChanges.py | 78 self.assertEqual(len(layerStack.localErrors), 0) 91 self.assertEqual(len(layerStack.localErrors), 1) 105 self.assertEqual(len(layerStack.localErrors), 1) 113 self.assertEqual(len(layerStack.localErrors), 0)
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/packages_and_registries/settings/project/components/ |
H A D | settings_form.vue | 82 localErrors: {}, 97 return Object.values(this.localErrors).every((error) => error); 127 this.localErrors = {}; 139 this.localErrors = { 140 ...this.localErrors,
|
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/webflow/engine/builder/ |
H A D | ClosureInvokingAction.groovy | 69 def localErrors = errors 75 … prop.validate(delegate, delegate.getProperty( prop.getPropertyName() ),localErrors) 78 !localErrors.hasErrors()
|
/dports/misc/usd/USD-21.11/pxr/usd/pcp/ |
H A D | targetIndex.h | 48 PcpErrorVector localErrors; member
|
H A D | targetIndex.cpp | 537 targetIndex->localErrors.swap(targetPathErrors); in PcpBuildFilteredTargetIndex()
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/ |
H A D | SessionProjectTemplate.cpp | 64 std::vector<Error> localErrors; in reportErrorsToConsole() local 69 localErrors.push_back(error); in reportErrorsToConsole() 72 if (localErrors.empty()) in reportErrorsToConsole() 79 for (const Error& error : localErrors) in reportErrorsToConsole()
|
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/ |
H A D | MaximumEntropyOrderStatisticsDistribution.cxx | 349 Point localErrors; in interpolateExponentialFactor() local 352 …e::G1K3)).integrate(phi, xMin, xMax, error, lowerBounds, upperBounds, contributions, localErrors)); in interpolateExponentialFactor()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/ |
H A D | BaseConfigurationRecord.cs | 2658 List<ConfigurationException> localErrors = in ScanSectionsRecursive() 2709 SectionInput fileInput = new SectionInput(sectionXmlInfo, localErrors); in ScanSectionsRecursive() 2716 localErrors); in ScanSectionsRecursive()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/ |
H A D | BaseConfigurationRecord.cs | 3103 …List<ConfigurationException> localErrors = xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(isFile… in ScanSectionsRecursive() 3155 SectionInput fileInput = new SectionInput(sectionXmlInfo, localErrors); in ScanSectionsRecursive() 3164 …cationSectionRecord locationSectionRecord = new LocationSectionRecord(sectionXmlInfo, localErrors); in ScanSectionsRecursive()
|