Home
last modified time | relevance | path

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

12345678910>>...265

/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/text/html/
H A DCSS$Attribute.h20 class CSS$Attribute;
36 static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
42 static ::javax::swing::text::html::CSS$Attribute * BORDER;
54 static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55 static ::javax::swing::text::html::CSS$Attribute * COLOR;
57 static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58 static ::javax::swing::text::html::CSS$Attribute * FONT;
64 static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
87 static ::javax::swing::text::html::CSS$Attribute * WIDTH;
100 static ::javax::swing::text::html::CSS$Attribute * LEFT;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/text/html/
H A DCSS$Attribute.h20 class CSS$Attribute;
36 static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
42 static ::javax::swing::text::html::CSS$Attribute * BORDER;
54 static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55 static ::javax::swing::text::html::CSS$Attribute * COLOR;
57 static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58 static ::javax::swing::text::html::CSS$Attribute * FONT;
64 static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
87 static ::javax::swing::text::html::CSS$Attribute * WIDTH;
100 static ::javax::swing::text::html::CSS$Attribute * LEFT;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/text/html/
H A DCSS$Attribute.h20 class CSS$Attribute;
36 static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
42 static ::javax::swing::text::html::CSS$Attribute * BORDER;
54 static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55 static ::javax::swing::text::html::CSS$Attribute * COLOR;
57 static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58 static ::javax::swing::text::html::CSS$Attribute * FONT;
64 static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
87 static ::javax::swing::text::html::CSS$Attribute * WIDTH;
100 static ::javax::swing::text::html::CSS$Attribute * LEFT;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/javax/swing/text/html/
H A DCSS$Attribute.h20 class CSS$Attribute;
36 static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
42 static ::javax::swing::text::html::CSS$Attribute * BORDER;
54 static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55 static ::javax::swing::text::html::CSS$Attribute * COLOR;
57 static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58 static ::javax::swing::text::html::CSS$Attribute * FONT;
64 static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
87 static ::javax::swing::text::html::CSS$Attribute * WIDTH;
100 static ::javax::swing::text::html::CSS$Attribute * LEFT;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/javax/swing/text/html/
H A DCSS$Attribute.h20 class CSS$Attribute;
36 static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
42 static ::javax::swing::text::html::CSS$Attribute * BORDER;
54 static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55 static ::javax::swing::text::html::CSS$Attribute * COLOR;
57 static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58 static ::javax::swing::text::html::CSS$Attribute * FONT;
64 static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
87 static ::javax::swing::text::html::CSS$Attribute * WIDTH;
100 static ::javax::swing::text::html::CSS$Attribute * LEFT;
[all …]
/dports/textproc/p5-CSS-SAC/CSS-SAC-0.08/lib/CSS/SAC/
H A DSelectorFactory.pm8 package CSS::SAC::SelectorFactory;
11 $VERSION = $CSS::SAC::VERSION || '0.03';
14 use CSS::SAC::Selector::Descendant qw();
15 use CSS::SAC::Selector::Sibling qw();
16 use CSS::SAC::Selector::Simple qw();
17 use CSS::SAC::Selector::CharacterData qw();
181 return CSS::SAC::Selector::Sibling->new(
200 return CSS::SAC::Selector::Element->new(
217 return CSS::SAC::Selector::Negative->new(
252 return CSS::SAC::Selector::Element->new(
[all …]
H A DConditionFactory.pm8 package CSS::SAC::ConditionFactory;
11 $VERSION = $CSS::SAC::VERSION || '0.03';
13 use CSS::SAC::Condition qw(:constants);
14 use CSS::SAC::Condition::Attribute qw();
15 use CSS::SAC::Condition::Combinator qw();
16 use CSS::SAC::Condition::Content qw();
17 use CSS::SAC::Condition::Lang qw();
18 use CSS::SAC::Condition::Negative qw();
19 use CSS::SAC::Condition::Positional qw();
162 return CSS::SAC::Condition::Content->new(
[all …]
/dports/textproc/p5-CSS/CSS-1.09/t/
H A D01_basic.t3 use CSS;
4 my $css = CSS->new();
5 ok( (defined($css) and ref $css eq 'CSS'), "CSS::new() works");
7 use CSS::Parse::Lite;
11 use CSS::Parse::Heavy;
15 use CSS::Style;
17 ok( (defined($css_style) and ref $css_style eq 'CSS::Style'), 'CSS::Style::new() works' );
19 use CSS::Selector;
23 use CSS::Property;
27 use CSS::Value;
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/smoke/
H A Dmem-leaks.pl15 use CSS::Sass;
17 use CSS::Sass qw(quote unquote sass2scss);
19 my $sass = CSS::Sass->new;
98 ($r, $err, $stat) = CSS::Sass::sass_compile(
128 $foo = CSS::Sass::Value->new(undef);
129 $foo = CSS::Sass::Value->new(42.35);
130 $foo = CSS::Sass::Value->new("foobar");
136 my $null = CSS::Sass::Value::Null->new;
137 my $bool = CSS::Sass::Value::Boolean->new();
149 my $color = CSS::Sass::Value::Color->new();
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/
H A D10_sass_value_op.t14 BEGIN { use_ok('CSS::Sass') };
18 use CSS::Sass qw(sass_operation);
20 my $null = CSS::Sass::Value::Null->new;
21 my $bool = CSS::Sass::Value::Boolean->new();
33 my $color = CSS::Sass::Value::Color->new();
109 CSS::Sass::ADD,
119 CSS::Sass::ADD,
129 CSS::Sass::ADD,
139 CSS::Sass::ADD,
149 CSS::Sass::ADD,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/mathml/relations/css-styling/
H A Dattribute-mapping-002.html.ini2 [displaystyle on the mphantom element is mapped to CSS math-style]
5 [displaystyle on the mspace element is mapped to CSS math-style]
8 [displaystyle on the mtd element is mapped to CSS math-style]
23 [displaystyle on the msup element is mapped to CSS math-style]
26 [displaystyle on the msub element is mapped to CSS math-style]
35 [mathvariant on the mo element is mapped to CSS text-transform]
38 [displaystyle on the ms element is mapped to CSS math-style]
44 [displaystyle on the mtr element is mapped to CSS math-style]
53 [displaystyle on the mo element is mapped to CSS math-style]
113 [displaystyle on the mn element is mapped to CSS math-style]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-fonts/parsing/
H A Dfont-palette-values-valid.html.ini2 [CSS Fonts Module Level 4: parsing @font-palette-values]
5 [CSS Fonts Module Level 4: parsing @font-palette-values 1]
8 [CSS Fonts Module Level 4: parsing @font-palette-values 2]
11 [CSS Fonts Module Level 4: parsing @font-palette-values 3]
14 [CSS Fonts Module Level 4: parsing @font-palette-values 4]
17 [CSS Fonts Module Level 4: parsing @font-palette-values 5]
20 [CSS Fonts Module Level 4: parsing @font-palette-values 6]
23 [CSS Fonts Module Level 4: parsing @font-palette-values 7]
26 [CSS Fonts Module Level 4: parsing @font-palette-values 8]
29 [CSS Fonts Module Level 4: parsing @font-palette-values 9]
[all …]
/dports/textproc/p5-CSS-SAC/CSS-SAC-0.08/
H A DMANIFEST7 lib/CSS/SAC/Condition.pm
8 lib/CSS/SAC/Condition/Attribute.pm
10 lib/CSS/SAC/Condition/Content.pm
11 lib/CSS/SAC/Condition/Lang.pm
12 lib/CSS/SAC/Condition/Negative.pm
14 lib/CSS/SAC/ConditionFactory.pm
15 lib/CSS/SAC/LexicalUnit.pm
16 lib/CSS/SAC/Selector.pm
26 lib/CSS/SAC/SelectorList.pm
27 lib/CSS/SAC/TestWriter.pm
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-break/animation/
H A Dwidows-interpolation.html.ini8 [CSS Animations: property <widows> from [unset\] to [20\] at (0.6) should be [24\]]
17 [CSS Transitions: property <widows> from neutral to [20\] at (0) should be [10\]]
20 [CSS Transitions: property <widows> from [initial\] to [20\] at (0.3) should be [7\]]
74 [CSS Animations: property <widows> from [2\] to [4\] at (-2.5) should be [1\]]
110 [CSS Animations: property <widows> from [10\] to [20\] at (1) should be [20\]]
143 [CSS Animations: property <widows> from [2\] to [4\] at (1) should be [4\]]
230 [CSS Animations: property <widows> from [2\] to [4\] at (1.5) should be [5\]]
233 [CSS Transitions: property <widows> from [2\] to [4\] at (-3) should be [1\]]
251 [CSS Animations: property <widows> from [2\] to [4\] at (0) should be [2\]]
275 [CSS Transitions: property <widows> from [2\] to [4\] at (1) should be [4\]]
[all …]
H A Dorphans-interpolation.html.ini2 [CSS Transitions: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
8 [CSS Animations: property <orphans> from [10\] to [1\] at (1) should be [1\]]
11 [CSS Transitions: property <orphans> from [initial\] to [20\] at (0.3) should be [7\]]
14 [CSS Transitions: property <orphans> from [initial\] to [20\] at (1) should be [20\]]
20 [CSS Transitions: property <orphans> from [10\] to [1\] at (1.5) should be [1\]]
23 [CSS Animations: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
38 [CSS Animations: property <orphans> from [unset\] to [20\] at (0.7) should be [23\]]
47 [CSS Animations: property <orphans> from neutral to [20\] at (-0.5) should be [5\]]
107 [CSS Transitions: property <orphans> from [10\] to [1\] at (0.3) should be [7\]]
131 [CSS Animations: property <orphans> from [10\] to [1\] at (0) should be [10\]]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-break/animation/
H A Dwidows-interpolation.html.ini8 [CSS Animations: property <widows> from [unset\] to [20\] at (0.6) should be [24\]]
17 [CSS Transitions: property <widows> from neutral to [20\] at (0) should be [10\]]
20 [CSS Transitions: property <widows> from [initial\] to [20\] at (0.3) should be [7\]]
74 [CSS Animations: property <widows> from [2\] to [4\] at (-2.5) should be [1\]]
110 [CSS Animations: property <widows> from [10\] to [20\] at (1) should be [20\]]
143 [CSS Animations: property <widows> from [2\] to [4\] at (1) should be [4\]]
230 [CSS Animations: property <widows> from [2\] to [4\] at (1.5) should be [5\]]
233 [CSS Transitions: property <widows> from [2\] to [4\] at (-3) should be [1\]]
251 [CSS Animations: property <widows> from [2\] to [4\] at (0) should be [2\]]
275 [CSS Transitions: property <widows> from [2\] to [4\] at (1) should be [4\]]
[all …]
H A Dorphans-interpolation.html.ini2 [CSS Transitions: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
8 [CSS Animations: property <orphans> from [10\] to [1\] at (1) should be [1\]]
11 [CSS Transitions: property <orphans> from [initial\] to [20\] at (0.3) should be [7\]]
14 [CSS Transitions: property <orphans> from [initial\] to [20\] at (1) should be [20\]]
20 [CSS Transitions: property <orphans> from [10\] to [1\] at (1.5) should be [1\]]
23 [CSS Animations: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
38 [CSS Animations: property <orphans> from [unset\] to [20\] at (0.7) should be [23\]]
47 [CSS Animations: property <orphans> from neutral to [20\] at (-0.5) should be [5\]]
107 [CSS Transitions: property <orphans> from [10\] to [1\] at (0.3) should be [7\]]
131 [CSS Animations: property <orphans> from [10\] to [1\] at (0) should be [10\]]
[all …]
/dports/www/pear-Horde_Css_Parser/Horde_Css_Parser-1.0.11/bundle/vendor/sabberworm/php-css-parser/
H A DREADME.md1 PHP CSS Parser
6 …r for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation…
24 new Sabberworm\CSS\Parser($sText);
40 new Sabberworm\CSS\Parser($sText, $oSettings);
46 …$oCssParser = new Sabberworm\CSS\Parser(file_get_contents('somefile.css'), Sabberworm\CSS\Settings…
53 new Sabberworm\CSS\Parser($sText, $oSettings);
63 * `Document` – representing the root of a CSS file.
118 $oParser = new Sabberworm\CSS\Parser($sText);
129 $oParser = new Sabberworm\CSS\Parser($sText);
139 $oParser = new Sabberworm\CSS\Parser($sText);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-break/animation/
H A Dwidows-interpolation.html.ini8 [CSS Animations: property <widows> from [unset\] to [20\] at (0.6) should be [24\]]
17 [CSS Transitions: property <widows> from neutral to [20\] at (0) should be [10\]]
20 [CSS Transitions: property <widows> from [initial\] to [20\] at (0.3) should be [7\]]
74 [CSS Animations: property <widows> from [2\] to [4\] at (-2.5) should be [1\]]
110 [CSS Animations: property <widows> from [10\] to [20\] at (1) should be [20\]]
143 [CSS Animations: property <widows> from [2\] to [4\] at (1) should be [4\]]
230 [CSS Animations: property <widows> from [2\] to [4\] at (1.5) should be [5\]]
233 [CSS Transitions: property <widows> from [2\] to [4\] at (-3) should be [1\]]
251 [CSS Animations: property <widows> from [2\] to [4\] at (0) should be [2\]]
275 [CSS Transitions: property <widows> from [2\] to [4\] at (1) should be [4\]]
[all …]
H A Dorphans-interpolation.html.ini2 [CSS Transitions: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
8 [CSS Animations: property <orphans> from [10\] to [1\] at (1) should be [1\]]
11 [CSS Transitions: property <orphans> from [initial\] to [20\] at (0.3) should be [7\]]
14 [CSS Transitions: property <orphans> from [initial\] to [20\] at (1) should be [20\]]
20 [CSS Transitions: property <orphans> from [10\] to [1\] at (1.5) should be [1\]]
23 [CSS Animations: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
38 [CSS Animations: property <orphans> from [unset\] to [20\] at (0.7) should be [23\]]
47 [CSS Animations: property <orphans> from neutral to [20\] at (-0.5) should be [5\]]
107 [CSS Transitions: property <orphans> from [10\] to [1\] at (0.3) should be [7\]]
131 [CSS Animations: property <orphans> from [10\] to [1\] at (0) should be [10\]]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-break/animation/
H A Dwidows-interpolation.html.ini8 [CSS Animations: property <widows> from [unset\] to [20\] at (0.6) should be [24\]]
17 [CSS Transitions: property <widows> from neutral to [20\] at (0) should be [10\]]
20 [CSS Transitions: property <widows> from [initial\] to [20\] at (0.3) should be [7\]]
74 [CSS Animations: property <widows> from [2\] to [4\] at (-2.5) should be [1\]]
110 [CSS Animations: property <widows> from [10\] to [20\] at (1) should be [20\]]
143 [CSS Animations: property <widows> from [2\] to [4\] at (1) should be [4\]]
230 [CSS Animations: property <widows> from [2\] to [4\] at (1.5) should be [5\]]
233 [CSS Transitions: property <widows> from [2\] to [4\] at (-3) should be [1\]]
251 [CSS Animations: property <widows> from [2\] to [4\] at (0) should be [2\]]
275 [CSS Transitions: property <widows> from [2\] to [4\] at (1) should be [4\]]
[all …]
H A Dorphans-interpolation.html.ini2 [CSS Transitions: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
8 [CSS Animations: property <orphans> from [10\] to [1\] at (1) should be [1\]]
11 [CSS Transitions: property <orphans> from [initial\] to [20\] at (0.3) should be [7\]]
14 [CSS Transitions: property <orphans> from [initial\] to [20\] at (1) should be [20\]]
20 [CSS Transitions: property <orphans> from [10\] to [1\] at (1.5) should be [1\]]
23 [CSS Animations: property <orphans> from [unset\] to [20\] at (0) should be [30\]]
38 [CSS Animations: property <orphans> from [unset\] to [20\] at (0.7) should be [23\]]
47 [CSS Animations: property <orphans> from neutral to [20\] at (-0.5) should be [5\]]
107 [CSS Transitions: property <orphans> from [10\] to [1\] at (0.3) should be [7\]]
131 [CSS Animations: property <orphans> from [10\] to [1\] at (0) should be [10\]]
[all …]
/dports/www/p5-CSS-DOM/CSS-DOM-0.17/t/
H A DCSSPrimitiveValue.t26 use CSS::DOM;
250 CSS::DOM::Value::Primitive->new(
329 for(CSS::DOM::Value::Primitive->new(
347 for(CSS::DOM::Value::Primitive->new(
370 for(CSS::DOM::Value::Primitive->new(
388 for(CSS::DOM::Value::Primitive->new(
406 for(CSS::DOM::Value::Primitive->new(
424 for(CSS::DOM::Value::Primitive->new(
444 use CSS'DOM'Style;
445 require CSS::DOM::PropertyParser;
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/lib/CSS/Sass/
H A DValue.pm38 use CSS::Sass;
41 package CSS::Sass::Value;
44 use CSS::Sass qw(import_sv);
45 use CSS::Sass qw(sass_operation);
46 use CSS::Sass qw(sass_stringify);
90 package CSS::Sass::Value::Null;
265 use CSS::Sass qw(quote);
292 use CSS::Sass qw(SASS_COMMA);
320 use CSS::Sass qw(SASS_COMMA);
331 use CSS::Sass qw(SASS_SPACE);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/numeric-objects/
H A Dnumeric-factory.tentative.html.ini2 [CSS.number returns a CSSUnitValue with correct value and unit]
5 [CSS.percent returns a CSSUnitValue with correct value and unit]
8 [CSS.em returns a CSSUnitValue with correct value and unit]
11 [CSS.ex returns a CSSUnitValue with correct value and unit]
14 [CSS.ch returns a CSSUnitValue with correct value and unit]
17 [CSS.ic returns a CSSUnitValue with correct value and unit]
20 [CSS.rem returns a CSSUnitValue with correct value and unit]
23 [CSS.lh returns a CSSUnitValue with correct value and unit]
29 [CSS.vw returns a CSSUnitValue with correct value and unit]
32 [CSS.vh returns a CSSUnitValue with correct value and unit]
[all …]

12345678910>>...265