Lines Matching refs:eventhandler
14 var $eventhandler = NULL; variable in syntax_plugin_creole_monospace
31 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
32 $this->eventhandler->addOnNotify('insert', 'header', 'header',
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
49 if ( $this->eventhandler->queuedEventExists ('open', 'monospace', NULL) == false ) {
58 … $this->eventhandler->notifyEvent('open', 'monospace', 'dw-monospace', $pos, $match, $handler);
61 … $this->eventhandler->notifyEvent('open', 'monospace', 'creole-monospace', $pos, $match, $handler);
70 … $this->eventhandler->notifyEvent('close', 'monospace', 'dw-monospace', $pos, $match, $handler);
73 …$this->eventhandler->notifyEvent('close', 'monospace', 'creole-monospace', $pos, $match, $handler);
95 … $this->eventhandler->notifyEvent('close', 'monospace', 'dw-monospace', $pos, $match, $handler);
101 …$this->eventhandler->writeCall('creole_monospace', DOKU_LEXER_EXIT, NULL, NULL, $pos, $match, $han…