Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 1 – 25 of 189) sorted by last modified time

12345678

/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/yalist/
H A Dsyntax.php237 $renderer->doc .= $renderer->_xmlEntities($data['output']);
/plugin/dokuprism/syntax/
H A Dcode.php64 $language = $renderer->_xmlEntities($match);
68 $renderer->doc .= trim($renderer->_xmlEntities($match));
/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/mikioplugin/syntax/
H A Dcore.php386 $renderer->doc .= $renderer->_xmlEntities($data);
/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/imagemapping/
H A Dsyntax.php126 $title = $renderer->_xmlEntities($title);
133 $renderer->doc .= ' width="' . $renderer->_xmlEntities($width) . '"';
135 $renderer->doc .= ' height="' . $renderer->_xmlEntities($height) . '"';
180 $url = $renderer->_xmlEntities($url);
222 $renderer->doc .= $renderer->_xmlEntities($data[1]);
/plugin/caption/syntax/
H A Dcaption.php112 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
129 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
146 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
165 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"';
266 $renderer->doc .= $renderer->_xmlEntities($match);
362 $renderer->doc .= $match; //$renderer->_xmlEntities($match);
/plugin/button/
H A Dsyntax.php315 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php85 $renderer->doc .= $renderer->_xmlEntities($match);
/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/dw2pdf/
H A Drenderer.php120 $this->_xmlEntities($text),
128 $this->doc .= $this->_xmlEntities($text);
235 $this->doc .= $this->_xmlEntities($acronym);
/plugin/hidden/
H A Dsyntax.php201 $text = $renderer->_xmlEntities($data['text']);
226 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/combo/syntax/
H A Dmath.php133 $renderer->doc .= $renderer->_xmlEntities($content) . DOKU_LF;
/plugin/codify/
H A Dsyntax.php48 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/katex/syntax/
H A Dprotect.php156 $renderer->doc .= $renderer->_xmlEntities( $data );
/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 Dclassspan.php47 $match = $renderer->_xmlEntities($match);
H A Dq.php52 $match[1]= $renderer->_xmlEntities($match[1]);
H A Dclassdiv.php43 $match = $renderer->_xmlEntities($match);
/plugin/randomtables/syntax/
H A Dsource.php101 . '<td>' . $renderer->_xmlEntities($txt) .'</td>'
/plugin/btable2/
H A Dsyntax.php124 $title = $renderer->_xmlEntities($data[0]);
177 $column = $renderer->_xmlEntities($columns[$i]);
264 $renderer->doc .= $renderer->_xmlEntities($column);
/plugin/odt/renderer/
H A Dpage.php1311 $ret .= '>'.$this->_xmlEntities($name).'</text:a>';
1472 $url = $this->_xmlEntities($url);
1517 return $this->_xmlEntities($heading);
1520 return $this->_xmlEntities($default);
1522 return $this->_xmlEntities($title);
1530 function _xmlEntities($value) { function in renderer_plugin_odt_page

12345678