Home
last modified time | relevance | path

Searched refs:numWarnings (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/converters/p5-Unicode-Map/Unicode-Map-0.112/tools/
H A DmirrorMappings11 my $numWarnings = 0;
89 $numWarnings++;
124 if ( $numWarnings==0 && $numErrors==0 ) {
130 $msg .= ", $numWarnings warning" if $numWarnings>0;
131 $msg .= "s" if $numWarnings>1;
136 $msg = "$numWarnings warning";
137 $msg .= "s" if $numWarnings>1;
H A Dmkmapfile24 my $numWarnings = 0;
57 if ( $numWarnings==0 && $numErrors==0 ) {
63 $msg .= ", $numWarnings warning" if $numWarnings>0;
64 $msg .= "s" if $numWarnings>1;
69 $msg = "$numWarnings warning";
70 $msg .= "s" if $numWarnings>1;
105 $numWarnings++;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotCommandEvents.php23 public $numWarnings; variable in Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandEvents
49 public function setNumWarnings($numWarnings) argument
51 $this->numWarnings = $numWarnings;
55 return $this->numWarnings;
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/
H A DPreprocessRxn.cpp50 ChemicalReaction &rxn, unsigned int &numWarnings, unsigned int &numErrors, in preprocessReaction() argument
55 return preprocessReaction(rxn, numWarnings, numErrors, reactantLabels, in preprocessReaction()
63 unsigned int numWarnings, numErrors; in preprocessReaction() local
66 return preprocessReaction(rxn, numWarnings, numErrors, reactantLabels, in preprocessReaction()
71 ChemicalReaction &rxn, unsigned int &numWarnings, unsigned int &numErrors, in preprocessReaction() argument
79 if (rxn.validate(numWarnings, numErrors)) { in preprocessReaction()
H A DReaction.cpp72 bool ChemicalReaction::validate(unsigned int &numWarnings, in validate() argument
75 numWarnings = 0; in validate()
125 numWarnings++; in validate()
166 numWarnings++; in validate()
188 numWarnings++; in validate()
231 numWarnings++; in validate()
252 numWarnings++; in validate()
269 numWarnings++; in validate()
287 numWarnings++; in validate()
302 numWarnings++; in validate()
[all …]
H A DPreprocessRxn.h47 ChemicalReaction &rxn, unsigned int &numWarnings, unsigned int &numErrors,
57 ChemicalReaction &rxn, unsigned int &numWarnings, unsigned int &numErrors,
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotCommandEvents.php25 public $numWarnings; variable in Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandEvents
69 public function setNumWarnings($numWarnings) argument
71 $this->numWarnings = $numWarnings;
75 return $this->numWarnings;
/dports/science/scidavis/scidavis-2.4.0/test/
H A D3dplot.cpp31 unsigned prevWarnings = numWarnings; in TEST_F()
33 EXPECT_EQ(prevWarnings + 1, numWarnings); in TEST_F()
40 EXPECT_EQ(numWarnings, prevWarnings + 2); in TEST_F()
65 EXPECT_EQ(prevWarnings + 3, numWarnings); in TEST_F()
90 EXPECT_EQ(prevWarnings + 4, numWarnings); in TEST_F()
115 EXPECT_EQ(prevWarnings + 5, numWarnings); in TEST_F()
H A Dmain.cpp45 unsigned numInfos = 0, numWarnings = 0; variable
75 numWarnings++; in warning()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Standards/
H A DAbstractSniffUnitTest.php348 foreach ($expectedWarnings as $line => $numWarnings) {
358 $allProblems[$line]['expected_warnings'] = $numWarnings;
366 $numWarnings = count($problems['found_warnings']);
373 if ($expectedErrors !== $numErrors || $expectedWarnings !== $numWarnings) {
386 if ($expectedWarnings !== $numWarnings) {
389 if ($numWarnings !== 0) {
397 if ($expectedWarnings !== $numWarnings) {
399 $foundMessage .= "$numWarnings warning(s)";
400 if ($numWarnings !== 0) {
/dports/audio/carla/Carla-2.4.1/source/modules/sfzero/sfzero/
H A DSFZSound.cpp188 const int numWarnings = warnings.size(); in dumpToConsole() local
190 if (numErrors == 0 && numWarnings == 0) in dumpToConsole()
198 …t("SFZ '%s' loaded with %i errors and %i warnings:", filename.toRawUTF8(), numErrors, numWarnings); in dumpToConsole()
200 if (numWarnings != 0) in dumpToConsole()
205 if (numWarnings != 0) in dumpToConsole()
212 …_stdout("SFZ '%s' loaded without errors, but has %i warnings:", filename.toRawUTF8(), numWarnings); in dumpToConsole()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dmothurout.cpp87 if (numWarnings != 0) { in closeLog()
92 … *outLog << "Detected " + toString(numWarnings) + " [WARNING] messages, please review.\n"; in closeLog()
100 … logger() << "Detected " + toString(numWarnings) + " [WARNING] messages, please review.\n"; in closeLog()
145 numWarnings++; in mothurOut()
189 numWarnings++; in mothurOutJustToScreen()
238 numWarnings++; in mothurOut()
300 numWarnings++; in mothurOutJustToLog()
H A Dmothurout.h87 numErrors = 0; numWarnings = 0; in MothurOut()
100 …int numErrors, numWarnings, numCommandErrors, numCommandWarnings, maxCommandErrors, maxCommandWarn… variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_footprint_checker.cpp368 int numWarnings = 0; in updateDisplayedCounts() local
374 numWarnings += m_markersProvider->GetCount( RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
383 if( !m_checksRun && numWarnings == 0 ) in updateDisplayedCounts()
384 numWarnings = -1; in updateDisplayedCounts()
389 m_warningsBadge->SetMaximumNumber( numWarnings ); in updateDisplayedCounts()
390 m_warningsBadge->UpdateNumber( numWarnings, RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
H A Ddialog_drc.cpp950 int numWarnings = 0; in updateDisplayedCounts() local
957 numWarnings += m_markersProvider->GetCount( RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
965 numWarnings += m_unconnectedItemsProvider->GetCount( RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
973 numWarnings += m_footprintWarningsProvider->GetCount( RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
1020 if( !m_drcRun && numWarnings == 0 ) in updateDisplayedCounts()
1021 numWarnings = -1; in updateDisplayedCounts()
1026 m_warningsBadge->SetMaximumNumber( numWarnings ); in updateDisplayedCounts()
1027 m_warningsBadge->UpdateNumber( numWarnings, RPT_SEVERITY_WARNING ); in updateDisplayedCounts()
/dports/www/matomo/piwik/plugins/Installation/templates/
H A DgetSystemCheckWidget.twig2 {% if not numErrors and not numWarnings %}
14 {% if numWarnings %}
22 {% if numErrors or numWarnings %}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTestSessionExecutor.hpp49 numWarnings = 0; in clear()
58 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in tcu::TestRunStatus
/dports/www/matomo/piwik/plugins/Installation/Widgets/
H A DGetSystemCheck.php47 $numWarnings = $report->getWarningCount();
62 'numWarnings' => $numWarnings,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/lit/lit/
H A DLitConfig.py38 self.numWarnings = 0
103 self.numWarnings += 1
/dports/games/egl/egl-0.3.1_9/common/
H A Dparse.c89 ps->numWarnings = 0; in PS_StartSession()
115 ps->numWarnings = 0; in PS_EndSession()
139 *warnings += ps->numWarnings; in PS_AddErrorCount()
155 *warnings = ps->numWarnings; in PS_GetErrorCount()
213 ps->numWarnings++; in PS_PrintWarning()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/jobs/
H A Dmodel.h89 void numUnacknowledgedWarningsOrErrorsChanged(int numWarnings, int numErrors);
96 void onNumUnacknowledgedWarningsOrErrorsChanged(uint64_t id, int numWarnings, int numErrors);
/dports/devel/ispc/ispc-1.16.1/utils/lit/lit/
H A DLitConfig.py53 self.numWarnings = 0
155 self.numWarnings += 1
/dports/devel/llvm70/llvm-7.0.1.src/utils/lit/lit/
H A DLitConfig.py53 self.numWarnings = 0
155 self.numWarnings += 1
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/main_window/
H A Dstatus_bar_progress_widget.cpp80 StatusBarProgressWidget::setNumUnacknowledgedWarningsOrErrors(int numWarnings, in setNumUnacknowledgedWarningsOrErrors() argument
83 p->m_numWarnings = numWarnings; in setNumUnacknowledgedWarningsOrErrors()
/dports/devel/llvm90/llvm-9.0.1.src/utils/lit/lit/
H A DLitConfig.py52 self.numWarnings = 0
170 self.numWarnings += 1

1234567