Home
last modified time | relevance | path

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

/plugin/siteexport/syntax/
Dtoc.php576 $this->_cleanInstructions($instr, '/p_(close|open)/');
577 $this->_cleanInstructions($instr, '/section_(close|open)/');
578 $this->_cleanInstructions($instr, '/listu_(close|open)/');
579 $this->_cleanInstructions($instr, '/listo_(close|open)/');
658 private function _cleanInstructions(&$instructions, $tag) { function in syntax_plugin_siteexport_toc