OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trim_url_limit
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/third_party/jinja2/
utils.py
185
def urlize(text,
trim_url_limit
=None, nofollow=False):
191
If
trim_url_limit
is not None, the URLs in link text will be limited
192
to
trim_url_limit
characters.
197
trim_url = lambda x, limit=
trim_url_limit
: limit is not None \
filters.py
412
def do_urlize(eval_ctx, value,
trim_url_limit
=None, nofollow=False):
424
rv = urlize(value,
trim_url_limit
, nofollow)
Completed in 120 milliseconds