Lines Matching refs:pos
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $this->eventhandler->notifyEvent('open', 'table', NULL, $pos, $match, $handler);
52 $handler->addCall('table_start', array(), $pos);
54 $handler->addCall('tableheader', array(), $pos);
56 $handler->addCall('tablecell', array(), $pos);
61 $this->eventhandler->notifyEvent('close', 'table', NULL, $pos, $match, $handler);
62 $handler->addCall('table_end', array(), $pos);
70 $handler->addCall('cdata',array($match), $pos);
76 $handler->addCall('cdata', array($match), $pos);
78 $handler->addCall('table_align', array($match), $pos);
80 $handler->addCall('table_align', array($match), $pos);
82 $handler->addCall('table_row', array(), $pos);
83 $handler->addCall('tablecell', array(), $pos);
85 $handler->addCall('table_row', array(), $pos);
86 $handler->addCall('tableheader', array(), $pos);
88 $handler->addCall('tablecell', array(), $pos);
90 $handler->addCall('tableheader', array(), $pos);