Home
last modified time | relevance | path

Searched refs:_addPluginCall (Results 1 – 2 of 2) sorted by relevance

/plugin/imagemap/
H A Dsyntax.php255 $this->_addPluginCall(array(DOKU_LEXER_EXIT), $last_call[2]);
267 $this->_addPluginCall(array(DOKU_LEXER_MATCHED,'divstart'), $first_call[2]);
271 $this->_addPluginCall(array(DOKU_LEXER_MATCHED,'divend'), $last_call[2]);
275 function _addPluginCall($args, $pos) { function in ImageMap_Handler
295 $this->_addPluginCall(array(DOKU_LEXER_MATCHED, 'area', $shape, join(',',$coords),
/plugin/imagemapping/
H A Dsyntax.php302 function _addPluginCall($args, $pos) { global() function in ImageMap_Handler