Home
last modified time | relevance | path

Searched defs:root (Results 151 – 175 of 254) sorted by path

1234567891011

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.img.php86 function &create(&$root, &$pipeline) {
H A Dbox.input.password.php5 function &create(&$root, &$pipeline) {
H A Dbox.input.text.php20 function &create(&$root, &$pipeline) {
H A Dbox.input.textarea.php15 function &create(&$root, &$pipeline) {
H A Dbox.legend.php5 function &create(&$root, &$pipeline) {
13 function LegendBox(&$root) {
H A Dbox.list-item.php7 function &create(&$root, &$pipeline) {
64 function ListItemBox(&$root, &$pipeline) {
H A Dbox.php90 function &create_pdf_box(&$root, &$pipeline) {
107 function &create_document_box(&$root, &$pipeline) {
111 function &create_node_box(&$root, &$pipeline) {
391 function &create_text_box(&$root, &$pipeline) {
413 function &create_pdf_pseudoelement($root, $pe_type, &$pipeline) {
H A Dbox.radiobutton.php21 function &create(&$root, &$pipeline) {
H A Dbox.select.php18 function &create(&$root, &$pipeline) {
H A Dbox.table.cell.php112 function &create(&$root, &$pipeline) {
H A Dbox.table.php54 function &create(&$root, &$pipeline) {
121 function parse_col(&$root, $index) {
147 function parse_colgroup_tag(&$root, $start_index) {
H A Dbox.table.row.php9 function &create(&$root, &$pipeline) {
H A Dbox.table.section.php5 function &create(&$root, &$pipeline) {
H A Dconfig.parse.php17 function parse_encoding_override_node_config_file($root, &$resolver) {
69 function parse_metrics_node_config_file($root, &$resolver) {
74 function parse_ttf_node_config_file($root, &$resolver) {
92 function parse_family_encoding_override_node_config_file($family, $root, &$resolver) {
122 function parse_fonts_family_node_config_file($root, &$resolver) {
149 function parse_fonts_node_config_file($root, &$resolver) {
H A Dcss.parse.inc.php16 function parse_style_attr($root, &$state, &$pipeline) {
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) {
46 function match($root) {
H A Dcss.ruleset.class.php14 function parse_style_node($root, &$pipeline) {
54 function scan_styles($root, &$pipeline) {
239 function apply(&$root, &$state, &$pipeline) {
277 function apply_pseudoelement($element_type, &$root, &$state, &$pipeline) {
H A Dcss.selectors.inc.php56 function node_have_class($root, $target_class) {
70 function match_selector($selector, $root) {
H A Dhtml.attrs.inc.php181 function attr_name_before(&$root, &$pipeline) {
186 function attr_name_after(&$root, &$pipeline) {};
189 function attr_id_before(&$root, &$pipeline) {
194 function attr_id_after(&$root, &$pipeline) {};
198 function attr_href_before(&$root, &$pipeline) {
203 function attr_href_after(&$root, &$pipeline) {};
543 function attr_dir_before(&$root, &$pipeline) {
556 function attr_dir_after(&$root, &$pipeline) {}
559 function attr_align_before(&$root, &$pipeline) {
569 function attr_align_after(&$root, &$pipeline) {}
[all …]
H A Dparser.xhtml.class.php55 function _scan_base(&$root, &$pipeline) {
H A Dtree.navigation.inc.php28 function &traverse_dom_tree_pdf(&$root) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php53 function __construct(Document $root, $name, array $children = [], $defaults = true) {
H A DNode.php66 protected $root; variable in Sabre\\VObject\\Node
H A DParameter.php53 function __construct(Document $root, $name, $value = null) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php33 protected $root; variable in Sabre\\VObject\\Parser\\Json

1234567891011