Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 326 – 337 of 337) sorted by relevance

1...<<11121314

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php137 $full .= " $key=\"" . htmlspecialchars($value['data'], ENT_COMPAT, 'UTF-8') . '"';
/plugin/mantis/lib/
H A Dclass.wsdl.php981 …$portType_xml .= "\n" . ' <documentation>' . htmlspecialchars($opParts['documentation']) . '</d…
H A Dnusoap.php730 $str = htmlspecialchars($str);
5493 …$portType_xml .= "\n" . ' <documentation>' . htmlspecialchars($opParts['documentation']) . '</d…
6631 $this->message[$pos]['name'] = htmlspecialchars($name);
/plugin/anewssystem/
H A Dsyntax.php80 $targetpage = htmlspecialchars(trim($target));
/plugin/googlesearch/
H A Dnusoap.php663 $str = htmlspecialchars($str);
4979 …$portType_xml .= '<documentation>' . htmlspecialchars($opParts['documentation']) . '</documentatio…
5983 $this->message[$pos]['name'] = htmlspecialchars($name);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php1005 $objattr['CONTENT'] = htmlspecialchars($content);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php110 $returnstring .= nl2br(htmlspecialchars(str_replace(chr(0), ' ', $variable)));
/template/mikio/
H A Dmikio.php1078 ((strcasecmp($ACT, 'search') === 0) ? htmlspecialchars($QUERY) : '') . '" accesskey="f" title="[F]" />';
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2867 table_var_dump() now uses htmlspecialchars() to avoid broken-table
/plugin/wysiwyg/fckeditor/
H A D_whatsnew_history.html2491 htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4374 echo '<pre>'.htmlspecialchars($text).'</pre>';
/plugin/aceeditor/
H A Dbuild.js1 …dec|highlight_file|highlight_string|html_entity_decode|htmlentities|htmlspecialchars|htmlspecialch…

1...<<11121314