Home
last modified time | relevance | path

Searched refs:nestingTag (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/parser/
H A Dhandler.php251 protected function nestingTag($match, $state, $pos, $name)
413 $this->nestingTag($match, $state, $pos, 'strong');
425 $this->nestingTag($match, $state, $pos, 'emphasis');
437 $this->nestingTag($match, $state, $pos, 'underline');
449 $this->nestingTag($match, $state, $pos, 'monospace');
461 $this->nestingTag($match, $state, $pos, 'subscript');
473 $this->nestingTag($match, $state, $pos, 'superscript');
485 $this->nestingTag($match, $state, $pos, 'deleted');
239 protected function nestingTag($match, $state, $pos, $name) { global() function in Doku_Handler