Lines Matching refs:handler
46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
58 … $this->eventhandler->notifyEvent('open', 'monospace', 'dw-monospace', $pos, $match, $handler);
59 $handler->addCall('monospace_open', array(), $pos);
61 … $this->eventhandler->notifyEvent('open', 'monospace', 'creole-monospace', $pos, $match, $handler);
66 $handler->addCall('cdata', array($match), $pos);
70 … $this->eventhandler->notifyEvent('close', 'monospace', 'dw-monospace', $pos, $match, $handler);
71 $handler->addCall('monospace_close', array(), $pos);
73 …$this->eventhandler->notifyEvent('close', 'monospace', 'creole-monospace', $pos, $match, $handler);
94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) { argument
95 … $this->eventhandler->notifyEvent('close', 'monospace', 'dw-monospace', $pos, $match, $handler);
98 $handler->addCall('monospace_close', array(), $pos);
101 …->eventhandler->writeCall('creole_monospace', DOKU_LEXER_EXIT, NULL, NULL, $pos, $match, $handler);