Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 101 – 125 of 337) sorted by path

12345678910>>...14

/plugin/data-au/syntax/
H A Drelated.php47 $renderer->doc .= '<dt>' . htmlspecialchars($dataau['title']) . '</dt>';
/plugin/data/syntax/
H A Drelated.php51 $renderer->doc .= '<dt>' . htmlspecialchars($data['title']) . '</dt>';
/plugin/datasearchform/
H A Dsyntax.php98 if($ACT == 'search') $renderer->doc .= 'value="' . htmlspecialchars($QUERY) . '" ';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php68 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php43 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
H A DPlugin.php255 return htmlspecialchars($value, ENT_QUOTES, 'UTF-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php79 echo " <dm:url>", htmlspecialchars($uri, ENT_NOQUOTES, 'UTF-8'), "</dm:url>\n";
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php265 return htmlspecialchars($v, ENT_NOQUOTES, 'UTF-8');
/plugin/dirtylittlehelper/
H A Daction.php194 $value[0] = htmlspecialchars(trim($value[0]), ENT_QUOTES);
195 $value[1] = htmlspecialchars(trim($value[1]), ENT_QUOTES);
/plugin/dokucrypt2/
H A Dsyntax.php119 htmlspecialchars(str_replace("\n", "\\n", $match)) . "');\">" .
128 "\">". htmlspecialchars($match)."</PRE>";
/plugin/dokukiwix/
H A Dajax.php51 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/dokumicrobugtracker/
H A Dedit.php52 $exploded = explode(' ',htmlspecialchars(stripslashes($_POST['row_id'])));
64 $field = strtolower(htmlspecialchars($_POST['field']));
65 $value = htmlspecialchars(stripslashes($_POST['value']));
H A Dsyntax.php131 $bugs[$bug_id]['version'] = htmlspecialchars(stripslashes($_REQUEST['version']));
132 $bugs[$bug_id]['severity'] = htmlspecialchars(stripslashes($_REQUEST['severity']));
134 $bugs[$bug_id]['description'] = htmlspecialchars(stripslashes($_REQUEST['description']));
136 $bugs[$bug_id]['author'] = htmlspecialchars(stripslashes($_REQUEST['email']));
/plugin/dokusioc/lib/
H A Dsioc_inc.php1255 return htmlspecialchars($text, ENT_COMPAT, 'UTF-8');
/plugin/dokutexit/
H A Dlatex.php1452 return htmlspecialchars($string);
/plugin/dtable/
H A Dsyntax.php91 …action="'.$DOKU_BASE.'lib/exe/ajax.php" method="post" data-table="'.htmlspecialchars($json->encode…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php1005 $objattr['CONTENT'] = htmlspecialchars($content);
/plugin/editonlink/
H A Dtest.php17 <?php echo '$_GET = '.htmlspecialchars(var_export($_GET, true), ENT_QUOTES); ?>
/plugin/elwikiupgrade/
H A DHTTPClient.php721 $content = htmlspecialchars(ob_get_contents());
/plugin/emoji/emojione/
H A DClient.php257 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
272 …return '<span class="emojione emojione-'.$unicode.'" title="'.htmlspecialchars($shortname).'">'.$a…
351 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
360 $alt = htmlspecialchars($shortname);
367 …return $m[2].'<span class="emojione emojione-'.$unicode.'" title="'.htmlspecialchars($shortname).'…
469 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
484 …return '<span class="emojione emojione-'.$filename.'" title="'.htmlspecialchars($shortname).'">'.$…
488 …return '<img class="emojione" alt="'.$alt.'" '.$titleTag.' title="'.htmlspecialchars($shortname).'…
/plugin/eventum/XML/
H A DRPC.php1060 $this->fs = htmlspecialchars($fstr);
1455 print isset($_SERVER['SERVER_PROTOCOL']) ? htmlspecialchars($data) : $data;
1707 $rs .= "<member><name>" . htmlspecialchars($key2) . "</name>\n";
1732 $rs .= "<${typ}>" . htmlspecialchars($val). "</${typ}>";
/plugin/evesso/conf/
H A Dmetadata.php18 $key = htmlspecialchars($this->_key);
38 $key = htmlspecialchars($this->_key);
/plugin/externalembed/
H A Dsyntax.php345 "Could not embed content from domain: " . htmlspecialchars($domain) . "
488 …$message = "Invalid Parameter Value: '" . htmlspecialchars($query_array[$key]) . "' for Key: '" . …
502 …throw new InvalidEmbed("Invalid parameter: " . htmlspecialchars($key) . '. For url: ' . htmlspecia…
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;

12345678910>>...14