/plugin/xml/ |
H A D | renderer.php | 120 $this->doc .= $this->_xmlEntities($text); 263 $this->doc .= $this->_xmlEntities($text); 387 …his->doc .= '<link type="locallink" link="'.$this->_xmlEntities($hash).'" href="'.$this->_xmlEntit… 410 …$type.'" link="'.$this->_xmlEntities($link).'" id="'.$id.'" search="'.$this->_xmlEntities($search)… 422 …this->doc .= '<link type="external" link="'.$this->_xmlEntities($link).'" href="'.$this->_xmlEntit… 436 …his->doc .= '<link type="interwiki" link="'.$this->_xmlEntities($link).'" href="'.$this->_xmlEntit… 458 $url = $this->_xmlEntities($address); 547 function _xmlEntities($text){ function in renderer_plugin_xml 571 … $name = $title ? $this->_xmlEntities($title) : $this->_xmlEntities(utf8_basename(noNS($src))); 573 $src = ' id="'.$this->_xmlEntities($src).'" hash="'.$this->_xmlEntities($hash).'"'; [all …]
|
H A D | helper.php | 21 $renderer->doc .= $renderer->_xmlEntities($match); 36 $renderer->doc .= $renderer->_xmlEntities($data); 42 $renderer->doc .= '<tag target="'.$renderer->_xmlEntities($tag).'" />';
|
/plugin/bez/renderer/ |
H A D | xhtmlmail.php | 43 $title = $this->_xmlEntities($title); 50 $title = $this->_xmlEntities($cap); 58 $title = $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src))); 74 $ret .= ' width="'.$this->_xmlEntities($width).'"'; 77 $ret .= ' height="'.$this->_xmlEntities($height).'"'; 87 return $this->_xmlEntities($title ? $title : \dokuwiki\Utf8\PhpString::basename(noNS($src))); 113 return $this->_xmlEntities($title); 125 $this->_xmlEntities($title) 129 $ret .= $this->_xmlEntities($title); 132 $ret .= $this->_xmlEntities(\dokuwik [all...] |
/plugin/bibtex/ |
H A D | syntax.php | 467 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 …]
|
/plugin/s5reloaded/ |
H A D | renderer.php | 208 $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 …]
|
/plugin/vcard/ |
H A D | syntax.php | 215 $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/nroff/ |
H A D | renderer.php | 141 $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/offline/ |
H A D | renderer.php | 174 $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/nsexport/packer/ziphtml/ |
H A D | renderer.php | 121 $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/timetrack/ |
H A D | syntax.php | 104 $r->doc .= $r->_xmlEntities($project_name); 112 $r->doc .= $r->_xmlEntities($content); 118 $r->doc .= $r->_xmlEntities($this->getLang('sum')); 128 $r->doc .= $r->_xmlEntities(reset($weekValues)['task_name']); 134 $r->doc .= $r->_xmlEntities($cell); 141 $r->doc .= $r->_xmlEntities($sum_task[$task_id]); 151 $r->doc .= $r->_xmlEntities($this->getLang('sum')); 156 $r->doc .= $r->_xmlEntities($sum_date[$week]); 161 $r->doc .= $r->_xmlEntities(array_sum($sum_date));
|
/plugin/eventline/ |
H A D | plain.php | 239 $title = $this->_xmlEntities($title); 246 $title = $this->_xmlEntities($cap); 254 $title = $this->_xmlEntities(basename(noNS($src))); 269 $ret .= ' width="'.$this->_xmlEntities($width).'"'; 272 $ret .= ' height="'.$this->_xmlEntities($height).'"'; 283 return $this->_xmlEntities($title); 294 $this->_xmlEntities($title)); 297 $ret .= $this->_xmlEntities($title); 300 $ret .= $this->_xmlEntities(basename(noNS($src)));
|
/plugin/odp/ |
H A D | renderer.php | 572 $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 …]
|
/plugin/html5/ |
H A D | renderer.php | 106 $this->doc .= $this->_xmlEntities( $text ); 152 $title = $this->_xmlEntities($this->smileys[$smiley]); 155 $this->_xmlEntities($smiley).'" />'; 157 $this->doc .= $this->_xmlEntities($smiley);
|
/plugin/foldablelist/ |
H A D | syntax.php | 136 $renderer->doc .= $renderer->_xmlEntities($match); 142 $renderer->doc.= 'MATCH: '.$renderer->_xmlEntities($match); 143 $renderer->doc.= 'STATE: '.$renderer->_xmlEntities($state); 144 $renderer->doc.= 'PARAMS: '.$renderer->_xmlEntities($parameters);
|
/plugin/scrollticker/ |
H A D | syntax.php | 81 $renderer->doc .= $renderer->_xmlEntities($match); 87 $renderer->doc.= 'MATCH: '.$renderer->_xmlEntities($match); 88 $renderer->doc.= 'STATE: '.$renderer->_xmlEntities($state);
|
/plugin/formatplus2/syntax/ |
H A D | blockinsertplus.php | 98 $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 D | blockdeleteplus.php | 103 $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);
|
/plugin/formatplus/syntax/ |
H A D | blockinsertplus.php | 98 $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 D | blockdeleteplus.php | 103 $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);
|
/plugin/poll/ |
H A D | syntax.php | 59 $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/multipoll/ |
H A D | syntax.php | 101 $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/imagebox/ |
H A D | syntax.php | 143 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/owncloud/ |
H A D | helper.php | 674 $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/bbcode/ |
H A D | size.php | 56 $renderer->doc .= '<span style="font-size:'.$renderer->_xmlEntities($match).'">'; 60 $renderer->doc .= $renderer->_xmlEntities($match);
|
/plugin/tooltip/syntax/ |
H A D | short.php | 112 $renderer->doc.= $renderer->_xmlEntities($mark); 117 $renderer->doc.= $renderer->_xmlEntities($content);
|