Searched defs:output_tag (Results 1 – 9 of 9) sorted by relevance
/plugin/adhocwrap/ | ||
H A D | divblock.php | 15 protected $output_tag = 'div'; variable in syntax_plugin_adhocwrap_divblock |
H A D | divwrap.php | 15 protected $output_tag = 'div'; variable in syntax_plugin_adhocwrap_divwrap |
H A D | spanwrap.php | 15 protected $output_tag = 'span'; variable in syntax_plugin_adhocwrap_spanwrap |
H A D | spaninline.php | 15 protected $output_tag = 'span'; variable in syntax_plugin_adhocwrap_spaninline |
/plugin/adhoctables/ | ||
H A D | divwrap.php | 15 protected $output_tag = 'div'; variable in syntax_plugin_adhocwrap_divwrap |
H A D | divblock.php | 15 protected $output_tag = 'div'; variable in syntax_plugin_adhocwrap_divblock |
H A D | spaninline.php | 15 protected $output_tag = 'span'; variable in syntax_plugin_adhocwrap_spaninline |
H A D | spanwrap.php | 15 protected $output_tag = 'span'; variable in syntax_plugin_adhocwrap_spanwrap |
/plugin/adhoctags/syntax/ | ||
H A D | abstract.php | 17 protected $output_tag = null; /* allows overriding the tag name for output */
variable in syntax_plugin_adhoctags_abstract |