Home
last modified time | relevance | path

Searched refs:css_state (Results 1 – 16 of 16) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbox.php34 function _fix_display_position_float(&$css_state) { argument
41 $display = $css_state->get_property(CSS_DISPLAY);
45 $css_state->set_property(CSS_DISPLAY, 'table');
59 $css_state->set_property(CSS_DISPLAY, 'block');
113 $css_state =& $pipeline->get_current_css_state();
114 $css_state->pushDefaultState();
117 $default_css->apply($root, $css_state, $pipeline);
121 $default_display = $handler->get($css_state->getState());
138 $css->apply($root, $css_state, $pipeline);
142 parse_style_attr($root, $css_state, $pipeline);
[all …]
Dhtml.attrs.inc.php207 $css_state =& $pipeline->get_current_css_state();
284 $css_state =& $pipeline->get_current_css_state();
289 $top = $h_top->get($css_state->getState());
297 $css_state =& $pipeline->get_current_css_state();
302 $left = $h_left->get($css_state->getState());
311 $css_state =& $pipeline->get_current_css_state();
312 $css_state->set_property(CSS_HTML2PS_NOWRAP, NOWRAP_NOWRAP);
364 $css_state =& $pipeline->get_current_css_state();
366 $css_state);
374 $css_state =& $pipeline->get_current_css_state();
[all …]
Dbox.table.cell.fake.php10 $css_state =& $pipeline->get_current_css_state();
11 $css_state->pushDefaultState();
13 $box->readCSS($css_state);
16 $nullbox->readCSS($css_state);
19 $box->readCSS($css_state);
21 $css_state->popState();
Dbox.input.img.php111 $css_state =& $pipeline->get_current_css_state();
113 $css_state->get_property(CSS_HTML2PS_FORM_ACTION));
114 $box->readCSS($css_state);
118 $css_state =& $pipeline->get_current_css_state();
120 $css_state->get_property(CSS_HTML2PS_FORM_ACTION));
121 $box->readCSS($css_state);
Dbox.null.php16 $css_state = new CSSState(CSS::get());
17 $css_state->pushState();
18 $box->readCSS($css_state);
Dcss.property.handler.class.php8 $css_state =& $pipeline->get_current_css_state();
10 if ($this->applicable($css_state)) {
11 $this->replace($this->parse($value, $pipeline), $css_state);
15 function applicable($css_state) { argument
Dbox.inline.php96 $css_state =& $pipeline->get_current_css_state();
98 $css_state->get_property(CSS_WHITE_SPACE),
104 $css_state =& $pipeline->get_current_css_state();
106 $box->readCSS($css_state);
121 $css_state->pushState();
122 $css_state->set_property(CSS_FONT_SIZE, Value::fromData(0.01, UNIT_PT));
125 $whitespace->readCSS($css_state);
129 $css_state->popState();
141 $css_state =& $pipeline->get_current_css_state();
142 $css_state->pushDefaultTextState();
[all …]
Dbox.button.submit.php65 $css_state =& $pipeline->get_current_css_state();
66 $box =& new ButtonSubmitBox($field, $value, $css_state->get_property(CSS_HTML2PS_FORM_ACTION));
67 $box->readCSS($css_state);
Dbox.radiobutton.php30 $css_state = $pipeline->get_current_css_state();
33 $css_state->get_property(CSS_HTML2PS_FORM_RADIOGROUP));
34 $box->readCSS($css_state);
Dbox.list-item.php14 $css_state =& $pipeline->get_current_css_state();
15 $css_state->pushState();
18 $list_style = $css_state->get_property(CSS_LIST_STYLE);
20 … $css_state->get_property(CSS_HTML2PS_LIST_COUNTER)).". ",
26 $css_state->popState();
Dcss.utils.inc.php49 $css_state =& $pipeline->get_current_css_state();
50 if ($handler->get($css_state->getState()) === 'block') {
Dbox.table.cell.php113 $css_state = $pipeline->get_current_css_state();
116 $box->readCSS($css_state);
205 $css_state->pushState();
209 $css_state);
247 $css_state->popState();
Dcss.vertical-align.inc.php151 function applicable($css_state) { argument
153 $display = $handler->get($css_state->getState());
Dbox.frame.php106 $css_state =& $pipeline->get_current_css_state();
113 $parent_border = $css_state->get_propertyOnLevel(CSS_BORDER, CSS_PROPERTY_LEVEL_PARENT);
114 $css_state->set_property(CSS_BORDER, $parent_border->copy());
Dbox.text.php152 $css_state = $pipeline->get_current_css_state();
154 $box->readCSS($css_state);
155 $css_state = $pipeline->get_current_css_state();
Dbox.table.php61 $css_state =& $pipeline->get_current_css_state();
62 $css_state->pushDefaultState();
65 $row->readCSS($css_state);
69 $css_state->popState();