Searched refs:css_state (Results 1 – 16 of 16) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.php | 34 function _fix_display_position_float(&$css_state) { argument 114 $css_state->pushDefaultState(); 138 $css->apply($root, $css_state, $pipeline); 378 $css_state->popState(); 384 $css_state->popState(); 394 $css_state->pushDefaultTextState(); 408 $css_state->popState(); 416 $css_state->pushDefaultState(); 437 $css_state->popState(); 522 $css_state->popState(); [all …]
|
H A D | html.attrs.inc.php | 366 $css_state); 376 $css_state); 381 $css_state); 394 $css_state); 398 $css_state); 402 $css_state); 530 $css_state->pushState(); 539 $css_state->popState(); 770 $css_state); 779 $css_state); [all …]
|
H A D | box.table.cell.fake.php | 10 $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();
|
H A D | box.input.img.php | 111 $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);
|
H A D | box.null.php | 16 $css_state = new CSSState(CSS::get()); 17 $css_state->pushState(); 18 $box->readCSS($css_state);
|
H A D | css.property.handler.class.php | 8 $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
|
H A D | box.inline.php | 96 $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 …]
|
H A D | box.button.submit.php | 65 $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);
|
H A D | box.radiobutton.php | 30 $css_state = $pipeline->get_current_css_state(); 33 $css_state->get_property(CSS_HTML2PS_FORM_RADIOGROUP)); 34 $box->readCSS($css_state);
|
H A D | box.list-item.php | 14 $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();
|
H A D | css.utils.inc.php | 49 $css_state =& $pipeline->get_current_css_state(); 50 if ($handler->get($css_state->getState()) === 'block') {
|
H A D | box.table.cell.php | 113 $css_state = $pipeline->get_current_css_state(); 116 $box->readCSS($css_state); 205 $css_state->pushState(); 209 $css_state); 247 $css_state->popState();
|
H A D | css.vertical-align.inc.php | 151 function applicable($css_state) { argument 153 $display = $handler->get($css_state->getState());
|
H A D | box.frame.php | 106 $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());
|
H A D | box.text.php | 152 $css_state = $pipeline->get_current_css_state(); 154 $box->readCSS($css_state); 155 $css_state = $pipeline->get_current_css_state();
|
H A D | box.table.php | 61 $css_state =& $pipeline->get_current_css_state(); 62 $css_state->pushDefaultState(); 65 $row->readCSS($css_state); 69 $css_state->popState();
|