Home
last modified time | relevance | path

Searched refs:localErrors (Results 1 – 13 of 13) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/resources/
H A DMessagesPropertiesTest.java166 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 DDomainClassPluginSupport.groovy31 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 DtestPcpCache.py47 self.assertEqual(len(pi.localErrors), 0)
54 self.assertEqual(len(pi.localErrors), 2)
56 for e in pi.localErrors)]))
H A DtestPcpCompositionResults.py137 if len(layerStackData.localErrors) > 0:
140 PrintErrors(errorFile, layerStackData.localErrors)
H A DtestPcpChanges.py78 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 Dsettings_form.vue82 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 DClosureInvokingAction.groovy69 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 DtargetIndex.h48 PcpErrorVector localErrors; member
H A DtargetIndex.cpp537 targetIndex->localErrors.swap(targetPathErrors); in PcpBuildFilteredTargetIndex()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionProjectTemplate.cpp64 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 DMaximumEntropyOrderStatisticsDistribution.cxx349 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 DBaseConfigurationRecord.cs2658 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 DBaseConfigurationRecord.cs3103 …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()