Searched refs:nofollow (Results 1 – 2 of 2) sorted by relevance
185 def urlize(text, trim_url_limit=None, nofollow=False): argument201 nofollow_attr = nofollow and ' rel="nofollow"' or ''
412 def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False): argument424 rv = urlize(value, trim_url_limit, nofollow)