Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 126 – 150 of 189) sorted by path

12345678

/plugin/openas/
H A Dsyntax.php102 $text = $renderer->_xmlEntities($match);
/plugin/orgapp/
H A Dsyntax.php95 … $renderer->doc .= '<param name="Data" value="' . $renderer->_xmlEntities($this->data) . '" />';
/plugin/owncloud/
H A Dhelper.php674 $link['title'] = $this->_xmlEntities($src);
697 $title = $this->_xmlEntities($title);
704 $title = $this->_xmlEntities($cap);
712 $title = $this->_xmlEntities(utf8_basename(noNS($src)));
729 $ret .= ' width="'.$this->_xmlEntities($width).'"';
732 $ret .= ' height="'.$this->_xmlEntities($height).'"';
744 return $this->_xmlEntities($title);
755 $this->_xmlEntities($title));
758 $ret .= $this->_xmlEntities($title);
761 $ret .= $this->_xmlEntities(utf8_basename(noNS($src)));
[all …]
/plugin/pagestat/syntax/
H A Dblock.php76 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dedit.php68 $renderer->doc .= $renderer->_xmlEntities($match);
H A Deditpt.php69 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dword.php56 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/partialsearch/
H A Drenderer.php59 $this->doc .= str_replace(DOKU_LF,"<br />".DOKU_LF,$this->_xmlEntities($text));
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php97 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/pirate/
H A Drenderer.php26 $this->doc .= $this->_xmlEntities($this->pirate_filter($text));
/plugin/plaintext/
H A Dinline.php38 … $renderer->doc .= str_replace( "\n", "<br/>".DOKU_LF, trim($renderer->_xmlEntities($data),"\n") );
/plugin/poll/
H A Dsyntax.php59 $title = $renderer->_xmlEntities($data[0]);
73 $renderer->doc .= '<div>'.$renderer->_xmlEntities($more).'</div>';
88 $opt = $renderer->_xmlEntities($options[$i]);
153 $option = $renderer->_xmlEntities($option);
/plugin/prespan/
H A Dsyntax.php88 $renderer->doc .= $renderer->_xmlEntities($data[0]);
/plugin/purplenumbers/
H A Drenderer.php85 trim($this->_xmlEntities($text),"\n\r").
/plugin/randompage2/
H A Dsyntax.php52 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/randomtables/syntax/
H A Dsource.php101 . '<td>' . $renderer->_xmlEntities($txt) .'</td>'
/plugin/redissue/
H A Dsyntax.php146 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/redproject/
H A Dsyntax.php327 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/revealjs/
H A Drenderer.php285 $this->doc .= $this->_xmlEntities($acronym);
489 $this->doc .= '<pre><code>'.$this->_xmlEntities($text).'</code></pre>'.DOKU_LF;
492 …$this->doc .= '<pre><code class="'.$language.'">'.$this->_xmlEntities($text).'</code></pre>'.DOKU_…
/plugin/revealjs/syntax/
H A Dfragment.php89 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dheader.php99 $renderer->doc .= $renderer->_xmlEntities($text);
114 $renderer->doc .= $renderer->_xmlEntities($text);
171 …$renderer->doc .= DOKU_LF.'<h'.$level.' id="'.$hid.'">'.$renderer->_xmlEntities($text)."</h$level>…
/plugin/rss/
H A Dsyntax.php115 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/ryubin/syntax/
H A Dryubin.php145 $doc .= "playmode=".$renderer->_xmlEntities($data['playmode']);
147 $doc .= "&xml_path=".$renderer->_xmlEntities($data['xml_path']);
148 … if ($data['mime'] != 'xml') $doc .= "&img_path=".$renderer->_xmlEntities($data['img_path']);
/plugin/s5/
H A Drenderer.php145 $this->doc .= $this->_xmlEntities($text);
175 $this->doc .= $this->_xmlEntities($acronym);
/plugin/s5reloaded/
H A Drenderer.php208 $this->doc .= $this->_xmlEntities($text);
238 $this->doc .= $this->_xmlEntities($acronym);
261 $title = $this->_xmlEntities($title);
268 $title = $this->_xmlEntities($cap);
276 $title = $this->_xmlEntities(basename(noNS($src)));
296 $ret .= ' width="'.$this->_xmlEntities($width).'"';
299 $ret .= ' height="'.$this->_xmlEntities($height).'"';
311 return $this->_xmlEntities($title);
322 $this->_xmlEntities($title));
325 $ret .= $this->_xmlEntities($title);
[all …]

12345678