Home
last modified time | relevance | path

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

12345678910>>...14

/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php210 $key = htmlspecialchars($this->key);
277 if (!$prompt) $prompt = htmlspecialchars(str_replace(['____', '_'], ' ', $this->key));
/plugin/dokukiwix/
H A Dajax.php51 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/autlogin/
H A Dscript.js27 * htmlspecialchars equivalent
/plugin/components/lib/
H A Daction_manager.php104 msg('action disabled: ' . htmlspecialchars($action), -1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DMarkdown.php128 $content = htmlspecialchars($content);
/plugin/accscounter/syntax/
H A Dpopularity.php81 $renderer->doc .= htmlspecialchars($this->getLang('err3'));
/plugin/pot/source/
H A Dtext.php9 $potformula = htmlspecialchars($match);
H A Dcalculate.php11 $potformula = htmlspecialchars($potformula);
/plugin/upgrade/
H A Dlegacy.php55 return htmlspecialchars($string, ENT_QUOTES, 'UTF-8');
/plugin/combo/ComboStrap/
H A DSearchTag.php74 if ($ACT == 'search') $valueKeyProp = ' value="' . htmlspecialchars($QUERY) . '" ';
/template/breeze/
H A Dtpl_functions.php155 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/new_page_dialog/tpl/
H A Dmain.php101 …var answer = confirm('<?php echo htmlspecialchars($npd->getLang("dlg_confirm_page_name")); ?>'+pag…
168 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
/plugin/bookmarkme/
H A Daction.php191 $book_lng = htmlspecialchars($this->getLang('bookmark_title'));
205 ,array($k , htmlspecialchars($title))
/plugin/popupviewer/syntax/
H A Dviewer.php122 $name = htmlspecialchars(noNS($id),ENT_QUOTES,'UTF-8');
126 $name = htmlspecialchars($heading,ENT_QUOTES,'UTF-8');
/plugin/hidden/
H A Dsyntax.php51 $return['text'] = htmlspecialchars($return['text']);
111 $element[1] = htmlspecialchars($element[1]);
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php166 $s .= '<b>SQL:</b>'.htmlspecialchars($sql).'<br />';
H A Ddbi.class.php159 $s .= '<b>SQL:</b>'.htmlspecialchars($sql).'<br />';
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/pubmed/
H A Dsyntax.php91 $renderer->doc .= "<pre>".htmlspecialchars($xml)."</pre>";
/plugin/tools/
H A Daction.php106 $book_lng = htmlspecialchars($this->getLang('tools_title'));
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php58 $HtmlValue = htmlspecialchars( $this->Value ) ;
H A Dfckeditor_php4.php58 $HtmlValue = htmlspecialchars( $this->Value ) ;
/plugin/googlesearch/
H A Daction.php173 if($ACT == 'googlesearch') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/flattr/
H A Dhelper.php182 return htmlspecialchars($string,ENT_QUOTES,'UTF-8');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php466 $data = htmlspecialchars($data, ENT_COMPAT, 'UTF-8');
523 $match[1] = htmlspecialchars($match[1], ENT_COMPAT, 'UTF-8');
524 $match[2] = htmlspecialchars($match[2], ENT_COMPAT, 'UTF-8');
527 return htmlspecialchars($match[0], ENT_COMPAT, 'UTF-8');

12345678910>>...14