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

  /prebuilts/tools/common/proguard/proguard4.7/docs/
alternatives.html 58 <td><a target="other" rel="nofollow" href="http://www.informatik.uni-oldenburg.de/leute/hoenicke.html">Jochen Hoenicke</a></td>
68 <td><a target="other" rel="nofollow" href="http://www.cs.cornell.edu/nystrom/">Nate Nystrom</a></td>
78 <td><a target="other" rel="nofollow" href="http://sourceforge.net/users/hchacha/">Hidetoshi Ohuchi</a></td>
88 <td><a target="other" rel="nofollow" href="http://www.yworks.com/">yWorks</a></td>
98 <td><a target="other" rel="nofollow" href="http://mojo.codehaus.org/">Mojo</a></td>
108 <td><a target="other" rel="nofollow" href="http://www.riggshill.com/">RiggsHill Software</a></td>
118 <td><a target="other" rel="nofollow" href="http://ant.apache.org/">Apache</a></td>
128 <td><a target="other" rel="nofollow" href="http://www.celton.mobi/">Carsten Elton S&oslash;rensen</a></td>
138 <td><a target="other" rel="nofollow" href="http://www.ucdetector.org/">J&ouml;rg Spieler</a></td>
148 <td><a target="other" rel="nofollow" href="http://www.curious-creature.org/">Romain Guy</a></td
    [all...]
  /external/proguard/docs/
alternatives.html 47 <td><a target="other" rel="nofollow" href="http://www.informatik.uni-oldenburg.de/leute/hoenicke.html">Jochen Hoenicke</a></td>
57 <td><a target="other" rel="nofollow" href="http://www.nq4.de/">NQ4</a></td>
67 <td><a target="other" rel="nofollow" href="http://www.cs.cornell.edu/nystrom/">Nate Nystrom</a></td>
77 <td><a target="other" rel="nofollow" href="http://sourceforge.net/users/hchacha/">Hidetoshi Ohuchi</a></td>
87 <td><a target="other" rel="nofollow" href="http://www.geocities.com/CapeCanaveral/Hall/2334/resume.html">Alexander Shvets</a></td>
97 <td><a target="other" rel="nofollow" href="http://www.yworks.com/">yWorks</a></td>
107 <td><a target="other" rel="nofollow" href="http://www.cs.purdue.edu/homes/grothoff/">Christian Grothoff</a></td>
117 <td><a target="other" rel="nofollow" href="http://mojo.codehaus.org/">Mojo</a></td>
127 <td><a target="other" rel="nofollow" href="http://www.riggshill.com/">RiggsHill Software</a></td>
137 <td><a target="other" rel="nofollow" href="http://ant.apache.org/">Apache</a></td
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FXAAFilter.java 10 * <a href="http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-opengl-test-radeon-geforce/3/" rel="nofollow">http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-<span class="domtooltips" title="OpenGL (Open Graphics Library) is a standard specification defining a cross-language, cross-platform API for writing applications that produce 2D and 3D computer graphics." id="domtooltipsspan11">opengl</span>-test-radeon-geforce/3/</a>
11 * <a href="http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf" rel="nofollow">http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf</a>
PosterizationFilter.java 48 * <a href="http://www.geeks3d.com/20091027/shader-library-posterization-post-processing-effect-glsl/" rel="nofollow">http://www.geeks3d.com/20091027/shader-library-posterization-post-processing-effect-glsl/</a>
CrossHatchFilter.java 47 * <a href="http://www.geeks3d.com/20110219/shader-library-crosshatching-glsl-filter/" rel="nofollow">http://www.geeks3d.com/20110219/shader-library-crosshatching-glsl-filter/</a>
  /external/chromium_org/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/llvm/unittests/IR/
ValueMapTest.cpp 213 struct NoFollow : ValueMapConfig<KeyT> {
218 ValueMap<TypeParam*, int, NoFollow<TypeParam*> > VM;
  /external/chromium/chrome/common/extensions/docs/static/
autoupdate.html 89 <p><b>Note</b>: in releases before 3.0.196.x there was a bug in how request parameters were put together (<a href="http://crbug.com/17469" rel="nofollow">http://crbug.com/17469</a>).</p>
  /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>
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 255 'Nofloat','Nofollow','Nogrow','Noinit','Nolgrid','Nolink',
  /external/chromium/chrome/common/extensions/docs/
autoupdate.html 436 <p><b>Note</b>: in releases before 3.0.196.x there was a bug in how request parameters were put together (<a href="http://crbug.com/17469" rel="nofollow">http://crbug.com/17469</a>).</p>
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 564 * @see <a href="http://www.opengl.org/resources/faq/technical/polygonoffset.htm" rel="nofollow">http://www.opengl.org/resources/faq/technical/polygonoffset.htm</a>
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
html5.html     [all...]

Completed in 1435 milliseconds