Home
last modified time | relevance | path

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

1...<<11121314

/plugin/socialcards/
H A Daction.php289 return htmlspecialchars($alt);
/plugin/schedule/
H A Dschedules.class.php273 … $event->appendChild ($xml->createElement ($field, htmlspecialchars ($schedule->$field)));
296 … $event->appendChild ($xml->createElement ($field, htmlspecialchars ($schedule->$field)));
297 … $event->appendChild ($xml->createElement ('member', htmlspecialchars ($schedule->member)));
901 …$eventClass [preg_replace ("/\s/", '', htmlspecialchars (strtolower ($this->scheduleRoot->schedule…
1285 …$eventClass = 'cat_'.preg_replace ("/\s/", '', htmlspecialchars (strtolower ($this->scheduleRoot->…
H A DscheduleRoot.class.php330 … $root->appendChild ($xml->createElement ($field, htmlspecialchars ($schedules->$field)));
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php133 return htmlspecialchars($str, ENT_NOQUOTES);
/template/starterbootstrap/
H A Dtpl_functions.php214 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/groupmail/
H A Dsyntax.php390 $targetpage = htmlspecialchars(trim($sendlog));
/plugin/bibtex/
H A Dsyntax.php480 return htmlspecialchars($string);
/plugin/sync/
H A Dadmin.php721 $df = new Diff(explode("\n",htmlspecialchars($local)),
722 explode("\n",htmlspecialchars($remote)));
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php81 'constant', 'bin2hex', 'sleep', 'usleep', 'time', 'mktime', 'gmmktime', 'strftime', 'gmstrftime', 'strtotime', 'date', 'gmdate', 'getdate', 'localtime', 'checkdate', 'flush', 'wordwrap', 'htmlspecialchars', 'htmlentities', 'html_entity_decode', 'md5', 'md5_file', 'crc32', 'getimagesize', 'image_type_to_mime_type', 'phpinfo', 'phpversion', 'phpcredits', 'strnatcmp', 'strnatcasecmp', 'substr_count', 'strspn', 'strcspn', 'strtok', 'strtoupper', 'strtolower', 'strpos', 'strrpos', 'strrev', 'hebrev', 'hebrevc', 'nl2br', 'basename', 'dirname', 'pathinfo', 'stripslashes', 'stripcslashes', 'strstr', 'stristr', 'strrchr', 'str_shuffle', 'str_word_count', 'strcoll', 'substr', 'substr_replace', 'quotemeta', 'ucfirst', 'ucwords', 'strtr', 'addslashes', 'addcslashes', 'rtrim', 'str_replace', 'str_repeat', 'count_chars', 'chunk_split', 'trim', 'ltrim', 'strip_tags', 'similar_text', 'explode', 'implode', 'setlocale', 'localeconv',
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …me strtotime date gmdate getdate localtime checkdate flush wordwrap htmlspecialchars htmlentities …
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php158 $url = htmlspecialchars(stripslashes($this->row['url']));
/plugin/xml/
H A Drenderer.php548 return htmlspecialchars($text,ENT_COMPAT,'UTF-8');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php255 return htmlspecialchars($value, ENT_QUOTES, 'UTF-8');
/dokuwiki/inc/
H A Dcommon.php24 * Wrapper around htmlspecialchars()
27 * @see htmlspecialchars()
34 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8');
1034 return htmlspecialchars($text);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/stats/
H A Dsyntax.php15 …* - In "getAllChanges" function, add "htmlspecialchars" on …
806 \'sum\' => \'' . htmlspecialchars($change['sum'],ENT_QUOTES) . '\',
/plugin/refnotes/
H A Drendering.php1244 return htmlspecialchars($html);
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md284 …return "<pre><code$class>" . htmlspecialchars(implode("\n", $block['content']) . "\n", ENT_NOQUOTE…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php698 $buffer = htmlspecialchars($buffer);
/plugin/botbouncer/lib/
H A Dmollom.php146 $value = htmlspecialchars($value, ENT_QUOTES, 'ISO-8859-15');
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1887 * Sets the encoding used for htmlspecialchars(), for international
1890 * NOTE: This is not needed for now because htmlspecialchars() is not
4238 * Secure replacement for PHP built-in function htmlspecialchars().
4244 * htmlspecialchars(), with the same default for quote style; however, there
4250 * I suspect PHP's htmlspecialchars() is working at the byte-value level and
4253 * different character sets. (If indeed htmlspecialchars() works at
4267 * http://php.net/htmlspecialchars); it also matches the entity definition
4312 $aTransSpecchar["'"] = '&#39;'; // (apos) htmlspecialchars() uses '&#039;'
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php489 $output .= htmlspecialchars($char);
/plugin/mantis/lib/
H A Dclass.soap_parser.php199 $this->message[$pos]['name'] = htmlspecialchars($name);
/plugin/quickstats/
H A Dadmin.php309 ptln(htmlspecialchars($this->output));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php516 $output .= htmlspecialchars($char);

1...<<11121314