Home
last modified time | relevance | path

Searched refs:CSS (Results 276 – 300 of 392) sorted by last modified time

1...<<111213141516

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php126 $border_handler = CSS::get_handler(CSS_BORDER);
132 $margin =& CSS::get_handler(CSS_MARGIN);
135 $h_padding =& CSS::get_handler(CSS_PADDING);
207 $handler =& CSS::get_handler(CSS_VERTICAL_ALIGN);
H A Dcss.border.inc.php74 $border = CSS::getDefaultValue(CSS_BORDER);
81 $color_handler = CSS::get_handler(CSS_BORDER_COLOR);
86 $width_handler = CSS::get_handler(CSS_BORDER_WIDTH);
91 $style_handler = CSS::get_handler(CSS_BORDER_STYLE);
125 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));
137 CSS::register_css_property(new CSSBorderTopColor($border));
142 CSS::register_css_property(new CSSBorderTopStyle($border));
[all …]
H A Dcss.color.inc.php30 CSS::register_css_property(new CSSColor);
H A Dcss.left.inc.php33 CSS::register_css_property(new CSSLeft);
H A Dcss.pseudo.link.destination.inc.php25 CSS::register_css_property(new CSSPseudoLinkDestination);
H A Dcss.pseudo.nowrap.inc.php20 CSS::register_css_property(new CSSPseudoNoWrap);
H A Dcss.table-layout.inc.php28 CSS::register_css_property(new CSSTableLayout());
H A Dcss.text-align.inc.php47 CSS::register_css_property(new CSSTextAlign);
H A Dcss.text-decoration.inc.php50 CSS::register_css_property(new CSSTextDecoration);
H A Dcss.text-transform.inc.php33 CSS::register_css_property(new CSSTextTransform);
H A Dcss.top.inc.php33 CSS::register_css_property(new CSSTop);
H A Dcss.utils.inc.php36 $handler =& CSS::get_handler(CSS_DISPLAY);
H A Dcss.vertical-align.inc.php152 $handler =& CSS::get_handler(CSS_DISPLAY);
169 CSS::register_css_property(new CSSVerticalAlign);
H A Dcss.visibility.inc.php31 CSS::register_css_property(new CSSVisibility);
H A Dcss.white-space.inc.php34 CSS::register_css_property(new CSSWhiteSpace);
H A Dcss.widows.inc.php23 CSS::register_css_property(new CSSWidows);
H A Dbox.note-call.class.php47 …$this->_note_call_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE_H…
72 …$this->_note_marker_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE…
H A Ddefault.css510 * CSS 3 - specific defaults
H A Dvalue.content.item.php56 list($value, $rest) = CSS::parse_string($string);
H A Dcss.border.bottom.width.inc.php34 $width_handler = CSS::get_handler(CSS_BORDER_WIDTH);
H A Dcss.border.left.width.inc.php34 $width_handler = CSS::get_handler(CSS_BORDER_WIDTH);
H A Dcss.bottom.inc.php54 CSS::register_css_property(new CSSBottom);
/plugin/html2pdf/snorriheim/
H A Dmedia.css2 * The CSS in here cotrols the appearance of the media manager
H A Ddokubook_print.css2 * Print - additional CSS for the DokuBook Template
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php14 $pipeline->_cssState = array(new CSSState(CSS::get()));
33 $pipeline->_cssState = array(new CSSState(CSS::get()));
52 $pipeline->_cssState = array(new CSSState(CSS::get()));

1...<<111213141516