Home
last modified time | relevance | path

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

/template/bootstrap3/tpl/
H A Dfunctions.php48 return $TPL->normalizeContent($content);
/template/bootstrap3/
H A DTemplate.php152 $content = $this->normalizeContent($content);
1265 $out = $this->normalizeContent($out);
1309 $output = $this->normalizeContent($this->toBootstrapNav(tpl_include_page($page, 0, 1, $this->getConf('useACL')), 'pills', true));
1396 public function normalizeContent($content)
1394 public function normalizeContent($content) global() function in dokuwiki\\template\\bootstrap3\\Template
H A DEventHandlers.php355 $event->data = $this->template->normalizeContent($event->data);