Home
last modified time | relevance | path

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

/template/bootstrap3/tpl/
Dfunctions.php48 return $TPL->normalizeContent($content);
/template/bootstrap3/
DTemplate.php152 $content = $this->normalizeContent($content);
1265 $out = $this->normalizeContent($out);
1309 …$output = $this->normalizeContent($this->toBootstrapNav(tpl_include_page($page, 0, 1, $this->get…
1396 public function normalizeContent($content) function in dokuwiki\\template\\bootstrap3\\Template
DEventHandlers.php361 $event->data = $this->template->normalizeContent($event->data);