Home
last modified time | relevance | path

Searched refs:as_warning (Results 1 – 9 of 9) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm30 BEGIN { __PACKAGE__->__cloner(as_warning => 'Warning') }
104 die $result->as_warning({
108 die $result->as_warning;
130 die $result->as_warning({ msg => $err });
146 die $result->as_warning({ msg => $err });
212 return $result->as_warning;
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm30 BEGIN { __PACKAGE__->__cloner(as_warning => 'Warning') }
104 die $result->as_warning({
108 die $result->as_warning;
130 die $result->as_warning({ msg => $err });
146 die $result->as_warning({ msg => $err });
212 return $result->as_warning;
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm30 BEGIN { __PACKAGE__->__cloner(as_warning => 'Warning') }
104 die $result->as_warning({
108 die $result->as_warning;
130 die $result->as_warning({ msg => $err });
146 die $result->as_warning({ msg => $err });
212 return $result->as_warning;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm30 BEGIN { __PACKAGE__->__cloner(as_warning => 'Warning') }
104 die $result->as_warning({
108 die $result->as_warning;
130 die $result->as_warning({ msg => $err });
146 die $result->as_warning({ msg => $err });
212 return $result->as_warning;
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h420 xo_emit_warn_hcv (xo_handle_t *xop, int as_warning, int code,
446 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp() argument
449 xo_emit_warn_hcv(xop, as_warning, code, fmt, vap); in xo_emit_warn_hcvp()
H A Dlibxo.c7897 xo_emit_warn_hcv (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcv() argument
7906 xo_open_container_h(xop, as_warning ? "__warning" : "__error"); in xo_emit_warn_hcv()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dtypecheck.cpp1999 bool as_warning = true; in typecheck() local
2001 as_warning = false; // full error in typecheck()
2015 if (as_warning) in typecheck()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dtypecheck.cpp1999 bool as_warning = true; in typecheck() local
2001 as_warning = false; // full error in typecheck()
2015 if (as_warning) in typecheck()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/markup/
H A Depytext.py1542 print >>stream, warning.as_warning()