Home
last modified time | relevance | path

Searched refs:escapehtml (Results 1 – 10 of 10) sorted by relevance

/dports/www/p5-CGI-FormBuilder/CGI-FormBuilder-3.10/lib/CGI/FormBuilder/
H A DUtil.pm174 sub escapehtml ($) { subroutine
220 map { qq($_=") . escapehtml($attr->{$_}) . '"' } sort keys %$attr);
/dports/www/p5-CGI-FormBuilder/CGI-FormBuilder-3.10/lib/CGI/FormBuilder/Field/
H A Dtextarea.pm40 $tag .= htmltag('textarea', $attr) . escapehtml($text) . '</textarea>';
H A Dstatic.pm80 $tmp .= $self->cleanopts ? escapehtml($value) : $value;
H A Dselect.pm187 . ($self->cleanopts ? escapehtml($n) : $n)
H A Dradio.pm168 . ($self->cleanopts ? escapehtml($n) : $n)
H A Dcheckbox.pm194 . ($self->cleanopts ? escapehtml($n) : $n)
/dports/editors/gobby/gobby-0.4.13/src/
H A Dfolder.cpp187 std::string escapehtml(std::string str) in escapehtml() function
281 escapehtml(label.get_label() ) + "</span>"); in set_tab_colour()
372 new TabLabel(escapehtml(info.get_suffixed_title())) in on_self_subscribe()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/mgutz/str/str-1.2.0/
H A DREADME.md47 * [func EscapeHTML](#func--escapehtml)
252 #### func [EscapeHTML](#escapehtml)
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/mgutz/str/
H A DREADME.md47 * [func EscapeHTML](#func--escapehtml)
252 #### func [EscapeHTML](#escapehtml)
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dio.c2137 static void escapehtml( char *res, char *ori, int maxlen ) in escapehtml() function
2202 escapehtml( tmpname2+1, tmpname+1, N ); in getnumlen_nogap_outallreg_web()