Home
last modified time | relevance | path

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

/dports/textproc/py-pygments/Pygments-2.7.2/doc/docs/
H A Dfilterdevelopment.rst31 self.class_too = get_bool_opt(options, 'classtoo')
35 if ttype is Name.Function or (self.class_too and
62 class_too = get_bool_opt(options, 'classtoo')
64 if ttype is Name.Function or (class_too and
/dports/textproc/py-pygments-25/Pygments-2.5.2/doc/docs/
H A Dfilterdevelopment.rst31 self.class_too = get_bool_opt(options, 'classtoo')
35 if ttype is Name.Function or (self.class_too and
62 class_too = get_bool_opt(options, 'classtoo')
64 if ttype is Name.Function or (class_too and
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h380 bool mons_is_confused(const monster& m, bool class_too = false);
H A Dmon-util.cc3472 bool mons_is_confused(const monster& m, bool class_too) in mons_is_confused() argument
3475 && (class_too || !mons_class_flag(m.type, M_CONFUSED)); in mons_is_confused()