OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nofollow
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/third_party/jinja2/
utils.py
185
def urlize(text, trim_url_limit=None,
nofollow
=False):
194
If
nofollow
is True, the URLs in link text will get a rel="
nofollow
"
201
nofollow_attr =
nofollow
and ' rel="
nofollow
"' or ''
filters.py
412
def do_urlize(eval_ctx, value, trim_url_limit=None,
nofollow
=False):
417
"
nofollow
":
422
links are shortened to 40 chars and defined with rel="
nofollow
"
424
rv = urlize(value, trim_url_limit,
nofollow
)
/external/brotli/js/
decode.min.js
[
all
...]
Completed in 475 milliseconds