Lines Matching refs:_xmlEntities

275             $value .= '<manifest:file-entry manifest:media-type="'.$this->_xmlEntities($type).
276 '" manifest:full-path="'.$this->_xmlEntities($path).'"/>';
323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
572 $this->doc .= $this->_xmlEntities($text);
604 $this->doc.= $this->_xmlEntities($text);
830 $this->doc .= $this->_xmlEntities($text);
834 $this->doc .= $this->_xmlEntities($acronym);
842 $this->doc .= $this->_xmlEntities($smiley);
852 $this->doc .= $this->_xmlEntities($dec);
854 $this->doc .= $this->_xmlEntities($entity);
857 $this->doc .= $this->_xmlEntities($entity);
892 $this->doc .= $this->_xmlEntities($text);
901 $this->doc .= $this->_xmlEntities($text);
944 $text = $this->_xmlEntities($text);
1069 …$this->doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).'"
1072 $this->doc .= '<draw:image xlink:href="'.$this->_xmlEntities($src).'"
1087 $this->doc .= '>'.$this->_xmlEntities($name).'</text:a>';
1175 $url = $this->_xmlEntities($url);
1212 return $this->_xmlEntities($heading);
1215 return $this->_xmlEntities($default);
1217 return $this->_xmlEntities($title);
1250 function _xmlEntities($value) { function in renderer_plugin_odp
1364 …>doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).' Legen…
1369 …$this->doc .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$this->_xmlEntities($title).'"
1372 $this->doc .= '<draw:image xlink:href="'.$this->_xmlEntities($name).'"
1376 $this->doc .= $this->_xmlEntities($title).'</text:p></draw:text-box></draw:frame>';