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

  /external/chromium_org/third_party/jinja2/
filters.py 380 def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False):
385 "nofollow":
390 links are shortened to 40 chars and defined with rel="nofollow"
392 rv = urlize(value, trim_url_limit, nofollow)
utils.py 259 def urlize(text, trim_url_limit=None, nofollow=False):
268 If nofollow is True, the URLs in link text will get a rel="nofollow"
275 nofollow_attr = nofollow and ' rel="nofollow"' or ''
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 3 # Copyright (c) 2006-2009 Noritsuna Imamura <a href="http://www.siprop.org/" rel="nofollow">http://www.siprop.org/</a>

Completed in 272 milliseconds