Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 159) sorted by relevance

1234567

/external/fmtlib/doc/bootstrap/
Dtheme.less14 // Common styles
36 // Mixin for generating new styles
37 .btn-styles(@btn-color: #555) {
63 // Common styles
73 .btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }
74 .btn-primary { .btn-styles(@btn-primary-bg); }
75 .btn-success { .btn-styles(@btn-success-bg); }
76 .btn-info { .btn-styles(@btn-info-bg); }
77 .btn-warning { .btn-styles(@btn-warning-bg); }
78 .btn-danger { .btn-styles(@btn-danger-bg); }
[all …]
Dalerts.less6 // Base styles
55 // Alternate styles
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java61 || tr.styles.hasMetaData()) { in check()
79 ReplaceableString styles; field in ReplaceableTest.TestReplaceable
85 TestReplaceable (String text, String styles) { in TestReplaceable() argument
89 if (styles != null && i < styles.length()) { in TestReplaceable()
90 s.append(styles.charAt(i)); in TestReplaceable()
99 this.styles = new ReplaceableString(s.toString()); in TestReplaceable()
103 return styles.toString(); in getStyles()
107 return chars.toString() + "{" + styles.toString() + "}"; in toString()
148 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
149 newStyle = styles.charAt(start); in fixStyles()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java62 || tr.styles.hasMetaData()) { in check()
80 ReplaceableString styles; field in ReplaceableTest.TestReplaceable
86 TestReplaceable (String text, String styles) { in TestReplaceable() argument
90 if (styles != null && i < styles.length()) { in TestReplaceable()
91 s.append(styles.charAt(i)); in TestReplaceable()
100 this.styles = new ReplaceableString(s.toString()); in TestReplaceable()
104 return styles.toString(); in getStyles()
108 return chars.toString() + "{" + styles.toString() + "}"; in toString()
149 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
150 newStyle = styles.charAt(start); in fixStyles()
[all …]
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp43 UnicodeString styles; member in TestReplaceable
71 this->styles = s; in TestReplaceable()
75 return new TestReplaceable(chars, styles); in clone()
81 return styles; in getStyles()
87 s.append(styles); in toString()
125 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
126 newStyle = styles.charAt(start); in fixStyles()
128 newStyle = styles.charAt(start-1); in fixStyles()
129 } else if (limit < styles.length()) { in fixStyles()
130 newStyle = styles.charAt(limit); in fixStyles()
[all …]
Dtufmtts.cpp312 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback() local
382 styleIndex < UPRV_LENGTHOF(styles); in testGreekWithFallback()
398 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
428 …pected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " un… in testGreekWithFallback()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.input35 def __init__(self, styles=None, keymap=None):
36 if styles is None:
37 styles = Styles()
38 basic = styles.add('normal', tabsize=3, fontSize=12, fontFamily="Courier")
39 styles.add('error', parent=basic, foreground=colors.red)
40 styles.add('output', parent=basic, foreground=colors.blue)
41 styles.add('input', parent=basic, foreground=colors.black)
42 styles.add('prompt', parent=basic, foreground=colors.purple)
43 self.styles = styles
60 self.document = swing.text.DefaultStyledDocument(self.styles)
[all …]
/external/skia/gm/
Dinversepaths.cpp54 Style styles[] { variable
100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
Dblurrect.cpp179 const SkBlurStyle styles[] = {kNormal_SkBlurStyle, kInner_SkBlurStyle, kOuter_SkBlurStyle}; variable
198 for (size_t k = 0 ; k < SK_ARRAY_COUNT(styles) ; k++) {
199 SkBlurStyle style = styles[k];
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java94 String styles; in createTooltipControl_Browser() local
96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"), in createTooltipControl_Browser()
98 if (styles == null) { in createTooltipControl_Browser()
99 styles = ""; in createTooltipControl_Browser()
102 styles = ""; in createTooltipControl_Browser()
120 styles, in createTooltipControl_Browser()
/external/skia/experimental/ChromeUtils/
DSkBorder.cpp22 const BorderStyle styles[4]) in SkBorder()
29 memcpy(fStyles, styles, sizeof(fStyles)); in SkBorder()
/external/icu/icu4j/
Dstylesheet7.css78 Document title and Copyright styles
113 Navigation bar styles
198 Page header and footer styles
231 Heading styles
255 Page layout container styles
299 List styles
354 Table styles
459 Content styles
473 Formatting effect styles
492 /* ICU modified JCite styles */
Dstylesheet8.css86 Document title and Copyright styles
118 Navigation bar styles
203 Page header and footer styles
239 Heading styles
261 Page layout container styles
308 List styles
362 Table styles
515 Content styles
546 Formatting effect styles
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
DStyles.java107 public static String combine(final String... styles) { in combine() argument
109 for (final String style : styles) { in combine()
Dprettify.css1 /* Pretty printing styles. Used with prettify.js. */
/external/guava/
Djavadoc-stylesheet.css69 Document title and Copyright styles
104 Navigation bar styles
183 Page header and footer styles
216 Heading styles
240 Page layout container styles
284 List styles
339 Table styles
444 Content styles
457 Formatting effect styles
/external/libjpeg-turbo/java/doc/
Dstylesheet.css69 Document title and Copyright styles
104 Navigation bar styles
183 Page header and footer styles
216 Heading styles
240 Page layout container styles
284 List styles
339 Table styles
444 Content styles
457 Formatting effect styles
/external/llvm/test/Bitcode/
Dvisibility-styles.3.2.ll4 ; visibility-styles.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
5 ; The test checks that LLVM does not silently misread visibility styles of
/external/bzip2/
Dbzip.css31 /* release styles */
36 /* ------ styles for docs|manuals|howto ------ */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java169 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; in TestGreek() local
245 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
249 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
254 + ", style: " + styles[styleIndex] in TestGreek()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeUnitTest.java170 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; in TestGreek() local
246 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
250 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
255 + ", style: " + styles[styleIndex] in TestGreek()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-08-10.data1 block styles:
Dspec-08-10.canonical4 ? !!str "block styles" : !!map {
/external/llvm/test/YAMLParser/
Dspec-08-10.test3 block styles:
/external/skia/tests/
DGpuDrawPathTest.cpp98 GrStyle styles[] = { variable
104 for (const GrStyle& style : styles) {

1234567