/plugin/bookmark2wiki/ |
H A D | bookmark2wiki.php | 46 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8'); 48 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
|
H A D | action.php | 61 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8'); 63 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
|
/plugin/zotero/ |
H A D | FeedZoteroRepository.php | 101 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 D | helper.php | 8 $match = html_entity_decode(substr($match, 8, -2)); 11 $match = html_entity_decode(substr($match, 7, -2));
|
/plugin/snap/ |
H A D | syntax.php | 28 'desc' => html_entity_decode($this->getLang('snap_description')),
|
/plugin/do/ |
H A D | domd5changed.php | 17 $row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8'));
|
H A D | action.php | 41 $JSINFO['plugin_do_user_clean'] = html_entity_decode(strip_tags($JSINFO['plugin_do_user_name']));
|
/plugin/doi/Resolver/ |
H A D | IsbnIsbnDeResolver.php | 61 return html_entity_decode($m[$group]); 78 $all = array_map('html_entity_decode', $all);
|
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | Html5EntityDecoder.php | 41 return \html_entity_decode($entity, \ENT_QUOTES | \ENT_HTML5, 'UTF-8');
|
/plugin/piclens/ |
H A D | syntax.php | 29 'desc' => html_entity_decode($this->getLang('pic_description')),
|
/plugin/xkcd/ |
H A D | syntax.php | 43 $description = html_entity_decode($description, ENT_NOQUOTES);
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfcurlprocessing.php | 87 $decodedurl = html_entity_decode($url, ENT_QUOTES);
|
/plugin/google_cal/ |
H A D | syntax.php | 33 $match = html_entity_decode(substr($match, 6, -2));
|
/plugin/eventline/ |
H A D | plain.php | 94 $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 D | chk_links.php | 39 $url=html_entity_decode($url);
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
H A D | Multibyte.php | 48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
|
/plugin/table2csv/ |
H A D | getTableData.php | 14 $content = str_replace($newlines, "", html_entity_decode($raw));
|
/plugin/openid/Auth/Yadis/ |
H A D | ParseHTML.php | 198 $value = html_entity_decode(
|
/plugin/geogebra/syntax/ |
H A D | geogebrafile.php | 83 $match = html_entity_decode(substr($match, $this->matchLength(), -2));
|
/plugin/favoris/ |
H A D | syntax.php | 28 'desc' => html_entity_decode($this->getLang('fav_description')),
|
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
H A D | MarkdownRendererTrait.php | 76 $this->renderer->cdata(html_entity_decode($contentLine)); 100 …$this->renderer->header(html_entity_decode($content), $block['level'], $this->rendererContext['pos…
|
/plugin/text/ |
H A D | renderer.php | 53 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 D | zirkelundlineal.php | 94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
|
/plugin/do/syntax/ |
H A D | do.php | 136 return trim(html_entity_decode(strip_tags($text), ENT_QUOTES, 'UTF-8'));
|
/plugin/issuetracker/ |
H A D | edit.php | 62 $body = html_entity_decode($body); 109 $body = html_entity_decode($body);
|