Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtml.php260 $header .= $this->_xmlEntities($text);
295 $this->doc .= $this->_xmlEntities($text);
590 $this->doc .= $this->_xmlEntities($text);
616 …$this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text), "\n\r") . '</pre>' . DOKU_LF;
692 … $this->doc .= '<pre class="' . $type . '">' . $this->_xmlEntities($text) . '</pre>' . DOKU_LF;
720 $title = $this->_xmlEntities($this->acronyms[$acronym]);
723 . '">' . $this->_xmlEntities($acronym) . '</abbr>';
725 $this->doc .= $this->_xmlEntities($acronym);
740 '" class="icon smiley" alt="' . $this->_xmlEntities($smiley) . '" />';
742 $this->doc .= $this->_xmlEntities($smiley);
[all …]
H A Dxhtmlsummary.php54 $this->doc .= $this->_xmlEntities($text);