Home
last modified time | relevance | path

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

12

/plugin/zotero/
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/bookmark2wiki/
H A Daction.php63 $ti = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
65 $te = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
/plugin/hcalendar/syntax/
Dhelper.php8 $match = html_entity_decode(substr($match, 8, -2));
11 $match = html_entity_decode(substr($match, 7, -2));
/plugin/snap/
Dsyntax.php28 'desc' => html_entity_decode($this->getLang('snap_description')),
/plugin/zwidoku/
H A DHtml2Text.php378 $text = html_entity_decode($text, $this->htmlFuncFlags, self::ENCODING);
420 …if (preg_match('!^(javascript:|mailto:|#)!i', html_entity_decode($link, $this->htmlFuncFlags, self…
636 $str = html_entity_decode($str, $this->htmlFuncFlags, self::ENCODING);
/plugin/do/
Ddomd5changed.php17 …$row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8'));
Daction.php41 … $JSINFO['plugin_do_user_clean'] = html_entity_decode(strip_tags($JSINFO['plugin_do_user_name']));
/plugin/tikzjax/
Dsyntax.php91 $renderer->doc .= html_entity_decode(htmlspecialchars($data['content']));
/plugin/grensladawritezor/
Dsyntax.php70 $text_to_render = html_entity_decode($match);
/plugin/piclens/
Dsyntax.php29 'desc' => html_entity_decode($this->getLang('pic_description')),
/plugin/xkcd/
Dsyntax.php43 $description = html_entity_decode($description, ENT_NOQUOTES);
/plugin/freechat/phpfreechat/src/
Dpfcurlprocessing.php87 $decodedurl = html_entity_decode($url, ENT_QUOTES);
/plugin/google_cal/
Dsyntax.php33 $match = html_entity_decode(substr($match, 6, -2));
/plugin/eventline/
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/
Dchk_links.php39 $url=html_entity_decode($url);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DMultibyte.php48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
/plugin/table2csv/
DgetTableData.php14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/openid/Auth/Yadis/
DParseHTML.php198 $value = html_entity_decode(
/plugin/favoris/
Dsyntax.php28 'desc' => html_entity_decode($this->getLang('fav_description')),
/plugin/geogebra/syntax/
Dgeogebrafile.php83 $match = html_entity_decode(substr($match, $this->matchLength(), -2));
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
DMarkdownRendererTrait.php76 $this->renderer->cdata(html_entity_decode($contentLine));
100 …$this->renderer->header(html_entity_decode($content), $block['level'], $this->rendererContext['pos…
/plugin/text/
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/
Dzirkelundlineal.php94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
/plugin/issuetracker/
Dedit.php62 $body = html_entity_decode($body);
109 $body = html_entity_decode($body);
/plugin/do/syntax/
Ddo.php136 return trim(html_entity_decode(strip_tags($text), ENT_QUOTES, 'UTF-8'));

12