Searched refs:creole_syntax_event (Results 1 – 4 of 4) sorted by relevance
| /plugin/creole/helper/ |
| D | eventhandler.php | 10 class creole_syntax_event { class 79 $this->event = new creole_syntax_event ($state, $clazz, $tag); 84 $this->ownEvent = new creole_syntax_event ($ownState, $ownClazz, $ownTag); 89 public function eventMatches (creole_syntax_event $compare) { 93 public function ownEventMatches (creole_syntax_event $compare) { 149 $event = new creole_syntax_event($state, $clazz, $tag);
|
| /plugin/creole/syntax/ |
| D | superscript.php | 73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
| D | subscript.php | 73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
| D | monospace.php | 94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|