Home
last modified time | relevance | path

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

1...<<11121314

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
322 $this->data['data'] .= htmlspecialchars($cdata, ENT_QUOTES, $this->encoding);
606 $feed_title = [['data' => htmlspecialchars($feed_title)]];
612 $feed_title = [['data' => htmlspecialchars($matches[1])]];
/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/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php68 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php166 $url = ($this->output == 'html') ? htmlspecialchars(stripslashes($this->row['url'])) :
/template/dokutwitterbootstrap/
H A Dtpl_functions.php379 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/authucenter/lib/uc_client/
H A Dclient.php60 $string = htmlspecialchars($string, $flags);
67 $string = htmlspecialchars($string, $flags, $charset);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php108 $spEntityId = htmlspecialchars($spData['entityId'], ENT_QUOTES);
/plugin/sphinxsearch-was/
H A Daction.php316 if ($ACT == 'search') print 'value="' . htmlspecialchars($QUERY) . '" ';
/plugin/solr/
H A Daction.php303 … $highlight = htmlspecialchars(implode('... ', $content_result['highlighting'][$id]['content']));
/template/bootie/
H A Dtpl_template_NicoBoot.php184 if ($ACT == 'search') print 'value="' . htmlspecialchars($QUERY) . '" ';
/plugin/codemirror/dist/modes/
H A Dphp.min.js1 …me strtotime date gmdate getdate localtime checkdate flush wordwrap htmlspecialchars htmlentities …
/plugin/linksenhanced/syntax/
H A Dlink.php217 $link['title'] = htmlspecialchars($link['url']);
/plugin/subjectindex/syntax/
H A Dindex.php387 $meta = ( ! empty($meta)) ? htmlspecialchars($meta, ENT_NOQUOTES, 'UTF-8') : '';
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php434 htmlspecialchars($title),
/plugin/npd/tpl/
H A Dmain.php167 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
/plugin/sphinxsearch/
H A Daction.php361 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/fckg/syntax/
H A Ddwplugin.php155 $pattern = htmlspecialchars($pattern);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1063 …$fileString .= "<description>" . htmlspecialchars(trim(stripslashes($this->vars['styleLongName'])))
1093 htmlspecialchars(stripslashes($this->vars[$input])) . "</$elementName>";
1131 htmlspecialchars(stripslashes($this->vars[$input])) . "</$elementName>";
1181 $fileString .= htmlspecialchars($value);
/plugin/nroff/
H A Drenderer.php624 $link['title'] = htmlspecialchars($link['url']);
1029 return htmlspecialchars($string,ENT_QUOTES,'UTF-8');
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default47 …eft as '&'. Must be a single character. Do not change to '&amp;' -- htmlspecialchars wrapped aroun…
254 // echo '<img src="'.htmlspecialchars(phpThumbURL('src=/images/pic.jpg&w=50', '/phpThumb/phpThumb…
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/dokuwiki/lib/plugins/info/
H A Dsyntax.php113 $renderer->doc .= "no info about " . htmlspecialchars($data[0]);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php43 $title = htmlspecialchars($check->title());
/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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php79 private $escape = 'htmlspecialchars';

1...<<11121314