Home
last modified time | relevance | path

Searched refs:anyWarnings (Results 1 – 11 of 11) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Derrormsg.cc33 anyErrors = anyWarnings = false; in clear()
70 anyWarnings = true; in warning()
76 anyWarnings = true; in warning()
H A Derrormsg.h146 bool anyWarnings; variable
156 : out(out), anyErrors(false), anyWarnings(false), floating(false), in out()
212 return anyWarnings || errors(); in warnings()
/dports/math/asymptote/asymptote-2.67/
H A Derrormsg.cc57 anyErrors = anyWarnings = false; in clear()
94 anyWarnings = true; in warning()
100 anyWarnings = true; in warning()
H A Derrormsg.h148 bool anyWarnings; variable
158 : out(out), anyErrors(false), anyWarnings(false), floating(false), in out()
214 return anyWarnings || errors(); in warnings()
/dports/editors/nedit/nedit-5.7/source/
H A DregularExp.c3993 Boolean anyWarnings = False; in SubstituteRE() local
4060 anyWarnings = True; in SubstituteRE()
4073 anyWarnings = True; in SubstituteRE()
4085 anyWarnings = True; in SubstituteRE()
4092 return !anyWarnings; in SubstituteRE()
/dports/audio/praat/praat-6.2.03/melder/
H A DregularExp.cpp3714 bool anyWarnings = false; in SubstituteRE() local
3783 anyWarnings = true; in SubstituteRE()
3796 anyWarnings = true; in SubstituteRE()
3811 anyWarnings = true; in SubstituteRE()
3818 return ! anyWarnings; in SubstituteRE()
/dports/print/qpdf/qpdf-10.5.0/include/qpdf/
H A DQPDF.hh237 bool anyWarnings() const;
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dqpdf.cc5450 if ((other->anyWarnings()) && (exit_code == 0)) in copy_attachments()
6036 if (page_data.qpdf->anyWarnings()) in handle_page_specs()
6554 if (outpdf.anyWarnings()) in do_split_pages()
6598 bool warnings = pdf.anyWarnings(); in write_outfile()
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDF.cc367 QPDF::anyWarnings() const in anyWarnings() function in QPDF
/dports/print/qpdf/qpdf-10.5.0/manual/
H A Drelease-notes.rst920 - Method ``QPDF::anyWarnings`` tells whether there have been any
/dports/print/qpdf/qpdf-10.5.0/
H A DChangeLog1147 * Add QPDF::anyWarnings() method to find out whether there have