Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 126 – 150 of 189) sorted by relevance

12345678

/plugin/skipentity/
H A Dsyntax.php69 $match = $renderer->_xmlEntities($match);
/plugin/ckgedit/syntax/
H A Dfont.php88 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/targetlink/
H A Dsyntax.php231 $link['title'] = $xhtml->_xmlEntities($url);
311 $link['title'] = $xhtml->_xmlEntities($url);
/plugin/box2/
H A Dsyntax.php154 $output = $renderer->_xmlEntities($data);
172 …= '<p class="box_caption"' . $this->_title_colours . '>' . $renderer->_xmlEntities($data) . "</p>\…
/plugin/fckg/
H A Drenderer.php71 $this->doc .= $this->_xmlEntities($text);
/plugin/revealjs/syntax/
H A Dfragment.php89 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/floatdiv/syntax/
H A Dfloat.php93 $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/ckgdoku/
H A Drenderer.php71 $this->doc .= $this->_xmlEntities($text);
/plugin/pagestat/syntax/
H A Dblock.php76 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/include/syntax/
H A Dheader.php62 $headline = $renderer->_xmlEntities($headline);
/plugin/ckgedit/
H A Drenderer.php71 $this->doc .= $this->_xmlEntities($text);
/plugin/odt/renderer/
H A Dpagepdf.php99 $errormessage .= $this->_xmlEntities($line);
/plugin/orgapp/
H A Dsyntax.php95 … $renderer->doc .= '<param name="Data" value="' . $renderer->_xmlEntities($this->data) . '" />';
/plugin/mathjax/syntax/
H A Dprotecttex.php146 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/katex/syntax/
H A Dprotect.php156 $renderer->doc .= $renderer->_xmlEntities( $data );
/plugin/nodetailsxhtml/
H A Drenderer.php132 $class = ' ' . $this->_xmlEntities($matches[1]);
356 $this->doc .= $this->_xmlEntities($entity);
359 function _xmlEntities($string) {
363 // $string = parent::_xmlEntities($string);
400 function _xmlEntities($string) { global() function in renderer_plugin_nodetailsxhtml
/plugin/indexnumber/
H A Dsyntax.php135 $R->doc .= $R->_xmlEntities($data[1]);
/plugin/formatplus2/
H A Dformatting.php122 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/formatplus/
H A Dformatting.php122 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/color/
H A Dsyntax.php60 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/randomtables/syntax/
H A Dsource.php101 . '<td>' . $renderer->_xmlEntities($txt) .'</td>'
/plugin/bibtex4dw/syntax/
H A Dbibtex.php85 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/twcheckliste/
H A Drenderer.php.old121 $this->doc .= $this->_xmlEntities($text);
151 $this->doc .= $this->_xmlEntities($acronym);
/plugin/tfslink/syntax/
H A Dworkitemlink.php81 $renderer->doc .= $renderer->_xmlEntities($data['title']);
/plugin/rss/
H A Dsyntax.php115 $renderer->doc .= $renderer->_xmlEntities($data['text']);

12345678