Home
last modified time | relevance | path

Searched refs:elem_style (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/transforms/
H A Dsubset.py96 def elem_style(style_rules, cls, inherited_style): function
309 style = elem_style(self.style_rules, elem.get('class', '') or '', inherited_style)
H A Dembed_fonts.py16 …m calibre.ebooks.oeb.transforms.subset import get_font_properties, find_font_face_rules, elem_style
185 style = elem_style(self.style_rules, elem.get('class', '') or '', inherited_style)
/dports/textproc/libxml2/libxml2-2.9.12/fuzz/
H A Dhtml.dict77 elem_style="<style></style>"
/dports/textproc/py-libxml2/libxml2-2.9.12/fuzz/
H A Dhtml.dict77 elem_style="<style></style>"
/dports/www/tikiwiki/tiki-21.2/lib/parser/
H A Dparserlib.php944 $elem_style = 'position:relative;display:inline-block;';
946 $elem_style .= 'opacity:0.3;';
950 $elem_style .= $m[1];
954 …e" unselectable="on" class="tiki_plugin" data-plugin="' . $name . '" style="' . $elem_style . '"' .
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dhtml_dumper.cpp371 elem elem_style(os, p_style); in dump_html_head() local
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp1580 css_style_ref_t elem_style = cell->elem->getStyle(); in renderCells() local
1583 … int padding_left = lengthToPx( elem_style->padding[0], cell->width, em ) + border_left; in renderCells()
1584 … int padding_right = lengthToPx( elem_style->padding[1], cell->width, em ) + border_right; in renderCells()
1585 …int padding_top = lengthToPx( elem_style->padding[2], cell->width, em ) + measureBorder(cell->elem… in renderCells()
1586 …int padding_bottom = lengthToPx( elem_style->padding[3], cell->width, em ) + measureBorder(cell->e… in renderCells()
1630 … orphans = (int)(elem_style->orphans) - (int)(css_orphans_widows_1) + 1; in renderCells()
1631 … widows = (int)(elem_style->widows) - (int)(css_orphans_widows_1) + 1; in renderCells()
1730 css_style_ref_t elem_style = cell->elem->getStyle(); in renderCells() local
1731 …int padding_bottom = lengthToPx( elem_style->padding[3], cell->width, em ) + measureBorder(cell->e… in renderCells()