Home
last modified time | relevance | path

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

12

/plugin/siteexport/renderer/
H A Dpdf.php384 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php61 return html_entity_decode($m[$group]);
78 $all = array_map('html_entity_decode', $all);
/plugin/nodetailsxhtml/
H A Drenderer.php381 $str = html_entity_decode(stripslashes($str),ENT_QUOTES,'UTF-8');
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php227 $char = html_entity_decode($attr['CHAR']);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php112 $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8');
/plugin/openid/Auth/Yadis/
H A DParseHTML.php198 $value = html_entity_decode(
/plugin/do/
H A Ddomd5changed.php17 …$row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8'));
H A Daction.php41 … $JSINFO['plugin_do_user_clean'] = html_entity_decode(strip_tags($JSINFO['plugin_do_user_name']));
/plugin/do/syntax/
H A Ddo.php136 return trim(html_entity_decode(strip_tags($text), ENT_QUOTES, 'UTF-8'));
/plugin/bookmark2wiki/
H A Daction.php61 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
63 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
H A Dbookmark2wiki.php46 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
48 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
/plugin/ckgedit/action/
H A Dedit.php459 $matches[1] = html_entity_decode($matches[1],ENT_QUOTES, "UTF-8");
/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/xtern/
H A Dadmin.php258 $url=html_entity_decode($url);
/plugin/xtern/scripts/
H A Dchk_links.php39 $url=html_entity_decode($url);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php41 return \html_entity_decode($entity, \ENT_QUOTES | \ENT_HTML5, 'UTF-8');
/plugin/quickstats/
H A Daction.php211 $elems = explode('&',html_entity_decode($_SERVER['QUERY_STRING'])) ;
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php76 $this->renderer->cdata(html_entity_decode($contentLine));
100 …$this->renderer->header(html_entity_decode($content), $block['level'], $this->rendererContext['pos…
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …e localtime checkdate flush wordwrap htmlspecialchars htmlentities html_entity_decode md5 md5_file…
/plugin/xkcd/
H A Dsyntax.php43 $description = html_entity_decode($description, ENT_NOQUOTES);
/plugin/emoji/emojione/
H A DClient.php349 $shortname = html_entity_decode($m[3]);
/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/cacherevisionseraser/
H A Dadmin.php47 'name' => html_entity_decode($this->lang['title']),
48 'desc' => html_entity_decode($this->lang['desc']),
/plugin/issuetracker/
H A Dedit.php62 $body = html_entity_decode($body);
109 $body = html_entity_decode($body);

12