Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 51 – 75 of 189) sorted by path

12345678

/plugin/displayfile/
H A Dsyntax.php258 … { $renderer->doc .= '<pre class="file">' .$renderer->_xmlEntities($text) . '</pre>' . DOKU_LF; }
/plugin/dokuprism/syntax/
H A Dcode.php64 $language = $renderer->_xmlEntities($match);
68 $renderer->doc .= trim($renderer->_xmlEntities($match));
/plugin/dokutexit/
H A Dlatex.php1451 function _xmlEntities($string) { function in Doku_Renderer_latex
1511 $ret .= $this->_xmlEntities($title);
1514 $ret .= $this->_xmlEntities(noNS($src));
1566 $ret .= ' title="'.$this->_xmlEntities($title).'"';
1567 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
1574 $ret .= ' title="'.$this->_xmlEntities($cap).'"';
1575 $ret .= ' alt="'.$this->_xmlEntities($cap).'"';
1582 $ret .= ' width="'.$this->_xmlEntities($width).'"';
1585 $ret .= ' height="'.$this->_xmlEntities($height).'"';
1607 $ret .= $this->_xmlEntities($title);
[all …]
/plugin/dtable/
H A Dsyntax.php101 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/dw2pdf/
H A Drenderer.php120 $this->_xmlEntities($text),
128 $this->doc .= $this->_xmlEntities($text);
235 $this->doc .= $this->_xmlEntities($acronym);
/plugin/embedover/
H A Dsyntax.php104 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/epub/
H A Drenderer.php170 $this->doc .= $this->_xmlEntities($acronym);
/plugin/eventline/
H A Dplain.php239 $title = $this->_xmlEntities($title);
246 $title = $this->_xmlEntities($cap);
254 $title = $this->_xmlEntities(basename(noNS($src)));
269 $ret .= ' width="'.$this->_xmlEntities($width).'"';
272 $ret .= ' height="'.$this->_xmlEntities($height).'"';
283 return $this->_xmlEntities($title);
294 $this->_xmlEntities($title));
297 $ret .= $this->_xmlEntities($title);
300 $ret .= $this->_xmlEntities(basename(noNS($src)));
/plugin/eventum/
H A Dsyntax.php232 function _xmlEntities($value) { function in syntax_plugin_eventum
281 $url = $this->_xmlEntities($url);
/plugin/fckg/
H A Drenderer.php71 $this->doc .= $this->_xmlEntities($text);
/plugin/fckg/syntax/
H A Dfont.php86 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/fields/
H A Dsyntax.php86 $renderer->_xmlEntities($field_value));
/plugin/filelist/
H A Dsyntax.php
/plugin/flattr/
H A Dhelper.php110 $code = '<div class="flattr_'.$this->_xmlEntities($params['align']).'">';
/plugin/floatdiv/syntax/
H A Dfloat.php93 $renderer->doc .= $renderer->_xmlEntities($match); break;
H A Dfloathead.php51 $renderer->_xmlEntities($match)."</div>";
/plugin/foldablelist/
H A Dsyntax.php132 $renderer->doc .= $renderer->_xmlEntities($match);
138 $renderer->doc.= 'MATCH: '.$renderer->_xmlEntities($match);
139 $renderer->doc.= 'STATE: '.$renderer->_xmlEntities($state);
140 $renderer->doc.= 'PARAMS: '.$renderer->_xmlEntities($parameters);
/plugin/fontawesome/syntax/
H A Dfontawesome.php89 … $renderer->doc .= '<'.$tag.' class="'. $renderer->_xmlEntities($match['data']) .'"></'.$tag.'>';
/plugin/fontfamily/
H A Dsyntax.php78 $renderer->doc .= $renderer->_xmlEntities($ff);
/plugin/fontsize/
H A Dsyntax.php60 $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/fontsize2/
H A Dsyntax.php75 $renderer->doc .= $renderer->_xmlEntities($fs);
/plugin/format/
H A Dsyntax.php93 $renderer->doc .='** "'.$renderer->_xmlEntities($program)
/plugin/formatplus/
H A Dformatting.php122 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/formatplus/syntax/
H A Dblockdeleteplus.php103 $renderer->doc .= ' title="'.$renderer->_xmlEntities($output[0]).'"';
106 $renderer->doc .= ' cite="'.$renderer->_xmlEntities($output[1]).'"';
109 $renderer->doc .= ' datetime="'.$renderer->_xmlEntities($output[2]).'"';
117 $renderer->doc .= $renderer->_xmlEntities($output);
H A Dblockinsertplus.php98 $renderer->doc .= ' title="'.$renderer->_xmlEntities($output[0]).'"';
101 $renderer->doc .= ' cite="'.$renderer->_xmlEntities($output[1]).'"';
104 $renderer->doc .= ' datetime="'.$renderer->_xmlEntities($output[2]).'"';
112 $renderer->doc .= $renderer->_xmlEntities($output);

12345678