Home
last modified time | relevance | path

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

12345678

/plugin/floatdiv/syntax/
H A Dfloathead.php51 $renderer->_xmlEntities($match)."</div>";
H A Dfloat.php93 $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php24 …2' : '1'; ?>" class="usersubscriptions_namespace"><?php echo $renderer->_xmlEntities($nss); ?></th>
/plugin/swfobject/
H A Dsyntax.php145 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/multipoll/
H A Dsyntax.php101 $title = $renderer->_xmlEntities($data[0]);
189 …$ret .= ' <div class="multipoll_question" id="poll_question_'.$q.'">'.$renderer->_xmlEntities($que…
193 $a = $renderer->_xmlEntities($a);
221 …lass="multipoll_question" id="multipoll_question_'.$q.'">'.$renderer->_xmlEntities($question['q'])…
223 $a = $renderer->_xmlEntities($a);
/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/highlightjs/
H A Drenderer.php32 $this->doc .= '<pre><code>' . $this->_xmlEntities($text) . '</code></pre>'. DOKU_LF;
/plugin/tooltip/syntax/
H A Dtooltip.php129 $renderer->doc.= $renderer->_xmlEntities($ttip);
H A Dshort.php112 $renderer->doc.= $renderer->_xmlEntities($mark);
117 $renderer->doc.= $renderer->_xmlEntities($content);
/plugin/hide/
H A Dsyntax.php94 $renderer->doc.= $renderer->_xmlEntities($content);
/plugin/aimg/
H A Dsyntax.php146 $renderer->doc .= ' width="'.$renderer->_xmlEntities($img_width).'"';
150 $renderer->doc .= ' height="'.$renderer->_xmlEntities($img_height).'"';
/plugin/offline/
H A Drenderer.php174 $title = $this->_xmlEntities($title);
181 $title = $this->_xmlEntities($cap);
189 $title = $this->_xmlEntities(basename(noNS($src)));
209 $ret .= ' width="'.$this->_xmlEntities($width).'"';
212 $ret .= ' height="'.$this->_xmlEntities($height).'"';
219 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
220 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
226 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
227 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
234 $ret .= $this->_xmlEntities($title);
[all …]
/plugin/nroff/
H A Drenderer.php141 $this->doc .= $this->_xmlEntities($text);
146 $this->doc .= $this->_xmlEntities($text);
180 $this->doc .= $this->_xmlEntities($text);
341 $this->doc .= $this->_xmlEntities($text);
654 $link['title'] = $this->_xmlEntities($url);
680 $address = $this->_xmlEntities($address);
1019 $ret .= $this->_xmlEntities($title);
1028 function _xmlEntities($string) { function in renderer_plugin_nroff
1070 return $this->_xmlEntities($heading);
1073 return $this->_xmlEntities($default);
[all …]
/plugin/bibtex/
H A Dsyntax.php467 return $this->_xmlEntities($heading);
470 return $this->_xmlEntities($default);
472 return $this->_xmlEntities($title);
479 function _xmlEntities($string) { function in syntax_plugin_bibtex
514 $ret .= ' title="'.$this->_xmlEntities($title).'"';
515 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
522 $ret .= ' title="'.$this->_xmlEntities($cap).'"';
523 $ret .= ' alt="'.$this->_xmlEntities($cap).'"';
530 $ret .= ' width="'.$this->_xmlEntities($width).'"';
555 $ret .= $this->_xmlEntities($title);
[all …]

12345678