Home
last modified time | relevance | path

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

12

/plugin/snap/
H A Dhelper.php85 'desc' => html_entity_decode($this->getLang('snap_description')),
H A Dsyntax.php.ori28 'desc' => html_entity_decode($this->getLang('snap_description')),
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) function
/plugin/emoji/emojione/
H A DClient.php349 $shortname = html_entity_decode($m[3]);
/plugin/xtern/
H A Dadmin.php258 $url=html_entity_decode($url);
/plugin/cacherevisionseraser/
H A Dadmin.php47 'name' => html_entity_decode($this->lang['title']),
48 'desc' => html_entity_decode($this->lang['desc']),
/plugin/pgn4web/pgn4web/
H A Dviewer.php310 …$pgnText = html_entity_decode(htmlentities($pgnText, ENT_QUOTES, $assumedEncoding), ENT_QUOTES , "…
/plugin/siteexport/renderer/
H A Dpdf.php384 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/plugin/odt2dw/
H A Daction.php230 …if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT…
/plugin/nodetailsxhtml/
H A Drenderer.php381 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/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/quickstats/
H A Daction.php211 $elems = explode('&',html_entity_decode($_SERVER['QUERY_STRING'])) ;
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php112 $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php227 $char = html_entity_decode($attr['CHAR']);
/plugin/ckgedit/action/
H A Dedit.php459 $matches[1] = html_entity_decode($matches[1],ENT_QUOTES, "UTF-8");
/plugin/issuetracker/
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);
H A Dsyntax.php973 $body = html_entity_decode($body);
/plugin/odp/
H A Drenderer.php850 $dec = @html_entity_decode($this->entities[$entity],ENT_NOQUOTES,'UTF-8');
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …e localtime checkdate flush wordwrap htmlspecialchars htmlentities html_entity_decode md5 md5_file…
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php

12