Home
last modified time | relevance | path

Searched refs:CSS (Results 1 – 25 of 97) sorted by relevance

1234

/external/libopus/doc/
Dbuild_isobmff.sh36 CSS=${HTML%%.html}.css
38 wget -q http://vfrmaniac.fushizen.eu/style.css -O ${CSS}
41 cat ${HTML} | sed -e "s/\\.\\.\\/style.css/${CSS}/" > ${HTML}+ && mv ${HTML}+ ${HTML}
46 cat ${CSS} | sed -e 's/ *$//g' > ${CSS}+ && mv ${CSS}+ ${CSS}
Dopus_in_isobmff.css14 white-space: pre; /* CSS 2.0 */
15 white-space: pre-wrap; /* CSS 2.1 */
/external/libmicrohttpd/src/testspdy/
Dtest_misc.c37 #define CSS "body{font-size:15px}" macro
181 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,CSS,strlen(CSS)); in standard_request_handler()
/external/autotest/client/bin/result_tools/
Dview.py31 CSS = 'css' variable
438 CSS: css,
/external/fmtlib/doc/bootstrap/
Dresponsive-embed.less3 // Credit: Nicolas Gallagher and SUIT CSS.
Dbootstrap.less10 // Core CSS
/external/libvncserver/webclients/novnc/
DLICENSE.txt22 The HTML, CSS, font and images files that included with the noVNC
28 The HTML, CSS, font and image files are licensed as follows:
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java54 CSS, enumConstant
/external/fmtlib/doc/bootstrap/mixins/
Dhide-text.less1 // CSS image replacement
Dforms.less3 // Used in forms.less to generate the form validation CSS for warnings, errors,
/external/swiftshader/third_party/subzero/bloat/
DREADME.chromium30 A simple treemap implementation using web technologies (DOM nodes, CSS
Dwebtreemap.css8 /* Optional: CSS animation. */
/external/mesa3d/docs/
Dmesa.css1 /* Mesa CSS */
/external/libvncserver/webclients/novnc/include/
Dblue.css2 * noVNC blue CSS
Dblack.css2 * noVNC black CSS
/external/clang/tools/scan-build/bin/
Dscan-build476 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
479 if (! -r $CSS);
481 copy($CSS, "$Dir");
484 if (! -r $CSS);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java107 CONTENT_TYPE_LIST.put("text/css", HtmlParser.Mode.CSS);
201 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.CSS, null); in createHtmlParser()
/external/icu/icu4c/source/test/testdata/break_rules/
Dline_loose.txt13 # This tailors the line break behavior to correspond to CSS
45 ID = [[:LineBreak = Ideographic:] CJ]; # CSS Normal tailoring: CJ resolves to ID
164 # LB22.4: IN CM* IN; # delete this rule for CSS loose.
Dline_loose_cj.txt19 # This tailors the line break behavior to correspond to CSS
60 ID = [[:LineBreak = Ideographic:] CJ]; # CSS Loose tailoring: CJ resolves to ID
184 # LB22.4: IN CM* IN; # delete this rule for CSS loose.
Dline_normal.txt23 # This tailors the line break behavior to correspond to CSS
52 ID = [[:LineBreak = Ideographic:] CJ]; # CSS Normal tailoring: CJ resolves to ID
/external/libnl/doc/stylesheets/
Dflask.css11 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
438 /* Because the table frame attribute is overriden by CSS in most browsers. */
522 * Theme specific overrides of the preceding (asciidoc.css) CSS.
Dasciidoc.css1 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
443 /* Because the table frame attribute is overriden by CSS in most browsers. */
/external/autotest/frontend/client/src/autotest/public/
Dstandard.css1 /* Styles borrowed from GWT standard theme CSS */
/external/icu/icu4c/source/data/brkitr/rules/
Dline_loose.txt22 # This tailors the line break behavior to correspond to CSS
56 # CSS Loose tailoring: CJ resolves to ID
282 # $IN $CM* $IN; # delete this rule for CSS loose
493 # $IN $CM* $IN; # delete this rule for CSS loose
Dline_loose_fi.txt21 # This tailors the line break behavior both for Finnish and to correpond to CSS
53 # CSS Loose tailoring: CJ resolves to ID
282 # $IN $CM* $IN; # delete this rule for CSS loose
496 # $IN $CM* $IN; # delete this rule for CSS loose

1234