Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 126 – 150 of 189) sorted by last modified time

12345678

/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php139 … ' . strtolower($attr . $highlight) . '"' . $title . '>' . $renderer->_xmlEntities($content) . '</…
/plugin/callflow/
H A Dsyntax.php42 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/redproject/
H A Dsyntax.php327 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/rss/
H A Dsyntax.php115 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/gitlabproject/
H A Dsyntax.php96 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/subnumberlist/
H A Dsyntax.php50 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/syntaxmantis/
H A Dsyntax.php49 $link['title'] = $renderer->_xmlEntities($url);
/plugin/flattr/
H A Dhelper.php110 $code = '<div class="flattr_'.$this->_xmlEntities($params['align']).'">';
/plugin/jenkins/
H A Dsyntax.php98 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/bootnote/
H A Dsyntax.php101 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/nonblank/
H A Drenderer.php36 $esc = $this->_xmlEntities($text);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php121 $title = $this->_xmlEntities($title);
128 $title = $this->_xmlEntities($cap);
136 $title = $this->_xmlEntities(basename(noNS($src)));
156 $ret .= ' width="'.$this->_xmlEntities($width).'"';
159 $ret .= ' height="'.$this->_xmlEntities($height).'"';
171 return $this->_xmlEntities($title);
182 $this->_xmlEntities($title));
185 $ret .= $this->_xmlEntities($title);
188 $ret .= $this->_xmlEntities(basename(noNS($src)));
/plugin/fontsize2/
H A Dsyntax.php75 $renderer->doc .= $renderer->_xmlEntities($fs);
/plugin/google_maps/syntax/
H A Dmaps.php197 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/eventum/
H A Dsyntax.php232 function _xmlEntities($value) { function in syntax_plugin_eventum
281 $url = $this->_xmlEntities($url);
/plugin/highlight/
H A Dsyntax.php77 $renderer->doc .= $renderer->_xmlEntities($color);
/plugin/pirate/
H A Drenderer.php26 $this->doc .= $this->_xmlEntities($this->pirate_filter($text));
/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/javadoc/
H A Dsyntax.php145 $text = $renderer->_xmlEntities(str_replace("#", ".", $data));
/plugin/indexnumber/
H A Dsyntax.php135 $R->doc .= $R->_xmlEntities($data[1]);
/plugin/embedover/
H A Dsyntax.php104 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/vcard/
H A Dsyntax.php215 $html = $renderer->_xmlEntities($data['street-address']);
223 $html = $renderer->_xmlEntities($data['postal-code']);
228 $html = $renderer->_xmlEntities($data['locality']);
235 $html = $renderer->_xmlEntities($data['country-name']);
263 $html = $renderer->_xmlEntities($data['work']);
268 $html = $renderer->_xmlEntities($data['cell']);
273 $html = $renderer->_xmlEntities($data['home']);
278 $html = $renderer->_xmlEntities($data['website']);
283 $folded .= ' '.$renderer->_xmlEntities($data['street-address']).',';
287 $folded .= ' '.$renderer->_xmlEntities($data['postal-code']);
[all …]
/plugin/header3/
H A Drenderer.php39 $this->doc .= str_replace("\n","<br />\n",$this->_xmlEntities($text));
/plugin/fontawesome/syntax/
H A Dfontawesome.php89 … $renderer->doc .= '<'.$tag.' class="'. $renderer->_xmlEntities($match['data']) .'"></'.$tag.'>';
/plugin/odp/
H A Drenderer.php572 $this->doc .= $this->_xmlEntities($text);
604 $this->doc.= $this->_xmlEntities($text);
830 $this->doc .= $this->_xmlEntities($text);
834 $this->doc .= $this->_xmlEntities($acronym);
892 $this->doc .= $this->_xmlEntities($text);
901 $this->doc .= $this->_xmlEntities($text);
944 $text = $this->_xmlEntities($text);
1175 $url = $this->_xmlEntities($url);
1215 return $this->_xmlEntities($default);
1217 return $this->_xmlEntities($title);
[all …]

12345678