Home
last modified time | relevance | path

Searched refs:indicateError (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/testbed/testbed/
H A Dtest_case.go159 tc.indicateError(err)
167 tc.indicateError(err)
191 tc.indicateError(err)
309 func (tc *TestCase) indicateError(err error) { func
/dports/emulators/vice/vice-3.5/src/lib/linenoise-ng/
H A Dlinenoise.cpp1285 bool indicateError = false; in refreshLine() local
1340 indicateError = (unmatchedOther != 0); in refreshLine()
1377 setDisplayAttribute(true, indicateError); /* bright blue (visible with both B&W bg) */ in refreshLine()
1379 setDisplayAttribute(false, indicateError); in refreshLine()
1404 setDisplayAttribute(true, indicateError); in refreshLine()
1406 setDisplayAttribute(false, indicateError); in refreshLine()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dreplxx_impl.cxx853 bool indicateError = false; in matching_paren() local
874 indicateError = (unmatchedOther != 0); in matching_paren()
878 return ( paren_info_t{ highlightIdx, indicateError } ); in matching_paren()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dreplxx_impl.cxx823 bool indicateError = false; in matching_paren() local
844 indicateError = (unmatchedOther != 0); in matching_paren()
848 return ( paren_info_t{ highlightIdx, indicateError } ); in matching_paren()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dreplxx_impl.cxx816 bool indicateError = false; in matching_paren() local
837 indicateError = (unmatchedOther != 0); in matching_paren()
841 return ( paren_info_t{ highlightIdx, indicateError } ); in matching_paren()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dreplxx_impl.cxx853 bool indicateError = false; in matching_paren() local
874 indicateError = (unmatchedOther != 0); in matching_paren()
878 return ( paren_info_t{ highlightIdx, indicateError } ); in matching_paren()