Home
last modified time | relevance | path

Searched full:doku_handler_nest (Results 1 – 6 of 6) sorted by relevance

/plugin/multiorphan/inc/
H A DMultiOrphanDummyRenderer.php27 * dummy closing instruction issued by Doku_Handler_Nest
29 … * normally the syntax mode should override this instruction when instantiating Doku_Handler_Nest -
/plugin/replace/
H A Dsyntax.php71 $nestedWriter = & new Doku_Handler_Nest($handler->CallWriter);
/plugin/showif/
H A Dsyntax.php.alternative.version99 $ReWriter = new Doku_Handler_Nest($handler->CallWriter,'plugin_showif');
/plugin/header3/
H A Dsyntax.php46 $handler->CallWriter = & new Doku_Handler_Nest($handler->CallWriter,'nest_close');
/plugin/header2/
H A Dsyntax.php51 $handler->CallWriter = & new Doku_Handler_Nest($handler->CallWriter,'nest_close');
/dokuwiki/inc/parser/
H A Drenderer.php147 * dummy closing instruction issued by Doku_Handler_Nest
149 * normally the syntax mode should override this instruction when instantiating Doku_Handler_Nest -