Home
last modified time | relevance | path

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

12345678

/plugin/formatplus/syntax/
H A Dblockquoteplus.php81 … $renderer->doc .= '<blockquote class="citation" title="'.$renderer->_xmlEntities($output).'">';
90 $renderer->doc .= $renderer->_xmlEntities($output);
H A Dquoteplus.php76 $renderer->doc .= '<q cite="'.$renderer->_xmlEntities($output).'">';
85 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/formatplus2/
H A Dformatting.php122 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/formatplus2/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);
H A Dblockquoteplus.php81 … $renderer->doc .= '<blockquote class="citation" title="'.$renderer->_xmlEntities($output).'">';
90 $renderer->doc .= $renderer->_xmlEntities($output);
H A Dquoteplus.php76 $renderer->doc .= '<q cite="'.$renderer->_xmlEntities($output).'">';
85 $renderer->doc .= $renderer->_xmlEntities($output);
/plugin/function/
H A Dsyntax.php65 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/gitlabapi/
H A Dsyntax.php117 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/gitlabproject/
H A Dsyntax.php96 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/google_maps/syntax/
H A Dmaps.php197 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/header3/
H A Drenderer.php39 $this->doc .= str_replace("\n","<br />\n",$this->_xmlEntities($text));
/plugin/headernofloat/
H A Dsyntax.php76 $renderer->doc .=$renderer->_xmlEntities($title);
/plugin/hidden/
H A Dsyntax.php201 $text = $renderer->_xmlEntities($data['text']);
226 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/hide/
H A Dsyntax.php94 $renderer->doc.= $renderer->_xmlEntities($content);
/plugin/highlight/
H A Dsyntax.php77 $renderer->doc .= $renderer->_xmlEntities($color);
/plugin/highlightjs/
H A Drenderer.php32 $this->doc .= '<pre><code>' . $this->_xmlEntities($text) . '</code></pre>'. DOKU_LF;
/plugin/html5/
H A Drenderer.php106 $this->doc .= $this->_xmlEntities( $text );
152 $title = $this->_xmlEntities($this->smileys[$smiley]);
155 $this->_xmlEntities($smiley).'" />';
157 $this->doc .= $this->_xmlEntities($smiley);
/plugin/htmldetailstag/syntax/
H A Ddetails.php112 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dsummary.php100 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/imagebox/
H A Dsyntax.php143 if($style=='Italic') $renderer->doc .= '<em>'.$renderer->_xmlEntities($match).'</em>';
144 elseif($style=='Bold') $renderer->doc .= '<strong>'.$renderer->_xmlEntities($match).'</strong>';
145 else $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/imagemap/
H A Dsyntax.php98 $title = $renderer->_xmlEntities($title);
105 $renderer->doc .= ' width="'.$renderer->_xmlEntities($width).'"';
107 $renderer->doc .= ' height="'.$renderer->_xmlEntities($height).'"';
152 $url = $renderer->_xmlEntities($url);
199 $renderer->doc .= $renderer->_xmlEntities($data[1]);
/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/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/include/syntax/
H A Dheader.php62 $headline = $renderer->_xmlEntities($headline);

12345678