Lines Matching refs:pos
44 function handle($match, $state, $pos, Doku_Handler $handler){ argument
48 $this->h_pos = $pos;
49 if ($handler->status['section']) $handler->_addCall('section_close',array(),$pos);
50 $handler->addPluginCall('header2',array($state),$state,$pos,$match);
54 $handler->_addCall('cdata', array($match), $pos);
57 $handler->_addCall('nest_close', array(), $pos);
60 … $handler->addPluginCall('header2',array($state,$this->h_level,$this->h_pos),$state,$pos,$match);
61 $handler->_addCall('section_open',array($this->h_level),$pos);
72 list($state,$level,$pos) = $data;
98 $this->$method($title, $level, $pos, $renderer);
101 $renderer->header($title,$level,$pos);
120 function _xhtml_header($text, $level, $pos, &$renderer) { argument
144 $renderer->finishSectionEdit($pos - 1);
150 … $renderer->doc .= ' class="' . $renderer->startSectionEdit($pos, 'section', $text) . '"';
157 function _odt_header($text, $level, $pos, &$renderer){ argument
168 function _xml_header($text, $level, $pos, &$renderer){ argument
170 $renderer->nextHeader = '<header level="' . $level . '" pos="' . $pos . '">'.