Home
last modified time | relevance | path

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

12

/plugin/bookmark2wiki/
H A Dbookmark2wiki.php46 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
48 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
H A Daction.php61 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
63 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
/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/hcalendar/syntax/
H A Dhelper.php8 $match = html_entity_decode(substr($match, 8, -2));
11 $match = html_entity_decode(substr($match, 7, -2));
/plugin/snap/
H A Dsyntax.php28 'desc' => html_entity_decode($this->getLang('snap_description')),
/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/doi/Resolver/
H A DIsbnIsbnDeResolver.php61 return html_entity_decode($m[$group]);
78 $all = array_map('html_entity_decode', $all);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php41 return \html_entity_decode($entity, \ENT_QUOTES | \ENT_HTML5, 'UTF-8');
/plugin/piclens/
H A Dsyntax.php29 'desc' => html_entity_decode($this->getLang('pic_description')),
/plugin/xkcd/
H A Dsyntax.php43 $description = html_entity_decode($description, ENT_NOQUOTES);
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php87 $decodedurl = html_entity_decode($url, ENT_QUOTES);
/plugin/google_cal/
H A Dsyntax.php33 $match = html_entity_decode(substr($match, 6, -2));
/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/xtern/scripts/
H A Dchk_links.php39 $url=html_entity_decode($url);
/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/table2csv/
H A DgetTableData.php14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/openid/Auth/Yadis/
H A DParseHTML.php198 $value = html_entity_decode(
/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/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/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/zul/syntax/
H A Dzirkelundlineal.php94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
/plugin/do/syntax/
H A Ddo.php136 return trim(html_entity_decode(strip_tags($text), ENT_QUOTES, 'UTF-8'));
/plugin/issuetracker/
H A Dedit.php62 $body = html_entity_decode($body);
109 $body = html_entity_decode($body);

12