Home
last modified time | relevance | path

Searched refs:escapeonlyhtmltags (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php1123 * @param int $escapeonlyhtmltags 1=Escape only html tags, not the special chars like accents.
1127 …scape_htmltag($stringtoescape, $keepb = 0, $keepn = 0, $keepmoretags = '', $escapeonlyhtmltags = 0) argument
1133 if ($escapeonlyhtmltags) {
1140 if ($escapeonlyhtmltags) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php1289 * @param int $escapeonlyhtmltags 1=Escape only html tags, not the special chars like accents.
1293 …scape_htmltag($stringtoescape, $keepb = 0, $keepn = 0, $noescapetags = '', $escapeonlyhtmltags = 0) argument
1300 if ($escapeonlyhtmltags) {
1312 if ($escapeonlyhtmltags) {