Home
last modified time | relevance | path

Searched refs:register_css_property (Results 26 – 50 of 56) sorted by last modified time

123

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.html2ps.pseudoelements.inc.php30 CSS::register_css_property(new CSSHTML2PSPseudoelements);
H A Dcss.inc.php121 function register_css_property(&$handler) { function in CSS
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.position.inc.php38 CSS::register_css_property(new CSSPosition);
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 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'));
H A Dcss.border.collapse.inc.php29 CSS::register_css_property(new CSSBorderCollapse);
H A Dcss.content.inc.php94 CSS::register_css_property(new CSSContent);
H A Dcss.direction.inc.php28 CSS::register_css_property(new CSSDirection);
H A Dcss.display.inc.php30 CSS::register_css_property(new CSSDisplay);
H A Dcss.float.inc.php30 CSS::register_css_property(new CSSFloat);
H A Dcss.font.inc.php179 CSS::register_css_property($font);
180 CSS::register_css_property(new CSSFontSize($font, 'size'));
181 CSS::register_css_property(new CSSFontStyle($font, 'style'));
182 CSS::register_css_property(new CSSFontWeight($font, 'weight'));
183 CSS::register_css_property(new CSSFontFamily($font, 'family'));
184 CSS::register_css_property(new CSSLineHeight($font, 'line_height'));
H A Dcss.height.inc.php44 CSS::register_css_property(new CSSHeight);

123