Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2342 var _doTable_callback = function(match, head, underline, content) { function
2437 return _doTable_callback.call(this, match, head, underline, content);
2463 ), _doTable_callback);
/plugin/markdownextra/
H A Dmarkdown.php2733 return $this->_doTable_callback(array($matches[0], $head, $underline, $content));
2735 function _doTable_callback($matches) { function in MarkdownExtra_Parser