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