Searched refs:warning_is_error (Results 1 – 14 of 14) sorted by relevance
/dports/devel/xparam/xparam-1.22/tests/src/ |
H A D | test19.cpp | 104 ps.warning_is_error(false); in main() 112 ps.warning_is_error(false); in main() 127 ps.warning_is_error(false); in main() 135 ps.warning_is_error(false); in main() 144 ps.warning_is_error(false); in main() 146 ps.warning_is_error(true); in main() 161 ps.warning_is_error(false); in main() 176 ps.warning_is_error(false); in main()
|
/dports/devel/ipython/ipython-7.29.0/IPython/sphinxext/ |
H A D | ipython_directive.py | 575 if self.warning_is_error: 591 if self.warning_is_error: 917 warning_is_error= config.ipython_warning_is_error 925 promptin, promptout, mplbackend, exec_lines, hold_count, warning_is_error) 930 mplbackend, exec_lines, hold_count, warning_is_error) = self.get_config_options() 970 self.shell.warning_is_error = warning_is_error 1029 if self.shell.warning_is_error:
|
/dports/devel/xparam/xparam-1.22/lib/xparam/ |
H A D | xp_paramset.h | 100 bool warning_is_error(bool val) { in warning_is_error() function 103 bool warning_is_error(void) const { in warning_is_error() function
|
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/ |
H A D | setup_command.py | 100 self.warning_is_error = False 179 warningiserror=self.warning_is_error,
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/ |
H A D | setup_command.py | 100 self.warning_is_error = False 179 warningiserror=self.warning_is_error,
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/ |
H A D | setup_command.py | 100 self.warning_is_error = False 179 warningiserror=self.warning_is_error,
|
/dports/devel/py-pbr/pbr-5.5.0/pbr/ |
H A D | builddoc.py | 165 freshenv=self.fresh_env, warningiserror=self.warning_is_error) 292 self.warning_is_error = False
|
/dports/devel/ipython/ipython-7.29.0/docs/source/ |
H A D | conf.py | 122 warning_is_error = True variable
|
/dports/devel/py-jedi/jedi-0.18.0/ |
H A D | conftest.py | 60 if config.option.warning_is_error:
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/ |
H A D | nasm.c | 1797 static bool warning_is_error(int severity) in warning_is_error() function 1893 if (warning_is_error(severity)) in nasm_verror_common()
|
/dports/devel/xparam/xparam-1.22/doc/ |
H A D | xparam.info-2 | 400 error on them, use the following methods to set `warning_is_error' to 403 bool warning_is_error(bool val); 404 bool warning_is_error(void) const;
|
H A D | xparam.sgml | 1296 methods to set <TT>warning_is_error</TT> to false: 1298 bool warning_is_error(bool val); 1299 bool warning_is_error(void) const;
|
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/ |
H A D | gdscript_parser.cpp | 8765 …bool warning_is_error = GLOBAL_GET("debug/gdscript/warnings/treat_warnings_as_errors").booleanize(… local 8785 } else if (warning_is_error) {
|
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/ |
H A D | gdscript_parser.cpp | 8765 …bool warning_is_error = GLOBAL_GET("debug/gdscript/warnings/treat_warnings_as_errors").booleanize(… local 8785 } else if (warning_is_error) {
|