/external/ImageMagick/PerlMagick/t/ttf/ |
read.t | 30 testReadCompare(q!label:The quick brown fox jumps over the lazy dog.!, 44 q!text=>'The quick brown fox jumps over the lazy dog.',
|
/prebuilts/go/darwin-x86/src/html/template/ |
html_test.go | 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 95 stripTags("The quick, brown fox jumps over the lazy dog.")
|
css_test.go | 98 `The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3e dog\3c/canine\3e`, 99 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>", 245 cssEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 251 cssEscaper("The quick, brown fox jumps over the lazy dog.") 256 s := []byte(`The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3edog\3c/canine\3e`) 264 s := []byte("The quick, brown fox jumps over the lazy dog." [all...] |
js_test.go | 343 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 349 jsValEscaper("The quick, brown fox jumps over the lazy dog") 358 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028", 371 "The quick, brown fox jumps over the lazy dog", 381 jsStrEscaper("The quick, brown fox jumps over the lazy dog.") 387 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 393 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog" [all...] |
url_test.go | 104 urlNormalizer("The quick brown fox jumps over the lazy dog.\n")
|
/prebuilts/go/linux-x86/src/html/template/ |
html_test.go | 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 95 stripTags("The quick, brown fox jumps over the lazy dog.")
|
css_test.go | 98 `The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3e dog\3c/canine\3e`, 99 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>", 245 cssEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 251 cssEscaper("The quick, brown fox jumps over the lazy dog.") 256 s := []byte(`The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3edog\3c/canine\3e`) 264 s := []byte("The quick, brown fox jumps over the lazy dog." [all...] |
js_test.go | 343 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 349 jsValEscaper("The quick, brown fox jumps over the lazy dog") 358 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028", 371 "The quick, brown fox jumps over the lazy dog", 381 jsStrEscaper("The quick, brown fox jumps over the lazy dog.") 387 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") 393 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog" [all...] |
url_test.go | 104 urlNormalizer("The quick brown fox jumps over the lazy dog.\n")
|
/external/markdown/MarkdownTest/Tests_2004/ |
Ordered and unordered lists.text | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
/external/markdown/MarkdownTest/Tests_2007/ |
Ordered and unordered lists.text | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
/external/markdown/tests/markdown-test/ |
ordered-and-unordered-list.txt | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
inflate_test.go | 16 "the quick brown fox jumped over",
|
/prebuilts/go/linux-x86/src/compress/flate/ |
inflate_test.go | 16 "the quick brown fox jumped over",
|
/external/chromium-trace/catapult/third_party/flot/ |
jquery.colorhelpers.min.js | 1 (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){if(o.a>=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return value<min?min:value>max?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=elem.parent()}while(elem.length&&!$.nodeName(elem.get(0),"body"));if(c=="rgba(0, 0, 0, 0)")c="transparent";return $.color.parse(c)};$.color.parse=function(str){var res,m=$.color.make;if(res=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10));if(res=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10),parseFloat(res[4]));if(res=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55);if(res=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55,parseFloat(res[4]));if(res=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str))return m(parseInt(res[1],16),parseInt(res[2],16),parseInt(res[3],16));if(res=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str))return m(parseInt(res[1]+res[1],16),parseInt(res[2]+res[2],16),parseInt(res[3]+res[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent")return m(255,255,255,0);else{res=lookupColors[name]||[0,0,0];return m(res[0],res[1],res[2])}};var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgr (…)
|
jquery.colorhelpers.js | 141 brown:[165,42,42],
|
/external/opencv3/modules/viz/include/opencv2/viz/ |
types.hpp | 96 static Color brown(); 295 inline cv::viz::Color cv::viz::Color::brown() { return Color(0, 75, 150); } function in class:cv::viz::Color
|
/external/opencv3/modules/viz/test/ |
tests_simple.cpp | 283 viz.showWidget("sub1", WTrajectory(sub1, WTrajectory::PATH, 0.2, Color::brown())); 308 viz.showWidget("sub3", WTrajectory(Mat(path).rowRange(0, (int)path.size()/3), WTrajectory::BOTH, 0.2, Color::brown()), path.front().inv()); 423 viz.showWidget("cyl0", WCylinder(Vec3d(-0.5, 0.5, -0.5), Vec3d(0.5, 0.5, -0.5), 0.125, 30, Color::brown()));
|
/external/llvm/docs/_ocamldoc/ |
style.css | 86 .string { color : brown }
|
/external/v8/test/mjsunit/ |
escape.js | 70 example = example + " The quick brown fox jumps over the lazy dog."
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_grammar.py | 90 brown fox 98 brown fox 105 brown fox\n\ 112 brown fox\n\
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_grammar.py | 90 brown fox 98 brown fox 105 brown fox\n\ 112 brown fox\n\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 95 brown fox 103 brown fox 110 brown fox\n\ 117 brown fox\n\
|
py3_test_grammar.py | 101 brown fox 109 brown fox 116 brown fox\n\ 123 brown fox\n\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 90 brown fox 98 brown fox 105 brown fox\n\ 112 brown fox\n\
|