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

/external/libvpx/examples/includes/geshi/geshi/
H A Dcss.php10 * CSS language file for GeSHi.
29 * * Re-look at keywords - possibly to make several CSS language
30 * files, all with different versions of CSS in them
53 'LANG_NAME' => 'CSS',
191 //CSS classname
193 //CSS Pseudo classes
/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/libvpx/examples/includes/geshi/contrib/
H A Dcssgen2.php3 * A simple script which outputs the CSS classes for all languages
5 * the CSS file. On *NIX you can also do a simple `php cssgen.php > geshi.css`.
H A Dcssgen.php10 * Application to generate custom CSS files for GeSHi (based on an idea by Andreas
43 <title>GeSHi CSS Generator :: ' . $title . ' </title>
161 echo "Welcome to the GeSHi CSS generator.<br /><pre>Searching for GeSHi... ";
H A Dexample.php56 // Enable CSS classes. You can use get_stylesheet() to output a stylesheet for your code. Using
57 // CSS classes results in much less output source.
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.h72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enumerator in enum:WebCore::TextResourceDecoder::ContentType
H A DTextResourceDecoder.cpp285 return CSS;
633 if (m_contentType == CSS && !m_checkedForCSSCharset)
677 && ((!m_checkedForHeadCharset && (m_contentType == HTML || m_contentType == XML)) || (!m_checkedForCSSCharset && (m_contentType == 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/
H A Dscan-build416 my $CSS = Cwd::realpath("$RealBin/scanview.css");
419 if (! -r $CSS);
421 system ("cp", $CSS, "$Dir");
424 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/webkit/Source/WebCore/inspector/front-end/
H A DConsoleView.js977 case WebInspector.ConsoleMessage.MessageSource.CSS:
978 sourceString = "CSS";
1070 CSS: "css",
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js703 // Handle passing in a number to a CSS property
734 // A method for quickly swapping in/out CSS properties to get correct calculations
1414 * Sizzle CSS Selector Engine - v0.9.3
6873 Adds advanced CSS Querying capabilities for targeting elements. Also includes pseudoselectors support.
7639 Script: Fx.CSS.js
7640 Contains the CSS animation logic. Used by Fx.Tween, Fx.Morph, Fx.Elements.
7646 Fx.CSS = new Class({
7671 Fx.CSS.Parsers.each(function(parser, key){
7676 found = found || {value: val, parser: Fx.CSS.Parsers.String};
7712 if (Fx.CSS
[all...]
H A Dmootools-1.2.2-core-nc.js2497 Adds advanced CSS Querying capabilities for targeting elements. Also includes pseudoselectors support.
3263 Script: Fx.CSS.js
3264 Contains the CSS animation logic. Used by Fx.Tween, Fx.Morph, Fx.Elements.
3270 Fx.CSS = new Class({
3295 Fx.CSS.Parsers.each(function(parser, key){
3300 found = found || {value: val, parser: Fx.CSS.Parsers.String};
3336 if (Fx.CSS.Cache[selector]) return Fx.CSS.Cache[selector];
3355 return Fx.CSS.Cache[selector] = to;
3360 Fx.CSS
[all...]
/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/libvpx/examples/includes/geshi/
H A Dgeshi.php306 * Whether to use CSS classes in output
401 * Whether CSS IDs should be added to the code
799 * Sets whether CSS classes should be used to highlight the source. Default
1666 * Whether CSS IDs should be added to each line
1740 * support for the CSS method of doing this in 1.1 and Opera
1741 * has support for the CSS method, but (of course) IE doesn't
1742 * so it's not worth doing it the CSS way yet.
3319 // get highlighted if the language has a CSS keyword in it (like CSS, for example ;))
4235 " * CSS clas
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 373 milliseconds