Lines Matching defs:_writeCall
219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler)
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
263 $this->_writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler);
287 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
296 $this->_writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler);
318 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
340 $this->_writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler);
348 $this->_writeCall('p','',DOKU_LEXER_ENTER, $pos,$match,$handler);
356 $this->_writeCall('p','',DOKU_LEXER_EXIT, $pos,$match,$handler);
390 // cdata --- use base() as _writeCall() is prefixed for private/protected