Home
last modified time | relevance | path

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

/plugin/creole/syntax/
H A Dsubscript.php47 if ( $this->eventhandler->queuedEventExists ('open', 'subscript', NULL) == false ) {
H A Dsuperscript.php47 if ( $this->eventhandler->queuedEventExists ('open', 'superscript', NULL) == false ) {
H A Dmonospace.php49 if ( $this->eventhandler->queuedEventExists ('open', 'monospace', NULL) == false ) {
/plugin/creole/helper/
H A Deventhandler.php180 public function queuedEventExists ($state, $clazz, $tag) { function in helper_plugin_creole_eventhandler