Home
last modified time | relevance | path

Searched refs:html_entity_decode (Results 26 – 45 of 45) sorted by last modified time

12

/plugin/issuetracker/
H A Dsyntax.php973 $body = html_entity_decode($body);
H A Daction.php2668 $body = html_entity_decode($body);
2734 $body = html_entity_decode($body);
2806 $body = html_entity_decode($body);
2860 $body = html_entity_decode($body);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) function
H A Dpfcurlprocessing.php87 $decodedurl = html_entity_decode($url, ENT_QUOTES);
/plugin/pgn4web/pgn4web/
H A Dviewer.php310 …$pgnText = html_entity_decode(htmlentities($pgnText, ENT_QUOTES, $assumedEncoding), ENT_QUOTES , "…
/plugin/google_cal/
H A Dsyntax.php33 $match = html_entity_decode(substr($match, 6, -2));
/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/odt2dw/
H A Daction.php230 …if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT…
/plugin/odp/
H A Drenderer.php850 $dec = @html_entity_decode($this->entities[$entity],ENT_NOQUOTES,'UTF-8');
/plugin/table2csv/
H A DgetTableData.php14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/eventline/
H A Dplain.php94 $this->doc .= ' ' . html_entity_decode($url, ENT_NOQUOTES) . ' ';
96 $this->doc .= ' <a href="' . html_entity_decode($url, ENT_NOQUOTES) . '">'.$name.'</a> ';
/plugin/geogebra/syntax/
H A Dgeogebrafile.php83 $match = html_entity_decode(substr($match, $this->matchLength(), -2));
/plugin/favoris/
H A Dsyntax.php28 'desc' => html_entity_decode($this->getLang('fav_description')),
/plugin/hcalendar/syntax/
H A Dhelper.php8 $match = html_entity_decode(substr($match, 8, -2));
11 $match = html_entity_decode(substr($match, 7, -2));
/plugin/zul/syntax/
H A Dzirkelundlineal.php94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
/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/piclens/
H A Dsyntax.php29 'desc' => html_entity_decode($this->getLang('pic_description')),

12