Searched refs:addOnNotify (Results 1 – 4 of 4) sorted by relevance
| /plugin/creole/syntax/ |
| D | superscript.php | 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,
|
| D | subscript.php | 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,
|
| D | monospace.php | 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,
|
| /plugin/creole/helper/ |
| D | eventhandler.php | 139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { function in helper_plugin_creole_eventhandler
|