Searched refs:_style (Results 1 – 10 of 10) sorted by relevance
31 return _style[setting_name]41 global _style46 _style = style486 if _style == style:490 return _style614 _style = None variable
77 gObjs[i]._style = i; in GenderInfo_initCache()188 switch (_style) { in getListGender()
86 int32_t _style;
34 .. _style-options:
532 self._style = _STYLES[style][0](fmt)533 self._fmt = self._style._fmt588 return self._style.usesTime()591 return self._style.format(record)
780 _style(Magick::AnyStyle), in DrawableFont()791 _style(style_), in DrawableFont()800 _style(original_._style), in DrawableFont()822 DrawSetFontStyle( context_, _style ); in operator ()()
294 expected = sorted(style._style)
89 self._style = PercentStyle(fmt)
3169 self.assertIsInstance(handler.formatter._style,3935 self.assertEqual(formatter._style._fmt, logging.BASIC_FORMAT)3939 self.assertIsInstance(formatter._style, logging.PercentStyle)4006 self.assertEqual(formatter._style._fmt, 'foo')4018 self.assertIsInstance(formatter._style, logging.StringTemplateStyle)
1083 StyleType _style; variable