Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php259 $header .= $this->_xmlEntities($text);
294 $this->doc .= $this->_xmlEntities($text);
589 $this->doc .= $this->_xmlEntities($text);
615 $this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text), "\n\r") . '</pre>' . DOKU_LF;
691 $this->doc .= '<pre class="' . $type . '">' . $this->_xmlEntities($text) . '</pre>' . DOKU_LF;
719 $title = $this->_xmlEntities($this->acronyms[$acronym]);
722 . '">' . $this->_xmlEntities($acronym) . '</abbr>';
724 $this->doc .= $this->_xmlEntities($acronym);
739 '" class="icon smiley" alt="' . $this->_xmlEntities($smiley) . '" />';
741 $this->doc .= $this->_xmlEntities(
1687 public function _xmlEntities($string) { global() function in Doku_Renderer_xhtml
[all...]
H A Dxhtmlsummary.php54 $this->doc .= $this->_xmlEntities($text);