Home
last modified time | relevance | path

Searched refs:register_css_property (Results 1 – 25 of 56) sorted by path

123

/plugin/html2pdf/html2pdf/html2ps/
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.border.inc.php125 CSS::register_css_property($border);
127 CSS::register_css_property(new CSSBorderColor($border));
128 CSS::register_css_property(new CSSBorderWidth($border));
129 CSS::register_css_property(new CSSBorderStyle($border));
131 CSS::register_css_property(new CSSBorderTop($border, 'top'));
136 CSS::register_css_property(new CSSBorderLeftColor($border));
137 CSS::register_css_property(new CSSBorderTopColor($border));
141 CSS::register_css_property(new CSSBorderLeftStyle($border));
142 CSS::register_css_property(new CSSBorderTopStyle($border));
146 CSS::register_css_property(new CSSBorderLeftWidth($border));
[all …]
H A Dcss.bottom.inc.php54 CSS::register_css_property(new CSSBottom);
H A Dcss.clear.inc.php33 CSS::register_css_property(new CSSClear);
H A Dcss.color.inc.php30 CSS::register_css_property(new CSSColor);
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);
H A Dcss.html2ps.html.content.inc.php39 CSS::register_css_property(new CSSHTML2PSHTMLContent);
H A Dcss.html2ps.pixels.php27 CSS::register_css_property(new CSSHTML2PSPixels);
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.left.inc.php33 CSS::register_css_property(new CSSLeft);
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.margin.inc.php124 CSS::register_css_property($mh);
125 CSS::register_css_property(new CSSMarginLeft($mh, 'left'));
126 CSS::register_css_property(new CSSMarginRight($mh, 'right'));
127 CSS::register_css_property(new CSSMarginTop($mh, 'top'));
128 CSS::register_css_property(new CSSMarginBottom($mh, 'bottom'));
H A Dcss.max-height.inc.php55 CSS::register_css_property(new CSSMaxHeight);
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.padding.inc.php127 CSS::register_css_property($ph);
128 CSS::register_css_property(new CSSPaddingLeft($ph, 'left'));
129 CSS::register_css_property(new CSSPaddingRight($ph, 'right'));
130 CSS::register_css_property(new CSSPaddingTop($ph, 'top'));
131 CSS::register_css_property(new CSSPaddingBottom($ph, 'bottom'));

123