HomeSort by: relevance | last modified time | path
    Searched defs:escape_html (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/httpd/
printenv.lua 17 function escape_html(s) function
47 httpd.print(escape_html(k) .. '=' .. escape_html(v) .. '<br/>')
52 httpd.print(escape_html(k) .. '=' .. escape_html(v) .. '<br/>')
58 httpd.print(escape_html(k) .. '=' .. escape_html(v) .. '<br/>')
90 httpd.print(escape_html(k) .. '=' .. escape_html(v) .. '<br/>')

Completed in 13 milliseconds