Searched refs:renderDokuWikiToHtml (Results 1 – 2 of 2) sorted by relevance
2520 $eventWithHtml['title_html'] = $this->renderDokuWikiToHtml($event['title']);2523 … $eventWithHtml['description_html'] = $this->renderDokuWikiToHtml($event['description']);3595 private function renderDokuWikiToHtml($text) { function in syntax_plugin_calendar
13848 - **Added:** renderDokuWikiToHtml() helper function to convert DokuWiki syntax to HTML13853 - Added renderDokuWikiToHtml() private function using p_get_instructions() and p_render()