Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 101 – 125 of 189) sorted by relevance

12345678

/plugin/bbcodeextensions/syntax/
H A Dq.php52 $match[1]= $renderer->_xmlEntities($match[1]);
H A Dclassspan.php47 $match = $renderer->_xmlEntities($match);
H A Dclassdiv.php43 $match = $renderer->_xmlEntities($match);
/plugin/chordsheets/
H A Dsyntax.php64 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/blockquote/syntax/
H A Dcite.php94 $renderer->doc .= $renderer->_xmlEntities($data);
H A Dblockquote.php100 $renderer->doc .= $renderer->_xmlEntities($data);
H A Dq.php96 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/bbcode/
H A Dcolor.php206 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/webcomponent/syntax/
H A Dcite.php78 $renderer->doc .= $renderer->_xmlEntities($parameters);
H A Dbrand.php98 $renderer->doc .= $renderer->_xmlEntities($parameters);
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php97 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/combo/syntax/
H A Dmath.php133 $renderer->doc .= $renderer->_xmlEntities($content) . DOKU_LF;
/plugin/btable2/
H A Dsyntax.php124 $title = $renderer->_xmlEntities($data[0]);
177 $column = $renderer->_xmlEntities($columns[$i]);
264 $renderer->doc .= $renderer->_xmlEntities($column);
/plugin/imapmarkers/syntax/
H A Dmap.php220 $title = $renderer->_xmlEntities($title);
226 $renderer->doc .= sprintf(' width="%s"', $renderer->_xmlEntities($width));
228 $renderer->doc .= sprintf(' height="%s"', $renderer->_xmlEntities($height));
/plugin/siteexport/renderer/
H A Dpdf.php165 $this->doc .= $this->_xmlEntities($headingNumber . $text);
360 public function _xmlEntities($string) { function in renderer_plugin_siteexport_pdf
362 $string = parent::_xmlEntities($string);
/plugin/pagestat/syntax/
H A Dedit.php68 $renderer->doc .= $renderer->_xmlEntities($match);
H A Deditpt.php69 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/navpath/
H A Dsyntax.php127 $renderer->doc .= $renderer->_xmlEntities($value);
/plugin/showsamples/
H A Dsyntax.php75 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/fckg/syntax/
H A Dfont.php86 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/google_maps/syntax/
H A Dmaps.php197 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/headernofloat/
H A Dsyntax.php76 $renderer->doc .=$renderer->_xmlEntities($title);
/plugin/ckgdoku/syntax/
H A Dfont.php88 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/inlineedit/
H A Dsyntax.php117 $renderer->doc .= $renderer->_xmlEntities($text);
/plugin/fields/
H A Dsyntax.php86 $renderer->_xmlEntities($field_value));

12345678