Home
last modified time | relevance | path

Searched refs:addOnNotify (Results 1 – 4 of 4) sorted by relevance

/plugin/creole/syntax/
H A Dsubscript.php32 $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,
H A Dsuperscript.php32 $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,
H A Dmonospace.php32 $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,
/plugin/creole/helper/
H A Deventhandler.php139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { function in helper_plugin_creole_eventhandler