Home
last modified time | relevance | path

Searched refs:UnHandled (Results 1 – 4 of 4) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h199 UnHandled = 28, enumerator
H A DKviIconManager.cpp682 return KviIconManager::UnHandled; in iconName()
H A DKviOptions.cpp713 …andledReply", __tr_no_lookup("Unhandled server reply"), KviIconManager::UnHandled, KVI_MSGTYPE_LEV…
/dports/devel/py-py-ubjson/py-ubjson-0.16.1/test/
H A Dtest.py527 class UnHandled(object): class
531 self.check_enc_dec({'a': 1, 'b': UnHandled()}, object_hook=object_hook, default=default)