Home
last modified time | relevance | path

Searched refs:handleWarning (Results 1 – 25 of 45) sorted by relevance

12

/dports/sysutils/lxqt-config/lxqt-config-1.0.0/liblxqt-config-cursor/
H A Dselectwnd.cpp67 connect(mModel, &XCursorThemeModel::modelReset, this, &SelectWnd::handleWarning); in SelectWnd()
68 connect(mModel, &XCursorThemeModel::rowsInserted, this, &SelectWnd::handleWarning); in SelectWnd()
69 connect(mModel, &XCursorThemeModel::rowsRemoved, this, &SelectWnd::handleWarning); in SelectWnd()
88 handleWarning(); in SelectWnd()
241 void SelectWnd::handleWarning() in handleWarning() function in SelectWnd
H A Dselectwnd.h59 void handleWarning();
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/modules/
H A DstdErrPlugin.h26 void handleWarning( daeString msg );
38 void handleWarning(daeString msg) { } in handleWarning() function
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A DdaeIOPluginCommon.cpp151 daeErrorHandler::get()->handleWarning( msg.str().c_str() ); in beginReadElement()
163 daeErrorHandler::get()->handleWarning(msg.str().c_str()); in beginReadElement()
187 daeErrorHandler::get()->handleWarning(msg.str().c_str()); in readElementText()
H A DdaeAtomicType.cpp493 … daeErrorHandler::get()->handleWarning("NaN encountered while setting an attribute or value\n"); in stringToMemory()
497 … daeErrorHandler::get()->handleWarning( "INF encountered while setting an attribute or value\n" ); in stringToMemory()
501 … daeErrorHandler::get()->handleWarning( "-INF encountered while setting an attribute or value\n" ); in stringToMemory()
542 … daeErrorHandler::get()->handleWarning( "NaN encountered while setting an attribute or value\n" ); in stringToMemory()
546 … daeErrorHandler::get()->handleWarning( "INF encountered while setting an attribute or value\n" ); in stringToMemory()
550 … daeErrorHandler::get()->handleWarning( "-INF encountered while setting an attribute or value\n" ); in stringToMemory()
H A Ddae.cpp48 … daeErrorHandler::get()->handleWarning("Could not remove temporary directory in DAE::cleanup()\n"); in cleanup()
138 daeErrorHandler::get()->handleWarning("No IOPlugin Set"); in setIOPlugin()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/modules/stdErrPlugin/
H A DstdErrPlugin.cpp26 void stdErrPlugin::handleWarning( daeString msg ) { in handleWarning() function in stdErrPlugin
/dports/multimedia/libxspf/libxspf-1.2.0/src/
H A DXspfReaderCallback.cpp90 XspfReaderCallback::handleWarning(int /*line*/, int /*column*/, in handleWarning() function in Xspf::XspfReaderCallback
H A DXspfReader.cpp2338 …if (!handleWarning(XSPF_READER_WARNING_KEY_WITH_REL_URI, XSPF_READER_TEXT_ZERO_KEY_WITH_REL_URI(_P… in handleMetaLinkAttribs()
2343 …if (!handleWarning(XSPF_READER_WARNING_KEY_WITHOUT_VERSION, XSPF_READER_TEXT_ZERO_KEY_WITHOUT_VERS… in handleMetaLinkAttribs()
2529 XspfReader::handleWarning(int code, XML_Char const * text) { in handleWarning() function in Xspf::XspfReader
2535 return this->d->callback->handleWarning(line, column, in handleWarning()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/dae/
H A DdaeErrorHandler.h42 virtual void handleWarning( daeString msg ) = 0;
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/error/
H A DErrorReporter.hpp39 static void handleWarning(int faultID,
/dports/graphics/jogamp-jogl/gluegen/jcpp/src/main/java/com/jogamp/gluegen/jcpp/
H A DPreprocessorListener.java37 public void handleWarning(@Nonnull Source source, int line, int column, in handleWarning() method
H A DDefaultPreprocessorListener.java71 public void handleWarning(final Source source, final int line, final int column, in handleWarning() method in DefaultPreprocessorListener
H A DSource.java289 listener.handleWarning(this, line, column, msg); in warning()
/dports/multimedia/libxspf/libxspf-1.2.0/include/xspf/
H A DXspfReaderCallback.h135 virtual bool handleWarning(int line, int column, int warningCode,
H A DXspfReader.h408 bool handleWarning(int code, XML_Char const * text);
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-dynblocks.cc34 handleWarning(blocks, now, requestor, d_queryRateRule, updated); in apply()
43 handleWarning(blocks, now, requestor, d_respRateRule, updated); in apply()
58 handleWarning(blocks, now, requestor, pair.second, updated); in apply()
74 handleWarning(blocks, now, requestor, pair.second, updated); in apply()
90 handleWarning(blocks, now, requestor, pair.second, updated); in apply()
H A Ddnsdist-dynblocks.hh340 …void handleWarning(boost::optional<NetmaskTree<DynBlock> >& blocks, const struct timespec& now, co… in handleWarning() function in DynBlockRulesGroup
/dports/multimedia/libxspf/libxspf-1.2.0/examples/check/
H A Dcheck.cpp106 bool handleWarning(int line, int column, int warningCode, in handleWarning() function in Validator
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/base/
H A Dhandle_error.py54 def handleWarning (msg=""): function
/dports/www/clearsilver/clearsilver-0.10.5/python/examples/base/
H A Dhandle_error.py54 def handleWarning (msg=""): function
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/base/
H A Dhandle_error.py54 def handleWarning (msg=""): function
/dports/security/klee/klee-2.2/lib/Core/
H A DSpecialFunctionHandler.h141 HANDLER(handleWarning);
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/pcpp/
H A DPCPP.java427 handleWarning(); in preprocessorDirective()
504 private void handleWarning() throws IOException { in handleWarning() method in PCPP
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dreader.py597 handleWarning(e, target=target, add_dict=dict)
999 def handleWarning(e, target=None, add_dict=None): function
1055 'warning': handleWarning,

12