Lines Matching refs:NULL
14 var $eventhandler = NULL;
33 'open', 'subscript', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'subscript', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'subscript', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'subscript', NULL,
47 if ( $this->eventhandler->queuedEventExists ('open', 'subscript', NULL) == false ) {
55 $this->eventhandler->notifyEvent('open', 'subscript', NULL, $pos, $match, $handler);
62 … $this->eventhandler->notifyEvent('close', 'subscript', NULL, $pos, $match, $handler);
74 $this->eventhandler->notifyEvent('close', 'subscript', NULL, $pos, $match, $handler);