HomeSort by relevance Sort by last modified time
    Searched refs:CSS (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/libopus/doc/
build_isobmff.sh 36 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}
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 37 * <li>{@code CSS} for Cascading Style-Sheets templates.
54 CSS,
86 * {@code STATE_CSS_FILE} the parser is inside CSS code.
140 * a CSS context. A CSS context is one of the below:
144 * <li>Inside a CSS file when the parser was reset in the CSS mode.
147 * @return {@code true} if and only if the parser is inside CSS
  /external/libmicrohttpd/src/testspdy/
test_misc.c 34 <link href=\"main.css\" rel=\"stylesheet\" type=\"text/css\" />\
37 #define CSS "body{font-size:15px}"
106 if(strcmp(cls,"/main.css"))
177 if(strcmp(path,"/main.css")==0)
181 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,CSS,strlen(CSS));
  /prebuilts/go/darwin-x86/src/html/template/
context.go 121 // stateCSSDqStr occurs inside a CSS double quoted string.
123 // stateCSSSqStr occurs inside a CSS single quoted string.
125 // stateCSSDqURL occurs inside a CSS double quoted url("...").
127 // stateCSSSqURL occurs inside a CSS single quoted url('...').
129 // stateCSSURL occurs inside a CSS unquoted url(...).
131 // stateCSSBlockCmt occurs inside a CSS /* block comment */.
133 // stateCSSLineCmt occurs inside a CSS // line comment.
136 // HTML/CSS/JS construct.
328 // attrStyle corresponds to the style attribute whose value is CSS.
css.go 29 // Many CSS keywords, such as "!important" can have characters encoded,
37 // isCSSNmchar reports whether rune is allowed anywhere in a CSS identifier.
147 // isCSSSpace reports whether b is a CSS space char as defined in wc.
156 // cssEscaper escapes HTML and CSS special characters using \<hex>+ escapes.
212 // cssValueFilter allows innocuous CSS values in the output including CSS
doc.go 29 actions can appear within JavaScript, CSS, and URI contexts.
60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
181 such as attribute boundaries and JS and CSS string boundaries."
189 "A developer (or code reviewer) familiar with HTML, CSS, and JavaScript, who
content.go 14 // CSS encapsulates known safe content that matches any of:
25 CSS string
156 case CSS:
transition.go 379 // Line comments are not part of any published CSS standard but
403 // tCSS is the context transition function for the CSS state.
405 // CSS quoted strings are almost never used except for:
476 // tCSSStr is the context transition function for the CSS string and URL states.
504 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in CSS string: %q", s),
  /prebuilts/go/linux-x86/src/html/template/
context.go 121 // stateCSSDqStr occurs inside a CSS double quoted string.
123 // stateCSSSqStr occurs inside a CSS single quoted string.
125 // stateCSSDqURL occurs inside a CSS double quoted url("...").
127 // stateCSSSqURL occurs inside a CSS single quoted url('...').
129 // stateCSSURL occurs inside a CSS unquoted url(...).
131 // stateCSSBlockCmt occurs inside a CSS /* block comment */.
133 // stateCSSLineCmt occurs inside a CSS // line comment.
136 // HTML/CSS/JS construct.
328 // attrStyle corresponds to the style attribute whose value is CSS.
css.go 29 // Many CSS keywords, such as "!important" can have characters encoded,
37 // isCSSNmchar reports whether rune is allowed anywhere in a CSS identifier.
147 // isCSSSpace reports whether b is a CSS space char as defined in wc.
156 // cssEscaper escapes HTML and CSS special characters using \<hex>+ escapes.
212 // cssValueFilter allows innocuous CSS values in the output including CSS
doc.go 29 actions can appear within JavaScript, CSS, and URI contexts.
60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
181 such as attribute boundaries and JS and CSS string boundaries."
189 "A developer (or code reviewer) familiar with HTML, CSS, and JavaScript, who
content.go 14 // CSS encapsulates known safe content that matches any of:
25 CSS string
156 case CSS:
transition.go 379 // Line comments are not part of any published CSS standard but
403 // tCSS is the context transition function for the CSS state.
405 // CSS quoted strings are almost never used except for:
476 // tCSSStr is the context transition function for the CSS string and URL states.
504 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in CSS string: %q", s),
  /external/autotest/client/bin/result_tools/
view.py 33 CSS = 'css'
94 %(css)s
433 css = CSS_TEMPLATE % {SIZE_TRIMMED_WIDTH: size_trimmed_width}
436 CSS: css,
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 74 * <td>text/css</td>
75 * <td>HtmlParser.Mode.CSS</td>
107 CONTENT_TYPE_LIST.put("text/css", HtmlParser.Mode.CSS);
201 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.CSS, null);
346 // Currently we do not do any escaping inside CSS blocks, so ignore them.
455 * resource cannot be determined from its contents - for example, a CSS stylesheet or a javascript
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED(
486 ESCAPE_AUTO_UNQUOTED_ATTR_UNQUOTED_JS), ATTR_CSS("css", ESCAPE_AUTO_ATTR_CSS), UNQUOTED_ATTR_CSS(
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 151 // colors generates the CSS rules for coverage colors.
152 func colors() template.CSS {
157 return template.CSS(buf.String())
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 151 // colors generates the CSS rules for coverage colors.
152 func colors() template.CSS {
157 return template.CSS(buf.String())
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 21 // TODO: do this with a nested div to allow it to be CSS-styleable.
89 // CSS width/height does not include border.
  /external/clang/tools/scan-build/bin/
scan-build 476 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
478 DieDiag("Cannot find 'scanview.css'.\n")
479 if (! -r $CSS);
481 copy($CSS, "$Dir");
483 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
484 if (! -r $CSS);
612 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 116 | <link type="text/css" rel="stylesheet" href="scanview.css"/>
390 The result will be used as CSS class selector in the final report. """
458 """ Copy the javascript and css files to the report directory. """
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 476 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
478 DieDiag("Cannot find 'scanview.css'.\n")
479 if (! -r $CSS);
481 copy($CSS, "$Dir");
483 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
484 if (! -r $CSS);
612 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 481 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
483 DieDiag("Cannot find 'scanview.css'.\n")
484 if (! -r $CSS);
486 copy($CSS, "$Dir");
488 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
489 if (! -r $CSS);
617 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
scan-build 481 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
483 DieDiag("Cannot find 'scanview.css'.\n")
484 if (! -r $CSS);
486 copy($CSS, "$Dir");
488 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
489 if (! -r $CSS);
617 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
scan-build 481 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
483 DieDiag("Cannot find 'scanview.css'.\n")
484 if (! -r $CSS);
486 copy($CSS, "$Dir");
488 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
489 if (! -r $CSS);
617 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
scan-build 481 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
483 DieDiag("Cannot find 'scanview.css'.\n")
484 if (! -r $CSS);
486 copy($CSS, "$Dir");
488 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
489 if (! -r $CSS);
617 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]

Completed in 1217 milliseconds

1 2 3 4 5 6 7