Home
last modified time | relevance | path

Searched refs:html_entity_decode (Results 26 – 45 of 45) sorted by path

12

/plugin/nodetailsxhtml/
H A Drenderer.php381 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/plugin/odp/
H A Drenderer.php850 $dec = @html_entity_decode($this->entities[$entity],ENT_NOQUOTES,'UTF-8');
/plugin/odt2dw/
H A Daction.php230 …if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT…
/plugin/odtplus2dw/
H A Daction.php247 if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT, 'UTF-8') ) return $this->_msg('er_transform');
/plugin/openid/Auth/Yadis/
H A DParseHTML.php198 $value = html_entity_decode(
/plugin/pgn4web/pgn4web/
H A Dviewer.php310 …$pgnText = html_entity_decode(htmlentities($pgnText, ENT_QUOTES, $assumedEncoding), ENT_QUOTES , "…
/plugin/piclens/
H A Dsyntax.php29 'desc' => html_entity_decode($this->getLang('pic_description')),
/plugin/quickstats/
H A Daction.php211 $elems = explode('&',html_entity_decode($_SERVER['QUERY_STRING'])) ;
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/siteexport/renderer/
H A Dpdf.php384 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/plugin/snap/
H A Dhelper.php85 'desc' => html_entity_decode($this->getLang('snap_description')),
H A Dsyntax.php28 'desc' => html_entity_decode($this->getLang('snap_description')),
H A Dsyntax.php.ori28 'desc' => html_entity_decode($this->getLang('snap_description')),
/plugin/table2csv/
H A DgetTableData.php14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/text/
H A Drenderer.php53 trim(html_entity_decode(preg_replace($search,' ',$this->doc),ENT_QUOTES)) .
463 $address = html_entity_decode(obfuscate($address),ENT_QUOTES,'UTF-8');
/plugin/xkcd/
H A Dsyntax.php43 $description = html_entity_decode($description, ENT_NOQUOTES);
/plugin/xtern/
H A Dadmin.php258 $url=html_entity_decode($url);
/plugin/xtern/scripts/
H A Dchk_links.php39 $url=html_entity_decode($url);
/plugin/zotero/
H A DFeedZoteroRepository.php101 if (isset($data->title)) { $e->setTitle(html_entity_decode($data->title)); }
102 if (isset($data->shortTitle)) { $e->setCiteKey(html_entity_decode($data->shortTitle)); }
103 if (isset($data->date)) { $e->setDate(html_entity_decode($data->date)); }
/plugin/zul/syntax/
H A Dzirkelundlineal.php94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));

12