Home
last modified time | relevance | path

Searched refs:syntax_plugin_combo_preformatted (Results 1 – 25 of 28) sorted by relevance

12

/template/strap/syntax/
H A Dpreformatted.php32 class syntax_plugin_combo_preformatted extends DokuWiki_Syntax_Plugin class
245 $mode == PluginUtility::getModeFromTag(syntax_plugin_combo_preformatted::TAG)
H A Dxmlblocktag.php62 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dbackgrounds.php66 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dtabpanels.php54 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dunit.php68 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dtab.php63 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dxmlinlinetag.php83 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dtext.php71 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dtogglecollapse.php62 return syntax_plugin_combo_preformatted::disablePreformatted($mode)
H A Dtoggleexpand.php62 return syntax_plugin_combo_preformatted::disablePreformatted($mode)
H A Dcontentlistitem.php57 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Daccordion.php76 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dnavbargroup.php69 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dwebcode.php83 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dnavbarcollapse.php61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Drailroad.php66 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dnote.php82 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dcell.php80 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dfragment.php97 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dtoggle.php69 return syntax_plugin_combo_preformatted::disablePreformatted($mode)
H A Dtooltip.php101 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dmenubar.php82 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
H A Dbrand.php91 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
/template/strap/conf/
H A Dmetadata.php149 $meta[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = array('onoff');
150 $meta[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE] = array…
/template/strap/lang/en/
H A Dsettings.php123 $lang[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = PluginUtility::getDocumentation…
124 $lang[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE] = Plugi…

12