Home
last modified time | relevance | path

Searched refs:CSS (Results 301 – 325 of 392) sorted by last modified time

1...<<111213141516

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.clear.inc.php33 CSS::register_css_property(new CSSClear);
H A Dcss.html2ps.pseudoelements.inc.php30 CSS::register_css_property(new CSSHTML2PSPseudoelements);
H A Dcss.inc.php4 class CSS { class
70 $__g_css_handler_set = new CSS();
76 function CSS() { function in CSS
82 $css =& CSS::get();
94 $css =& CSS::get();
117 $css =& CSS::get();
125 $css =& CSS::get();
146 CSS::get_identifier_regexp()),
155 $value = CSS::remove_backslash_at_newline($value);
164 $value = CSS::remove_backslash_at_newline($value);
H A Dcss.letter-spacing.inc.php40 CSS::register_css_property(new CSSLetterSpacing);
H A Dcss.list-style.inc.php38 CSS::register_css_property($ls);
39 CSS::register_css_property(new CSSListStyleImage($ls, 'image'));
40 CSS::register_css_property(new CSSListStylePosition($ls, 'position'));
41 CSS::register_css_property(new CSSListStyleType($ls, 'type'));
H A Dcss.min-height.inc.php52 CSS::register_css_property(new CSSMinHeight);
H A Dcss.orphans.inc.php25 CSS::register_css_property(new CSSOrphans);
H A Dcss.overflow.inc.php31 CSS::register_css_property(new CSSOverflow);
H A Dcss.page-break-after.inc.php14 CSS::register_css_property(new CSSPageBreakAfter);
H A Dcss.page-break-before.inc.php14 CSS::register_css_property(new CSSPageBreakBefore);
H A Dcss.page-break-inside.inc.php14 CSS::register_css_property(new CSSPageBreakInside);
H A Dcss.parse.properties.php34 $identifier_regexp = CSS::get_identifier_regexp();
43 $code = CSS::name2code($name);
56 list($new_value, $string) = CSS::parse_string($string);
H A Dcss.position.inc.php38 CSS::register_css_property(new CSSPosition);
H A Dcss.property.collection.php22 $handler =& CSS::get_handler($key);
H A Dcss.property.declaration.php31 $handler =& CSS::get_handler($code);
H A Dcss.pseudo.align.inc.php68 CSS::register_css_property(new CSSPseudoAlign);
H A Dcss.pseudo.localalign.inc.php24 CSS::register_css_property(new CSSLocalAlign);
H A Dcss.pseudo.table.border.inc.php55 CSS::register_css_property(new CSSPseudoTableBorder());
H A Dcss.width.inc.php76 CSS::register_css_property($width);
77 CSS::register_css_property(new CSSWidth($width));
78 CSS::register_css_property(new CSSMinWidth($width, '_min_width'));
H A Dcss.word-spacing.inc.php40 CSS::register_css_property(new CSSWordSpacing);
H A Dcss.z-index.inc.php27 CSS::register_css_property(new CSSZIndex);
H A Dhtml.attrs.inc.php208 $handler =& CSS::get_handler(CSS_BORDER);
243 $handler =& CSS::get_handler(CSS_COLOR);
270 $handler =& CSS::get_handler(CSS_MARGIN_TOP);
363 $float =& CSS::get_handler(CSS_FLOAT);
373 $float =& CSS::get_handler(CSS_FLOAT);
602 $width =& CSS::get_handler(CSS_WIDTH);
622 $handler =& CSS::get_handler(CSS_HEIGHT);
704 $handler =& CSS::get_handler(CSS_COLOR);
754 $handler =& CSS::get_handler(CSS_WIDTH);
864 $handler =& CSS::get_handler(CSS_HEIGHT);
[all …]
H A Dbox.php120 $handler =& CSS::get_handler(CSS_DISPLAY);
156 $float_handler =& CSS::get_handler(CSS_FLOAT);
187 $handler =& CSS::get_handler(CSS_DISPLAY);
191 $handler =& CSS::get_handler(CSS_DISPLAY);
195 $handler =& CSS::get_handler(CSS_DISPLAY);
352 $handler =& CSS::get_handler(CSS_MARGIN);
364 $handler =& CSS::get_handler(CSS_PADDING);
367 $handler =& CSS::get_handler(CSS_BACKGROUND);
455 $float_handler =& CSS::get_handler(CSS_FLOAT);
505 $handler =& CSS::get_handler(CSS_MARGIN);
[all …]
H A Dbox.table.php73 $handler =& CSS::get_handler(CSS_PADDING);
87 $handler =& CSS::get_handler(CSS_TEXT_ALIGN);
H A Dcss.background.inc.php57 CSS::register_css_property($bg);
58 CSS::register_css_property(new CSSBackgroundColor($bg, '_color'));
59 CSS::register_css_property(new CSSBackgroundImage($bg, '_image'));
60 CSS::register_css_property(new CSSBackgroundRepeat($bg, '_repeat'));
61 CSS::register_css_property(new CSSBackgroundPosition($bg, '_position'));
62 CSS::register_css_property(new CSSBackgroundAttachment($bg, '_attachment'));

1...<<111213141516