Searched refs:CSS (Results 1 - 11 of 11) sorted by relevance

/external/libopus/doc/
H A 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}
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java37 * <li>{@code CSS} for Cascading Style-Sheets templates.
54 CSS, enum constant in enum:HtmlParser.Mode
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/
H A 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));
/external/autotest/client/bin/result_tools/
H A Dview.py33 CSS = 'css' variable
436 CSS: css,
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java75 * <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
/external/clang/tools/scan-build/bin/
H A 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/streamhtmlparser/impl/
H A DHtmlParserImpl.java219 * a CSS context. A CSS context is one of the below:
223 * <li>Inside a CSS file when the parser was reset in the CSS mode.
226 * @return {@code true} if and only if the parser is inside CSS
360 case CSS:
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java767 page.addStyle (CSS); // TODO: split by visit type
1534 private static final String CSS = field in class:ReportGenerator
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 6912 milliseconds