Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Jingoo.Jg_utilsSourceapplication friendly substring
escape_html_char char returns escaped string option
escape_html str replaces '&', '"', '\'', '<' and '>' with their corresponding character reference
Note that '/' is not quoted. https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-filters.urlencode
If for_qs is true, spaces are encoded to '+', otherwise '%20'.