Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 1 – 25 of 189) sorted by path

12345678

/plugin/abbr/syntax/
H A Dhtmltag.php63 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/admnote/syntax/
H A Drenderer.php138 $renderer->_xmlEntities($heading)."</p>\n";
142 $renderer->doc .= $renderer->_xmlEntities($text);
/plugin/advrack/
H A Dsyntax.php72 case DOKU_LEXER_UNMATCHED: $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/aimg/
H A Dsyntax.php146 $renderer->doc .= ' width="'.$renderer->_xmlEntities($img_width).'"';
150 $renderer->doc .= ' height="'.$renderer->_xmlEntities($img_height).'"';
/plugin/alertbox/
H A Dsyntax.php53 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/alphalist2/
H A Dsyntax.php51 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bbcode/
H A Dcolor.php206 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dolist.php75 $match = $renderer->_xmlEntities($match);
H A Dquote.php58 $match = $renderer->_xmlEntities($match);
H A Dsize.php56 $renderer->doc .= '<span style="font-size:'.$renderer->_xmlEntities($match).'">';
60 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dulist.php56 $match = $renderer->_xmlEntities($match);
H A Dversalitas.php56 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bbcodeextensions/
H A Dcommon.php58 $text= $renderer->_xmlEntities($text); // htmlspecialchars($match);
75 $text= $renderer->_xmlEntities($text);
/plugin/bbcodeextensions/syntax/
H A Danchor.php44 $match= $renderer->_xmlEntities($match); // htmlspecialchars($match);
H A Dclassdiv.php43 $match = $renderer->_xmlEntities($match);
H A Dclassspan.php47 $match = $renderer->_xmlEntities($match);
H A Dq.php52 $match[1]= $renderer->_xmlEntities($match[1]);
/plugin/bbs/
H A Dsyntax.php38 $data = trim( $renderer->_xmlEntities($data), "\n");
/plugin/bez/renderer/
H A Dxhtmlmail.php43 $title = $this->_xmlEntities($title);
50 $title = $this->_xmlEntities($cap);
58 $title = $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src)));
74 $ret .= ' width="'.$this->_xmlEntities($width).'"';
77 $ret .= ' height="'.$this->_xmlEntities($height).'"';
87 return $this->_xmlEntities($title ? $title : \dokuwiki\Utf8\PhpString::basename(noNS($src)));
113 return $this->_xmlEntities($title);
125 $this->_xmlEntities($title)
129 $ret .= $this->_xmlEntities($title);
132 $ret .= $this->_xmlEntities(\dokuwik
[all...]
/plugin/bez/syntax/
H A Dquery.php51 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bibtex/
H A Dsyntax.php467 return $this->_xmlEntities($heading);
470 return $this->_xmlEntities($default);
472 return $this->_xmlEntities($title);
479 function _xmlEntities($string) { function in syntax_plugin_bibtex
514 $ret .= ' title="'.$this->_xmlEntities($title).'"';
515 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
522 $ret .= ' title="'.$this->_xmlEntities($cap).'"';
523 $ret .= ' alt="'.$this->_xmlEntities($cap).'"';
530 $ret .= ' width="'.$this->_xmlEntities($width).'"';
555 $ret .= $this->_xmlEntities($title);
[all …]
/plugin/bibtex4dw/syntax/
H A Dbibtex.php85 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/block/
H A Dsyntax.php155 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/blockquote/syntax/
H A Dblockquote.php100 $renderer->doc .= $renderer->_xmlEntities($data);
H A Dcite.php94 $renderer->doc .= $renderer->_xmlEntities($data);

12345678