/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | cssmin.py | 37 def remove_comments(css): argument 42 comment_start = css.find("/*") 46 preserve = css[comment_start + 2:comment_start + 3] == "!" 48 comment_end = css.find("*/", comment_start + 2) 51 css = css[:comment_start] 54 if css[comment_end - 1] == "\\": 63 css = css[:comment_start] + css[comment_end + 2:] 66 comment_start = css.find("/*", comment_start) 68 return css 71 def remove_unnecessary_whitespace(css): argument [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
D | MANIFEST | 33 bench/wikipedia.css 34 bench/wikipedia.min.css 44 docs/apidoc/epydoc.css 59 tests/main/atgroup_00.css 60 tests/main/atgroup_01.css 61 tests/main/atgroup_02.css 62 tests/main/atgroup_03.css 63 tests/main/atgroup_04.css 64 tests/main/atgroup_05.css 65 tests/main/atgroup_06.css [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 49 $("body").css({'overflow':'auto'}); 50 $("html").css({'overflow':'auto'}); 51 $("#body-content").css({'position':'relative', 'top':'0'}); 52 $("#doc-content").css({'overflow':'visible', 'border-left':'3px solid #DDD'}); 53 $("#side-nav").css({'padding':'0'}); 54 $("#nav-tree").css({'overflow-y': 'auto'}); 78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar 81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … 84 sidenav.css({width:navWidth}); 85 resizePackagesNav.css({width:navWidth}); [all …]
|
D | jquery-resizable.min.js | 12 …css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS"… 19 …css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />")… 29 …css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m… 40 …css("position"))&&c.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}…
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 85 public static CssTokens lex(String css) { in lex() argument 86 Lexer lexer = new Lexer(css); in lex() 294 private final String css; field in CssTokens.Lexer 329 Lexer(String css) { in Lexer() argument 330 this.css = css; in Lexer() 332 this.cssLimit = css.length(); in Lexer() 430 String css = this.css; in lex() local 435 + " in `" + css + "`"; in lex() local 448 char ch = css.charAt(pos); in lex() 458 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0; in lex() [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
D | BENCHMARKS | 1 $ python3.4 -OO bench/main.py bench/*.css 5 Benchmarking 'bench/wikipedia.css'... (81.0 KiB) 10 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB) 16 $ python3.3 -OO bench/main.py bench/*.css 20 Benchmarking 'bench/wikipedia.css'... (81.0 KiB) 25 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB) 31 $ python3.2 -OO bench/main.py bench/*.css 35 Benchmarking 'bench/wikipedia.css'... (81.0 KiB) 40 Benchmarking 'bench/wikipedia.min.css'... (49.4 KiB) 46 $ python2.7 -OO bench/main.py bench/*.css [all …]
|
/external/autotest/apache/conf/ |
D | django-directives | 28 RewriteRule ^/media/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/contrib/admin/static… 30 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/con… 32 RewriteRule ^/afe/server/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|j… 38 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/media/$… 40 RewriteRule ^/afe/server/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|j… 47 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/static/… 49 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/local/autotest/site-packages/django/cont… 51 RewriteRule ^/afe/server/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|j… 57 RewriteRule ^/media/(css|img|js)(.*) /usr/lib/python2.7/site-packages/django/contrib/admin/static/a… 59 RewriteRule ^/afe/server/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|j… [all …]
|
/external/parameter-framework/upstream/doc/requirements/ |
D | CMakeLists.txt | 39 configure_file(requirements.css 40 ${CMAKE_CURRENT_BINARY_DIR}/requirements.css 48 DEPENDS requirements.md requirements.css 56 --css requirements.css # this path is relative to the html doc 57 --css http://sindresorhus.com/github-markdown-css/github-markdown.css
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | common.js | 89 $('#butter').css('display', 'none'); 97 butter.css('display', 'none'); 111 butter.css('left', ($(window).width() - $(butter).outerWidth()) / 2); 122 butterDetail.css('display', 'none'); 128 butter.css('display', null);
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.canvas.js | 193 .css("position", "absolute") 199 style: element.css("font-style"), 200 variant: element.css("font-variant"), 201 weight: element.css("font-weight"), 202 family: element.css("font-family"), 203 color: element.css("color") 212 font.size = element.css("line-height", 1).height();
|
D | jquery.flot.canvas.min.js | 7 …css("position","absolute").addClass(typeof font==="string"?font:null).appendTo(this.getTextLayer(l…
|
D | jquery.colorhelpers.js | 75 $.color.extract = function (elem, css) { argument 79 c = elem.css(css).toLowerCase();
|
/external/chromium-trace/catapult/tracing/ |
D | trace_viewer.gypi | 8 'tracing/ui/base/line_chart.css', 9 'tracing/ui/base/list_view.css', 10 'tracing/ui/base/pie_chart.css', 11 'tracing/ui/extras/about_tracing/common.css', 12 'tracing/ui/extras/chrome/cc/display_item_list_view.css', 13 'tracing/ui/extras/chrome/cc/layer_picker.css', 14 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css', 15 'tracing/ui/extras/chrome/cc/layer_view.css', 16 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.css', 17 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.css', [all …]
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/ |
D | README.chromium | 1 Name: css-element-queries 2 Short Name: css-element-queries 3 URL: https://github.com/marcj/css-element-queries
|
D | README.md | 12 … on size changes of elements that have element query rules defined through css. Other element quer… 21 More demos and information: http://marcj.github.io/css-element-queries/ 26 ```css 69 [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/marcj/css-element-queries/trend.png)](https…
|
/external/libxml2/result/HTML/ |
D | python.html.sax | 4 SAX.processingInstruction(xml-stylesheet, href="./css/ht2html.css" type="text/css"?)
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | staticfiles.rst | 44 filename extension. For example, a file with a name ending in ``.css`` will be 45 served with a MIME type of ``text/css``. You can configure explicit MIME types 55 a new file named ``main.css`` with the following contents: 57 .. code-block:: css 70 <link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | coverage_html.js | 331 color = probe_line.css("background-color"); 346 next_color = probe_line.css("background-color"); 361 var color = probe_line.css("background-color"); 368 color = probe_line.css("background-color"); 379 prev_color = probe_line.css("background-color"); 451 var the_color = probe_line.css("background-color"); 463 color = probe_line.css("background-color"); 473 color = probe_line.css("background-color");
|
D | jquery.tablesorter.min.js | 2 …css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dat… property
|
/external/eigen/doc/ |
D | eigen_navtree_hacks.js | 72 content.css({height:windowHeight + "px"}); 73 navtree.css({height:(windowHeight-tocHeight) + "px"}); // <- we modified this line 74 sidenav.css({height:(windowHeight) + "px",top: headerHeight+"px"}); 202 $('#nav-sync').css('top','30px'); 204 $('#nav-sync').css('top','5px'); 230 $(document.getElementsByClassName('index.html')[0]).parent().parent().css({display:"none"});
|
/external/ImageMagick/www/css/ |
D | README.txt | 1 magick.css is an optimized version of Twitters bootstrap.css.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | bug2527974.css | 1 /* this file contains no css, it exists purely to put the revision number into the 2 combined css before uploading it to SiteManager. The exclaimation at the start
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/ |
D | ElementQueries.js | 187 function extractQuery(css) { argument 189 css = css.replace(/'/g, '"'); 190 while (null !== (match = regex.exec(css))) {
|
/external/llvm/lib/Support/ |
D | regcomp.c | 1072 size_t css = (size_t)p->g->csetsize; in allocset() local 1083 nbytes = nc / CHAR_BIT * css; in allocset() 1096 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset() 1098 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset() 1105 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset() 1131 size_t css = (size_t)p->g->csetsize; in freeset() local 1133 for (i = 0; i < css; i++) in freeset() 1155 size_t css = (size_t)p->g->csetsize; in freezeset() local 1161 for (i = 0; i < css; i++) in freezeset() 1164 if (i == css) in freezeset() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLDocument.java | 116 public void addStyle (final String css) in addStyle() argument 118 if (css != null) in addStyle() 126 style.setText (css, false); in addStyle()
|