Home
last modified time | relevance | path

Searched refs:_xmlEntities (Results 151 – 175 of 189) sorted by relevance

12345678

/plugin/dtable/
H A Dsyntax.php101 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/javadoc/
H A Dsyntax.php145 $text = $renderer->_xmlEntities(str_replace("#", ".", $data));
/plugin/twcheckliste/
H A Dsyntax.php95 $text = $renderer -> _xmlEntities($data['text']);
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php139 … ' . strtolower($attr . $highlight) . '"' . $title . '>' . $renderer->_xmlEntities($content) . '</…
/plugin/header3/
H A Drenderer.php39 $this->doc .= str_replace("\n","<br />\n",$this->_xmlEntities($text));
/plugin/latexcaption/syntax/
H A Dcaption.php238 $markup .= 'id="'.$renderer->_xmlEntities($label).'"';
284 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bootnote/
H A Dsyntax.php101 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/codedoc/
H A Dblock.php106 else $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/flattr/
H A Dhelper.php110 $code = '<div class="flattr_'.$this->_xmlEntities($params['align']).'">';
/plugin/block/
H A Dsyntax.php155 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/tabbox/
H A Dsyntax.php147 $R->doc .= $R->_xmlEntities($name);
/plugin/bbs/
H A Dsyntax.php38 $data = trim( $renderer->_xmlEntities($data), "\n");
/plugin/jenkins/
H A Dsyntax.php98 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/codeprettify/syntax/
H A Dcode.php227 $renderer->doc .= $renderer->_xmlEntities($args);
/plugin/gitlabproject/
H A Dsyntax.php96 $renderer->doc .= $renderer->_xmlEntities($data['text']);
/plugin/syntaxhighlighter4/
H A Dsyntax.php129 …lass="brush: '.strtolower($attr.$highlight).'"'.$title.'>'.$renderer->_xmlEntities($content).'</pr…
/plugin/openas/
H A Dsyntax.php102 $text = $renderer->_xmlEntities($match);
/plugin/odtsupport/
H A Dsyntax.php178 … $fieldsPlugin->ODTSetUserField($renderer, $string, $renderer->_xmlEntities($hash));
/plugin/note/
H A Dsyntax.php111 $renderer->doc .= $renderer->_xmlEntities($data);
/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
/plugin/webcomponent/syntax/
H A Dcard.php231 $this->header .= $renderer->_xmlEntities($title);
/plugin/tcycle/
H A Dsyntax.php88 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/displayfile/
H A Dsyntax.php258 … { $renderer->doc .= '<pre class="file">' .$renderer->_xmlEntities($text) . '</pre>' . DOKU_LF; }
/plugin/svgembed/
H A Dsyntax.php304 $additionalCssClasses .= " " . $renderer->_xmlEntities($newCssClass);
/plugin/swfobject/
H A Dsyntax.php145 $renderer->doc .= $renderer->_xmlEntities($data);

12345678