Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/hiddenswitch/
H A Dsyntax.php30 $return['text'] = htmlspecialchars($return['text']);
/plugin/foldablelist/
H A Dsyntax.php93 …$key = 'data-'.strtolower(trim(htmlspecialchars($key))); // http://html5doctor.com/html5-custom-da…
94 $val = strtolower(trim(htmlspecialchars($val)));
/plugin/editonlink/
H A Dtest.php17 <?php echo '$_GET = '.htmlspecialchars(var_export($_GET, true), ENT_QUOTES); ?>
/plugin/amazon/
H A Dsyntax.php385 print '<span title="'.htmlspecialchars($string).'">';
387 print htmlspecialchars($string);
390 print htmlspecialchars($string);
/plugin/mindmap/
H A Dsyntax.php559 $title = htmlspecialchars($item['title']);
560 $lang = htmlspecialchars($item['lang']);
575 $title = htmlspecialchars($item['title']);
576 $lang = htmlspecialchars($item['lang']);
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php214 // see https://www.php.net/htmlspecialchars
237 return htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, $charset);
244 return htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, $charset);
248 $string = htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, 'UTF-8');
/plugin/issuetracker/
H A Dsyntax.php103 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
166 … $issues[$issue_id]['product'] = htmlspecialchars(stripslashes($_REQUEST['product']));
167 … $issues[$issue_id]['version'] = htmlspecialchars(stripslashes($_REQUEST['version']));
168 … $issues[$issue_id]['component'] = htmlspecialchars(stripslashes($_REQUEST['component']));
169 … $issues[$issue_id]['tblock'] = htmlspecialchars(stripslashes($_REQUEST['tblock']));
170 … $issues[$issue_id]['severity'] = htmlspecialchars(stripslashes($_REQUEST['severity']));
171 … $issues[$issue_id]['created'] = htmlspecialchars(stripslashes($_REQUEST['created']));
178 // $issues[$issue_id]['title'] = htmlspecialchars(stripslashes($…
179 … $issues[$issue_id]['title'] = htmlspecialchars($_REQUEST['title']);
181 … $issues[$issue_id]['description'] = htmlspecialchars($_REQUEST['description']);
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php34 $key = htmlspecialchars($this->key);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dutil.pl44 # return utf8_encode(htmlspecialchars($value));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php79 echo " <dm:url>", htmlspecialchars($uri, ENT_NOQUOTES, 'UTF-8'), "</dm:url>\n";
/plugin/bugzillaint/syntax/
H A Dlist.php90 . ' <div class="li">' .htmlspecialchars($this->getLang('msg_empty')). '</div>'
/plugin/searchformgoto/
H A Dhelper.php36 if($ACT == 'search') print 'value="'.htmlspecialchars($_REQUEST['id']).'" ';
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DHtmlInlineRenderer.php
/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/command/ext/
H A Ddt.php63 $newDT = htmlspecialchars($newDT);
/plugin/linkmanager/exe/
H A Dajax.php37 print "AJAX call '".htmlspecialchars($_POST['call'])."' unknown!\n";
/plugin/wikistats/
H A Dhelper.php70 $tip = htmlspecialchars($label);
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHtmlBlockRenderer.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php90 echo '<pre class="ixr_request">' . htmlspecialchars($request) . "\n</pre>\n\n";
138 echo '<pre class="ixr_response">' . htmlspecialchars($debugContents) . "\n</pre>\n\n";
/plugin/command/inc/
H A Dembedding.php142 $renderer->doc .= htmlspecialchars($cachedData);
160 $renderer->doc .= htmlspecialchars($errMsg);
/plugin/xslfo/
H A Daction.php109 $xml = htmlspecialchars(file_get_contents($filenames['xml']));
174 $admin_msg .= "Unable to parse XML: <pre>".htmlspecialchars($original_xml)."</pre>";
/plugin/inlineeditor/
H A Dajax.php41 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DHtmlInlineRenderer.php49 return \htmlspecialchars($node->getLiteral(), \ENT_NOQUOTES);
/plugin/sql2wiki/
H A DCsv.php16 return '"' . htmlspecialchars($nl_escaped, ENT_COMPAT) . '"';
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php49 $_url = htmlspecialchars($data_id);
66 $_url = htmlspecialchars($data_id);
79 $_url = htmlspecialchars($data_id);

12345678910>>...14