Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 76 – 100 of 189) sorted by relevance

12345678

/plugin/pagestat/syntax/
H A Dword.php56 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/prespan/
H A Dsyntax.php88 $renderer->doc .= $renderer->_xmlEntities($data[0]);
/plugin/abbr/syntax/
H A Dhtmltag.php63 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/fontawesome/syntax/
H A Dfontawesome.php89 … $renderer->doc .= '<'.$tag.' class="'. $renderer->_xmlEntities($match['data']) .'"></'.$tag.'>';
/plugin/advrack/
H A Dsyntax.php72 case DOKU_LEXER_UNMATCHED: $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/fontsize/
H A Dsyntax.php60 $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/codify/
H A Dsyntax.php48 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/linksenhanced/syntax/
H A Dlink.php245 $link['title'] = $renderer->_xmlEntities($url);
296 $link['title'] = $renderer->_xmlEntities($url);
321 $url = $renderer->_xmlEntities($url);
/plugin/bbcode/
H A Dquote.php58 $match = $renderer->_xmlEntities($match);
H A Dolist.php75 $match = $renderer->_xmlEntities($match);
/plugin/alertbox/
H A Dsyntax.php53 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/pirate/
H A Drenderer.php26 $this->doc .= $this->_xmlEntities($this->pirate_filter($text));
/plugin/alphalist2/
H A Dsyntax.php51 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/snippets/
H A Dsyntax.php74 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/hidden/
H A Dsyntax.php201 $text = $renderer->_xmlEntities($data['text']);
226 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/function/
H A Dsyntax.php65 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/partialsearch/
H A Drenderer.php59 $this->doc .= str_replace(DOKU_LF,"<br />".DOKU_LF,$this->_xmlEntities($text));
/plugin/fontsize2/
H A Dsyntax.php75 $renderer->doc .= $renderer->_xmlEntities($fs);
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php24 …2' : '1'; ?>" class="usersubscriptions_namespace"><?php echo $renderer->_xmlEntities($nss); ?></th>
/plugin/bbcodeextensions/syntax/
H A Danchor.php44 $match= $renderer->_xmlEntities($match); // htmlspecialchars($match);
/plugin/fontfamily/
H A Dsyntax.php78 $renderer->doc .= $renderer->_xmlEntities($ff);
/plugin/htmldetailstag/syntax/
H A Ddetails.php112 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/tooltip/syntax/
H A Dtooltip.php129 $renderer->doc.= $renderer->_xmlEntities($ttip);
/plugin/highlight/
H A Dsyntax.php77 $renderer->doc .= $renderer->_xmlEntities($color);
/plugin/nodisp/syntax/
H A Dbasic.php59 … case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;

12345678