Home
last modified time | relevance | path

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

1234567891011

/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/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-settings.js30 window.CSS && CSS.supports && CSS.supports('box-shadow', '0 0 0 var(--foo)'));
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
DREADME.md7 [CSS flexible box layout](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes),
53 1. [Custom CSS mixins](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-la…
54 The mixin stylesheet includes custom CSS mixins that can be applied inside a CSS rule using the `@a…
/external/markdown/docs/extensions/
Dcode_hilite.md25 ### Step 2: Add CSS Classes
27 You will need to define the appropriate CSS classes with appropriate rules.
28 The CSS rules either need to be defined in or linked from the header of your
29 HTML templates. Pygments can generate CSS rules for you. Just run the following
37 set the value of the `-a` option to that class name. The CSS rules will be
55 GitHub user [richeland] has provided a number of different [CSS style
58 [`css_class`](#css_class) option when using richeland's CSS styles. However, the
59 Python-Markdown project makes no guarantee that richeland's CSS styles will
61 compatibility, you should generate the CSS rules from your own installation
133 using Pygments' default CSS styles, emphasized lines have a yellow background.
[all …]
Dadmonition.md27 `type` will be used as the CSS class name and as default title. It must be a
75 You can also provide additional CSS class names separated by spaces. The first
99 There is no CSS included as part of this extension. Check out the default
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
DREADME.rst4 rCSSmin - A CSS Minifier For Python
22 RCSSmin is a CSS minifier written in python.
32 support various CSS hacks (by keeping them working as intended).
50 - CSS Hacks supported:
120 called cssmin which takes the CSS as a string and returns the minified
121 CSS as a string.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dconcat-charset.css1 /* This is invalid CSS, but frequently happens as a result of concatenation. */
8 The actual CSS file can only have a single charset.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION2 CSS Minifier
5 RCSSmin is a CSS minifier.
15 support various CSS hacks (by keeping them working as intended).
33 - CSS Hacks supported:
DSUMMARY1 CSS Minifier
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dcustom-style-interface.min.js12 …navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports(…
DREADME.md3 …ulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` synt…
35 ScopingShim provides simulated ShadyDOM style encapsulation, and a shim for CSS Custom Properties.
38 Additionally, if CSS Custom Properties is not detected, ScopingShim will replace CSS Custom Propert…
92 …://tabatkins.github.io/specs/css-apply-rule/, which expands the definition CSS Custom Properties t…
94 This is done by transforming the block definition into a set of CSS Custom Properties, and replacin…
104 …ans that using both `background-color: green;` and `background: red;` in two separate CSS selectors
328 To set the value of a CSS Custom Property imperatively, `ShadyCSS.styleSubtree`
405 polyfilled CSS Mixins and polyfilled CSS Custom Properties.
/external/python/cpython3/Doc/library/
Dcalendar.rst200 customize the CSS classes used by the calendar:
204 A list of CSS classes used for each weekday. The default class list is::
217 The CSS class for a weekday occurring in the previous or coming month.
224 A list of CSS classes used for weekday names in the header row.
232 The month's head CSS class (used by :meth:`formatmonthname`).
240 The CSS class for the whole month's table (used by :meth:`formatmonth`).
248 The CSS class for the whole year's table of tables (used by
256 The CSS class for the table head for the whole year (used by
264 single CSS class with a space separated list of CSS classes, for example::
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
DLICENSE.cssmin1 `cssmin.py` - A Python port of the YUI CSS compressor.
28 This software contains portions of the YUI CSS Compressor, notably some regular
29 expressions for reducing the size of CSS. The YUI Compressor source code can be
/external/google-styleguide/include/
Dstyleguide.css1 /* General CSS */
89 /* TOC CSS */
192 /* Style Guide semantic CSS */
/external/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst90 #. **CSS**. Current Security State. ``0`` when secure and ``1`` when non-secure
98 #. **CSS=0, TEL3=0**. Interrupt is routed to the FEL when execution is in
102 #. **CSS=0, TEL3=1**. Interrupt is routed to EL3 when execution is in secure
106 #. **CSS=1, TEL3=0**. Interrupt is routed to the FEL when execution is in
111 #. **CSS=1, TEL3=1**. Interrupt is routed to EL3 when execution is in
118 #. **CSS=0, TEL3=0**. Interrupt is routed to the FEL when execution is in
125 #. **CSS=0, TEL3=1**. Interrupt is routed to EL3 when execution is in secure
132 #. **CSS=1, TEL3=0**. Interrupt is routed to FEL when execution is in
136 #. **CSS=1, TEL3=1**. Interrupt is routed to EL3 when execution is in
146 #. **CSS=0, TEL3=0**. Interrupt is routed to the FEL when execution is in
[all …]
/external/autotest/client/bin/result_tools/
Dview.py34 CSS = 'css' variable
437 CSS: css,
/external/arm-trusted-firmware/docs/
Dglobal_substitutions.txt9 .. |CSS| replace:: :term:`CSS`
/external/python/cpython3/Lib/pydoc_data/
D_pydoc.css2 CSS file for pydoc.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.css3 /* Epydoc CSS Stylesheet
16 * either class='epydoc' or class='toc' (CSS styles for both
88 * - CSS styles for the table's header and group headers are
104 * a header for each details section (CSS style for table-header
189 * the re* CSS classes.
233 * 'a.py-toggle' (Note: the CSS style for 'a.py-toggle' should not
280 * - These CSS styles are used for graphs & diagrams generated using
/external/python/google-api-python-client/docs/epy/
Depydoc.css3 /* Epydoc CSS Stylesheet
16 * either class='epydoc' or class='toc' (CSS styles for both
88 * - CSS styles for the table's header and group headers are
104 * a header for each details section (CSS style for table-header
189 * the re* CSS classes.
233 * 'a.py-toggle' (Note: the CSS style for 'a.py-toggle' should not
280 * - These CSS styles are used for graphs & diagrams generated using
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.css3 /* Epydoc CSS Stylesheet
16 * either class='epydoc' or class='toc' (CSS styles for both
88 * - CSS styles for the table's header and group headers are
104 * a header for each details section (CSS style for table-header
189 * the re* CSS classes.
233 * 'a.py-toggle' (Note: the CSS style for 'a.py-toggle' should not
280 * - These CSS styles are used for graphs & diagrams generated using
/external/rappor/ui/
DREADME.md4 This directory contains static HTML, CSS, and JavaScript for the RAPPOR
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/
Dexamples.md5 - Each CSS property specifies its keyframe values as a list, different properties may have differen…
31 - Keyframes can be specified as a list of multiple CSS property values.
71 - Web Animations inherits many of its timing parameters from CSS Animations.
/external/fmtlib/doc/bootstrap/
Dresponsive-embed.less3 // Credit: Nicolas Gallagher and SUIT CSS.

1234567891011