Home
last modified time | relevance | path

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

12

/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/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/cacherevisionseraser/
H A Dadmin.php47 'name' => html_entity_decode($this->lang['title']),
48 'desc' => html_entity_decode($this->lang['desc']),
/plugin/ckgedit/action/
H A Dedit.php459 $matches[1] = html_entity_decode($matches[1],ENT_QUOTES, "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/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php112 $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8');
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php41 return \html_entity_decode($entity, \ENT_QUOTES | \ENT_HTML5, 'UTF-8');
/plugin/do/
H A Daction.php41 … $JSINFO['plugin_do_user_clean'] = html_entity_decode(strip_tags($JSINFO['plugin_do_user_name']));
H A Ddomd5changed.php17 …$row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8'));
/plugin/do/syntax/
H A Ddo.php136 return trim(html_entity_decode(strip_tags($text), 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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php227 $char = html_entity_decode($attr['CHAR']);
/plugin/emoji/emojione/
H A DClient.php349 $shortname = html_entity_decode($m[3]);
/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/favoris/
H A Dsyntax.php28 'desc' => html_entity_decode($this->getLang('fav_description')),
/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/geogebra/syntax/
H A Dgeogebrafile.php83 $match = html_entity_decode(substr($match, $this->matchLength(), -2));
/plugin/google_cal/
H A Dsyntax.php33 $match = html_entity_decode(substr($match, 6, -2));
/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/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 Dedit.php62 $body = html_entity_decode($body);
109 $body = html_entity_decode($body);
H A Dsyntax.php973 $body = html_entity_decode($body);
/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…

12