Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/jinja2/
Dutils.py185 def urlize(text, trim_url_limit=None, nofollow=False): argument
201 nofollow_attr = nofollow and ' rel="nofollow"' or ''
Dfilters.py412 def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False): argument
424 rv = urlize(value, trim_url_limit, nofollow)