Home
last modified time | relevance | path

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

/plugin/icalevents/
H A Dsyntax-impl.php313 $template = str_replace('{description}', $this->textAsWiki($event->DESCRIPTION), $template);
316 $summary = $this->textAsWiki($event->SUMMARY);
496 function textAsWiki($text) { function in syntax_plugin_icalevents