Home
last modified time | relevance | path

Searched refs:_convert_header (Results 1 – 2 of 2) sorted by relevance

/plugin/composer/
H A Dsyntax.php385 $this->_convert_header($renderer,$instr[$i],$clevel,$o);
431 function _convert_header(&$renderer,&$instr,$clevel,$o) { function in syntax_plugin_composer
/plugin/siteexport/syntax/
H A Dtoc.php374 … $this->_convert_header($renderer, $instr[$i], $depth-1); // -1 because the depth starts at 1
433 private function _convert_header(&$renderer, &$instr, $depth) { function in syntax_plugin_siteexport_toc