HomeSort by relevance Sort by last modified time
    Searched refs:trim_url_limit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jinja2/
filters.py 380 def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False):
392 rv = urlize(value, trim_url_limit, nofollow)
utils.py 259 def urlize(text, trim_url_limit=None, nofollow=False):
265 If trim_url_limit is not None, the URLs in link text will be limited
266 to trim_url_limit characters.
271 trim_url = lambda x, limit=trim_url_limit: limit is not None \

Completed in 50 milliseconds